Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 1 | espaco | 1 | //## Main Layout CSS Builder |
| 2 | |||
| 3 | @import '../../global/_variables'; // global metronic framework variables |
||
| 4 | @import '../../global/components/_mixins'; // global metronic framework mixings |
||
| 5 | |||
| 6 | @import '_variables'; // theme level variables |
||
| 7 | |||
| 8 | @mixin reset-container() { |
||
| 9 | > .container { |
||
| 10 | width: 100%; |
||
| 11 | max-width: none !important; |
||
| 12 | margin: 0 !important; |
||
| 13 | } |
||
| 14 | } |
||
| 15 | |||
| 16 | @import 'layout/_print'; // print layout |
||
| 17 | |||
| 18 | @import 'themes/default.scss'; |
||
| 19 | @import 'layout/_header'; // page header |
||
| 20 | @import 'layout/_content'; // page consnde |
||
| 21 | @import 'layout/_footer'; // page footer |
||
| 22 | |||
| 23 | @import 'layout/_theme-panel'; // theme customizer panel |
||
| 24 | |||
| 25 | /*** |
||
| 26 | Page Loading |
||
| 27 | ***/ |
||
| 28 | |||
| 29 | .page-on-load { |
||
| 30 | background: #fefefe; |
||
| 31 | |||
| 32 | .page-header, |
||
| 33 | .page-container, |
||
| 34 | .page-prefooter, |
||
| 35 | .page-footer, |
||
| 36 | > .clearfix { |
||
| 37 | display: none; |
||
| 38 | transition: all 2s; |
||
| 39 | } |
||
| 40 | } |