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

34 lines
363 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 {
2013-06-29 02:19:00 +03:00
2013-07-14 10:00:50 +03:00
text-transform : capitalize;
min-width : 80px;
&.btn-mini {
min-width : 0px;
2013-06-29 02:19:00 +03:00
}
2013-07-14 10:00:50 +03:00
&.btn-icon-only {
min-width : 15px;
2013-06-29 02:19:00 +03:00
}
2013-06-28 20:49:13 +03:00
}
.slide-button {
min-width : 0px;
}