You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
770 B
63 lines
770 B
@import "../../Shared/Styles/card";
|
|
|
|
.quality-profiles, .quality-sizes {
|
|
li {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
}
|
|
}
|
|
|
|
.quality-profile-item {
|
|
|
|
.card;
|
|
|
|
width: 250px;
|
|
height: 120px;
|
|
padding: 10px 15px;
|
|
|
|
h3 {
|
|
margin-top: 0px;
|
|
display: inline-block;
|
|
width: 200px;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.btn-group {
|
|
margin-top: 8px;
|
|
}
|
|
}
|
|
|
|
.quality-size-item {
|
|
|
|
.card;
|
|
|
|
width: 200px;
|
|
height: 200px;
|
|
padding: 10px 15px;
|
|
|
|
h3 {
|
|
margin-top: 0px;
|
|
text-align: center;
|
|
}
|
|
|
|
.size {
|
|
height: 100px;
|
|
margin: 10px;
|
|
text-align: center;
|
|
}
|
|
|
|
.knob {
|
|
box-shadow: none;
|
|
}
|
|
|
|
.size-value {
|
|
text-align: center;
|
|
}
|
|
}
|
|
|
|
#quality-size {
|
|
overflow: hidden;
|
|
}
|