mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-30 23:45:46 +02:00
26 lines
316 B
Plaintext
26 lines
316 B
Plaintext
@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;
|
|
}
|
|
} |