mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-11-01 00:12:30 +01:00
32 lines
322 B
Plaintext
32 lines
322 B
Plaintext
@import "../prefixer";
|
|
|
|
.label, .badge, i {
|
|
cursor : default;
|
|
}
|
|
|
|
.input-append {
|
|
.add-on {
|
|
margin-left : 0;
|
|
}
|
|
}
|
|
|
|
.label, .badge, .btn {
|
|
.text-shadow(none);
|
|
}
|
|
|
|
.btn {
|
|
min-width : 80px;
|
|
|
|
&.btn-mini{
|
|
min-width: 0px;
|
|
}
|
|
|
|
&.btn-icon-only{
|
|
min-width: 15px;
|
|
}
|
|
}
|
|
|
|
.slide-button {
|
|
min-width : 0px;
|
|
}
|