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.
Lidarr/src/UI/Settings/thingy.less

65 lines
909 B

@import "../Shared/Styles/card";
@import "../Shared/Styles/clickable";
.add-thingy {
.card;
cursor: pointer;
font-size: 24px;
font-weight: lighter;
text-align: center;
height: 85px;
}
.add-thingies {
text-align: center;
legend {
text-align: left;
text-transform: capitalize;
}
ul.items {
list-style-type: none;
margin: 0px;
padding: 0px;
li.add-thingy-item {
display: inline-block;
vertical-align: top;
}
}
}
.thingy {
.card;
h3 {
margin-top: 0px;
display: inline-block;
white-space: nowrap;
overflow: hidden;
line-height: 30px;
text-overflow: ellipsis;
text-transform: none;
}
.btn-group {
margin-top: 8px;
}
.settings {
margin-top: 5px;
}
}
.thingies {
li {
display: inline-block;
vertical-align: top;
}
@media (max-width: @screen-xs-max) {
padding-left: 0px;
}
}