lidarr/src/UI/Content/Overrides/bootstrap.less
2014-05-11 15:57:09 -07:00

62 lines
816 B
Text

@import "../prefixer";
.label, .badge, i {
cursor : default;
}
.input-group {
.input-group-addon {
margin-left : 0;
}
}
.label, .badge, .btn {
.text-shadow(none);
}
.btn {
text-transform : capitalize;
min-width : 80px;
padding : 4px 12px;
&.btn-xs {
min-width : 0px;
}
&.btn-icon-only {
min-width : 41px;
}
&.btn-icon-only-xs {
@media (max-width: @screen-xs-max) {
min-width : 41px;
span {
.responsive-invisibility();
}
}
}
label, input {
padding: 0px;
}
}
.slide-button {
min-width : 0px;
}
.popover-title {
text-transform : none;
}
.line &>[class^="icon-"], .line &>[class*=" icon-"] {
margin-top : 1em;
height : 1em;
line-height : 1em;
}
.tooltip-inner {
word-wrap: break-word;
}