mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-18 23:48:35 +02:00
99f2b07a11
New: Updated UI New: Mobile browser support Fixed: /favicon.ico will return the favicon now
19 lines
371 B
Plaintext
19 lines
371 B
Plaintext
@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;
|
|
}
|
|
}
|
|
}
|
|
} |