|
1 | 1 | .layout { |
2 | | - -bb-layout-header-height: #{$bb-layout-header-height}; |
3 | | - -bb-layout-header-backgound: #{$bb-layout-header-backgound}; |
4 | | - -bb-layout-headerbar-backgound: #{$bb-layout-headerbar-backgound}; |
5 | | - -bb-layout-headerbar-border-color: #{$bb-layout-headerbar-border-color}; |
6 | | - -bb-layout-footer-backgound: #{$bb-layout-footer-backgound}; |
7 | | - -bb-layout-footer-height: #{$bb-layout-footer-height}; |
8 | | - -bb-layout-user-height: #{$bb-layout-user-height}; |
9 | | - -bb-layout-sidebar-width: #{$bb-layout-sidebar-width}; |
10 | | - -bb-layout-sidebar-collapse-width: #{$bb-layout-sidebar-collapse-width}; |
11 | | - -bb-layout-sidebar-banner-background: #{$bb-layout-sidebar-banner-background}; |
12 | | - -bb-layout-sidebar-scrollbar-background: #{$bb-layout-sidebar-scrollbar-background}; |
13 | | - -bb-layout-sidebar-backgound: #{$bb-layout-sidebar-backgound}; |
14 | | - -bb-layout-sidebar-color: #{$bb-layout-sidebar-color}; |
15 | | - -bb-layout-title-color: #{$bb-layout-title-color}; |
16 | | - -bb-layout-title-margin-left: #{$bb-layout-title-margin-left}; |
17 | | - -bb-layout-banner-font-size: #{$bb-layout-banner-font-size}; |
18 | | - -bb-layout-banner-logo-width: #{$bb-layout-banner-logo-width}; |
| 2 | + --bb-layout-header-height: #{$bb-layout-header-height}; |
| 3 | + --bb-layout-header-backgound: #{$bb-layout-header-backgound}; |
| 4 | + --bb-layout-headerbar-backgound: #{$bb-layout-headerbar-backgound}; |
| 5 | + --bb-layout-headerbar-border-color: #{$bb-layout-headerbar-border-color}; |
| 6 | + --bb-layout-footer-backgound: #{$bb-layout-footer-backgound}; |
| 7 | + --bb-layout-footer-height: #{$bb-layout-footer-height}; |
| 8 | + --bb-layout-user-height: #{$bb-layout-user-height}; |
| 9 | + --bb-layout-sidebar-width: #{$bb-layout-sidebar-width}; |
| 10 | + --bb-layout-sidebar-collapse-width: #{$bb-layout-sidebar-collapse-width}; |
| 11 | + --bb-layout-sidebar-banner-background: #{$bb-layout-sidebar-banner-background}; |
| 12 | + --bb-layout-sidebar-scrollbar-background: #{$bb-layout-sidebar-scrollbar-background}; |
| 13 | + --bb-layout-sidebar-backgound: #{$bb-layout-sidebar-backgound}; |
| 14 | + --bb-layout-sidebar-color: #{$bb-layout-sidebar-color}; |
| 15 | + --bb-layout-title-color: #{$bb-layout-title-color}; |
| 16 | + --bb-layout-title-margin-left: #{$bb-layout-title-margin-left}; |
| 17 | + --bb-layout-banner-font-size: #{$bb-layout-banner-font-size}; |
| 18 | + --bb-layout-banner-logo-width: #{$bb-layout-banner-logo-width}; |
19 | 19 | display: flex; |
20 | 20 | height: 100%; |
21 | 21 | width: 100%; |
|
0 commit comments