mirror of
https://github.com/Radarr/Radarr
synced 2025-02-23 06:41:20 +00:00
23 lines
235 B
Text
23 lines
235 B
Text
@import "../prefixer";
|
|
|
|
.label, .badge {
|
|
cursor : default;
|
|
}
|
|
|
|
.input-append {
|
|
.add-on {
|
|
margin-left : 0;
|
|
}
|
|
}
|
|
|
|
.label, .badge, .btn {
|
|
.text-shadow(none);
|
|
}
|
|
|
|
.btn {
|
|
min-width : 80px;
|
|
}
|
|
|
|
.slide-button {
|
|
min-width : 0px;
|
|
}
|