File tree Expand file tree Collapse file tree 2 files changed +23
-14
lines changed Expand file tree Collapse file tree 2 files changed +23
-14
lines changed Original file line number Diff line number Diff line change 1
1
// page
2
2
.cr-page {
3
+ min-height : 100vh ;
3
4
& __header {
4
5
@include media-breakpoint-down (sm) {
5
6
flex-direction : column ;
14
15
@include media-breakpoint-down (sm) {
15
16
margin-bottom : 0 ;
16
17
}
17
- padding-right : .5rem ;
18
+ padding-right : 0 .5rem ;
18
19
margin-bottom : 1rem ;
19
20
}
20
21
25
26
align-self : flex-end ;
26
27
padding : 0 ;
27
28
text-transform : capitalize ;
28
- background : theme-color (" light" );
29
+ background : theme-color (' light' );
29
30
}
30
31
31
32
.row {
32
33
// stylelint-disable-next-line
33
- .col , > [class ^= " col-" ] {
34
+ .col ,
35
+ > [class ^= ' col-' ] {
34
36
margin-bottom : 1rem ;
35
37
}
36
38
}
Original file line number Diff line number Diff line change 13
13
color : #fff ;
14
14
background-position : center center ;
15
15
background-size : cover ;
16
- transition : left .1s ease-in ;
16
+ transition : left 0 .1s ease-in ;
17
17
18
18
+ .cr-content {
19
- transition : margin .1s ease-in ;
19
+ transition : margin 0 .1s ease-in ;
20
20
}
21
21
22
22
& ::after ,
28
28
display : block ;
29
29
width : 100% ;
30
30
height : 100% ;
31
- content : " " ;
31
+ content : ' ' ;
32
32
}
33
33
34
34
& ::before {
35
35
background : #000 ;
36
- opacity : .33 ;
36
+ opacity : 0 .33 ;
37
37
}
38
38
39
39
& ::after {
45
45
}
46
46
47
47
& [data-image ]:after {
48
- opacity : .77 ;
48
+ opacity : 0 .77 ;
49
49
}
50
50
51
51
& __content {
52
52
position : relative ;
53
53
z-index : 4 ;
54
54
height : calc (100vh - 20px );
55
55
padding-bottom : 30px ;
56
- overflow : auto ;
56
+ overflow-x : hidden ;
57
+ overflow-y : auto ;
58
+ scrollbar-width : none ;
59
+ -ms-overflow-style : none ;
60
+
61
+ & ::-webkit-scrollbar {
62
+ width : 0 ;
63
+ }
57
64
}
58
65
59
66
& __background {
81
88
// }
82
89
width : 1.5rem ;
83
90
height : 1.5rem ;
84
- padding-right : .5rem ;
91
+ padding-right : 0 .5rem ;
85
92
}
86
93
87
94
& --open {
88
95
left : 0 ;
89
- transition : left .2s ease-in ;
96
+ transition : left 0 .2s ease-in ;
90
97
91
98
+ .cr-content {
92
99
margin : 0 0 0 $cr-sidebar-width ;
93
- transition : margin .2s ease-in ;
100
+ transition : margin 0 .2s ease-in ;
94
101
}
95
102
}
96
103
101
108
margin : 5px 10px ;
102
109
color : theme-color (light );
103
110
border-radius : 4px ;
104
- opacity : .86 ;
111
+ opacity : 0 .86 ;
105
112
}
106
113
107
114
.nav-link {
111
118
color : theme-color (light );
112
119
113
120
& :hover {
114
- background : rgba (theme-color (light ), .15 );
121
+ background : rgba (theme-color (light ), 0 .15 );
115
122
}
116
123
}
117
124
}
You can’t perform that action at this time.
0 commit comments