1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
  | @{full-content-prefix} {  
 |    &__body {  
 |      .alain-default__content {  
 |        router-outlet + * {  
 |          display: block;  
 |          height: 100%;  
 |          width: 100%;  
 |        }  
 |      }  
 |      .alain-default__content-title {  
 |        margin-left: -24px;  
 |      }  
 |    }  
 |    &__opened {  
 |      .alain-default__header,  
 |      .alain-default__aside,  
 |      reuse-tab {  
 |        display: none !important;  
 |      }  
 |      .alain-default__content {  
 |        margin: 24px !important;  
 |      }  
 |    }  
 |    &__hidden-title {  
 |      .alain-default__content-title,  
 |      .page-header {  
 |        display: none !important;  
 |      }  
 |    }  
 |  }  
 |  
  |