mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-25 22:37:27 -04:00
69 lines
998 B
Plaintext
69 lines
998 B
Plaintext
@import "../Shared/Styles/card";
|
|
@import "../Shared/Styles/clickable";
|
|
|
|
.add-thingy {
|
|
.card;
|
|
cursor: pointer;
|
|
font-size: 24px;
|
|
font-weight: lighter;
|
|
text-align: center;
|
|
height: 85px;
|
|
|
|
.long-title {
|
|
font-size: 16px;
|
|
}
|
|
}
|
|
|
|
.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; //this stops the text-overflow from applying
|
|
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;
|
|
}
|
|
} |