mirror of
https://github.com/Radarr/Radarr
synced 2026-05-02 05:53:25 +02:00
26 lines
No EOL
316 B
Text
26 lines
No EOL
316 B
Text
@import "../../Shared/Styles/card";
|
|
|
|
.quality-profiles {
|
|
li {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
}
|
|
}
|
|
|
|
.quality-profile-item {
|
|
|
|
.card;
|
|
|
|
width: 250px;
|
|
height: 120px;
|
|
padding: 10px 15px;
|
|
|
|
h2 {
|
|
margin-top: 0px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.btn-group {
|
|
margin-top: 10px;
|
|
}
|
|
} |