1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-24 22:35:49 -04:00
Files
Radarr/src/UI/Settings/NetImport/list.less
T
2017-01-22 19:52:25 +01:00

34 lines
354 B
Plaintext

@import "../../Shared/Styles/clickable.less";
.lists-list {
li {
display: inline-block;
vertical-align: top;
}
}
.list-item {
.clickable;
width: 290px;
height: 90px;
padding: 10px 15px;
&.add-card {
.center {
margin-top: -3px;
}
}
}
.modal-overflow {
overflow-y: visible;
}
.add-list {
li.add-thingy-item {
width: 33%;
}
}