mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
62 lines
816 B
Text
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;
|
|
}
|