Sonarr/UI/Content/Overrides/bootstrap.less

44 lines
528 B
Plaintext
Raw Normal View History

2013-06-28 17:49:13 +00:00
@import "../prefixer";
2013-07-05 20:26:50 +00:00
.label, .badge, i {
2013-06-26 00:33:17 +00:00
cursor : default;
}
.input-append {
.add-on {
margin-left : 0;
}
}
2013-06-28 17:49:13 +00:00
.label, .badge, .btn {
.text-shadow(none);
}
.btn {
2013-06-28 23:19:00 +00:00
2013-07-14 07:00:50 +00:00
text-transform : capitalize;
min-width : 80px;
&.btn-mini {
min-width : 0px;
2013-06-28 23:19:00 +00:00
}
2013-07-14 07:00:50 +00:00
&.btn-icon-only {
min-width : 15px;
2013-06-28 23:19:00 +00:00
}
2013-06-28 17:49:13 +00:00
}
.slide-button {
min-width : 0px;
}
.popover-title {
text-transform : none;
}
.line &>[class^="icon-"], .line &>[class*=" icon-"] {
margin-top : 1em;
height : 1em;
line-height : 1em;
}