|
|
|
@ -5,6 +5,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
// Media queries |
|
|
|
// Media queries |
|
|
|
// --------------------- |
|
|
|
// --------------------- |
|
|
|
|
|
|
|
|
|
|
|
@include media-breakpoint-down(sm) { |
|
|
|
@include media-breakpoint-down(sm) { |
|
|
|
div.panel { |
|
|
|
div.panel { |
|
|
|
width: 100% !important; |
|
|
|
width: 100% !important; |
|
|
|
@ -33,6 +34,12 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@include media-breakpoint-down(xs) { |
|
|
|
|
|
|
|
.page-dashboard .navbar-page-btn { |
|
|
|
|
|
|
|
max-width: 150px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// form styles |
|
|
|
// form styles |
|
|
|
@include media-breakpoint-up(md) { |
|
|
|
@include media-breakpoint-up(md) { |
|
|
|
.page-dashboard .navbar-page-btn { |
|
|
|
.page-dashboard .navbar-page-btn { |
|
|
|
|