This repository was archived by the owner on Sep 5, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
2
- /* Responsive menu
2
+ /* responsive menu
3
3
========================================================================== */
4
4
.nav .click {
5
5
border-radius : 30px ;
24
24
display : block;
25
25
}
26
26
27
- /* Sidebar
27
+ /* sidebar
28
28
========================================================================== */
29
29
.sidebar .title {
30
30
font-size : 1.188em ;
31
31
height : 56px ;
32
32
padding : 15px 20px 0 25px ;
33
33
}
34
34
35
- /* Notification
35
+ /* notice
36
36
========================================================================== */
37
37
.sidebar span .notice {
38
38
border-radius : 30px ;
94
94
content : "\f107" ;
95
95
}
96
96
97
- /* Perfect scrollbar
97
+ /* perfect scrollbar
98
98
========================================================================== */
99
99
.scrollbar {
100
100
overflow : hidden;
Original file line number Diff line number Diff line change 1
1
2
- /* Dark color for responsive menu
2
+ /* dark color for responsive menu
3
3
========================================================================== */
4
4
.nav .click {
5
5
color : # 4a5160 ;
61
61
border-left : 1px solid # 363c49 ;
62
62
}
63
63
64
- /* Notification
64
+ /* notice
65
65
========================================================================== */
66
66
.sidebar span .notice {
67
67
background : # fd3f5b ;
81
81
82
82
}
83
83
84
- /* Perfect scrollbar
84
+ /* perfect scrollbar
85
85
========================================================================== */
86
86
.ps__thumb-y {
87
87
background : # 515867 ;
Original file line number Diff line number Diff line change 1
1
2
- /* Light color for responsive menu
2
+ /* light color for responsive menu
3
3
========================================================================== */
4
4
.nav .click {
5
5
color : # dcdcdc ;
61
61
border-left : 1px solid # ebebeb ;
62
62
}
63
63
64
- /* Notification
64
+ /* notice
65
65
========================================================================== */
66
66
.sidebar span .notice {
67
67
background : # fd3f5b ;
81
81
82
82
}
83
83
84
- /* Perfect scrollbar
84
+ /* perfect scrollbar
85
85
========================================================================== */
86
86
.ps__thumb-y {
87
87
background : # d3d3d3 ;
You can’t perform that action at this time.
0 commit comments