Skip to content
This repository was archived by the owner on Sep 5, 2019. It is now read-only.

Commit b88cac0

Browse files
committed
Update
1 parent c7ed7ca commit b88cac0

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

src/css/style.menu.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
/* Responsive menu
2+
/* responsive menu
33
========================================================================== */
44
.nav .click {
55
border-radius: 30px;
@@ -24,15 +24,15 @@
2424
display: block;
2525
}
2626

27-
/* Sidebar
27+
/* sidebar
2828
========================================================================== */
2929
.sidebar .title {
3030
font-size: 1.188em;
3131
height: 56px;
3232
padding: 15px 20px 0 25px;
3333
}
3434

35-
/* Notification
35+
/* notice
3636
========================================================================== */
3737
.sidebar span.notice {
3838
border-radius: 30px;
@@ -94,7 +94,7 @@
9494
content: "\f107";
9595
}
9696

97-
/* Perfect scrollbar
97+
/* perfect scrollbar
9898
========================================================================== */
9999
.scrollbar {
100100
overflow: hidden;

src/css/style.menu.dark.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
/* Dark color for responsive menu
2+
/* dark color for responsive menu
33
========================================================================== */
44
.nav .click {
55
color: #4a5160;
@@ -61,7 +61,7 @@
6161
border-left: 1px solid #363c49;
6262
}
6363

64-
/* Notification
64+
/* notice
6565
========================================================================== */
6666
.sidebar span.notice {
6767
background: #fd3f5b;
@@ -81,7 +81,7 @@
8181

8282
}
8383

84-
/* Perfect scrollbar
84+
/* perfect scrollbar
8585
========================================================================== */
8686
.ps__thumb-y {
8787
background: #515867;

src/css/style.menu.light.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
/* Light color for responsive menu
2+
/* light color for responsive menu
33
========================================================================== */
44
.nav .click {
55
color: #dcdcdc;
@@ -61,7 +61,7 @@
6161
border-left: 1px solid #ebebeb;
6262
}
6363

64-
/* Notification
64+
/* notice
6565
========================================================================== */
6666
.sidebar span.notice {
6767
background: #fd3f5b;
@@ -81,7 +81,7 @@
8181

8282
}
8383

84-
/* Perfect scrollbar
84+
/* perfect scrollbar
8585
========================================================================== */
8686
.ps__thumb-y {
8787
background: #d3d3d3;

0 commit comments

Comments
 (0)