You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Lidarr/src/UI/Content/utilities.less

19 lines
371 B

@import "Bootstrap/variables";
@import "Bootstrap/mixins";
@media (max-width: @screen-sm-max) {
.pull-none-xs {
float : none !important;
}
.btn-group {
&.btn-group-collapse {
> .btn {
margin : 2px;
display : block;
float : none;
border-radius : @border-radius-base !important;
}
}
}
}