1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-16 11:37:58 +02:00
Sonarr/UI/Content/Overrides/bootstrap.less

32 lines
322 B
Plaintext
Raw Normal View History

2013-06-28 20:49:13 +03:00
@import "../prefixer";
2013-07-05 23:26:50 +03:00
.label, .badge, i {
2013-06-26 03:33:17 +03:00
cursor : default;
}
.input-append {
.add-on {
margin-left : 0;
}
}
2013-06-28 20:49:13 +03:00
.label, .badge, .btn {
.text-shadow(none);
}
.btn {
min-width : 80px;
2013-06-29 02:19:00 +03:00
&.btn-mini{
min-width: 0px;
}
&.btn-icon-only{
min-width: 15px;
}
2013-06-28 20:49:13 +03:00
}
.slide-button {
min-width : 0px;
}