1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-03-05 15:15:59 +02:00
Sonarr/UI/Settings/Indexers/indexers.less

21 lines
244 B
Plaintext
Raw Normal View History

2013-05-29 00:14:48 -07:00
@import "../../Shared/Styles/card";
.indexer-list {
li {
display: inline-block;
vertical-align: top;
}
}
.indexer-settings-item {
.card;
2013-05-29 21:33:19 -07:00
width: 220px;
height: 260px;
padding: 10px 15px;
2013-05-29 00:14:48 -07:00
h2 {
margin-top: 0px;
}
}