Lidarr/UI/Content/Overrides/bootstrap.less

44 lines
528 B
Plaintext

@import "../prefixer";
.label, .badge, i {
cursor : default;
}
.input-append {
.add-on {
margin-left : 0;
}
}
.label, .badge, .btn {
.text-shadow(none);
}
.btn {
text-transform : capitalize;
min-width : 80px;
&.btn-mini {
min-width : 0px;
}
&.btn-icon-only {
min-width : 15px;
}
}
.slide-button {
min-width : 0px;
}
.popover-title {
text-transform : none;
}
.line &>[class^="icon-"], .line &>[class*=" icon-"] {
margin-top : 1em;
height : 1em;
line-height : 1em;
}