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

Commit 4dbfa02

Browse files
committed
Update
1 parent 6c2da41 commit 4dbfa02

File tree

2 files changed

+30
-24
lines changed

2 files changed

+30
-24
lines changed

src/css/style.css

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
/* elements
33
========================================================================== */
44
body {
5-
background: #f4f4f4;
65
font-family: 'Open Sans', sans-serif;
7-
min-height: 100px;
86
}
97

108
/* nanobar
@@ -23,25 +21,3 @@ body {
2321
width: 0;
2422
}
2523

26-
/* custom dropdown menu
27-
========================================================================== */
28-
.dropdown {
29-
margin-right: 25px;
30-
margin-top: 9px;
31-
}
32-
33-
.dropdown ul.expand-dropdown li a i.fa {
34-
padding-right: 12px;
35-
}
36-
37-
.dropdown ul.expand-dropdown li {
38-
min-width: 160px;
39-
}
40-
41-
.dropdown ul.expand-dropdown {
42-
margin-top: 14px;
43-
}
44-
45-
.dropdown .employ-toggle.click:hover {
46-
background: #fff;
47-
}

src/css/style.dashboard.css

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11

22
/* dashboard
33
========================================================================== */
4+
body {
5+
background: #f4f4f4;
6+
min-height: 100px;
7+
}
8+
9+
/* header
10+
========================================================================== */
411
.header {
512
display: none;
613
height: 55px;
@@ -101,6 +108,29 @@
101108
max-width: 33px;
102109
}
103110

111+
/* custom dropdown menu
112+
========================================================================== */
113+
.dropdown {
114+
margin-right: 25px;
115+
margin-top: 9px;
116+
}
117+
118+
.dropdown ul.expand-dropdown li a i.fa {
119+
padding-right: 12px;
120+
}
121+
122+
.dropdown ul.expand-dropdown li {
123+
min-width: 160px;
124+
}
125+
126+
.dropdown ul.expand-dropdown {
127+
margin-top: 14px;
128+
}
129+
130+
.dropdown .employ-toggle.click:hover {
131+
background: #fff;
132+
}
133+
104134
/* content
105135
========================================================================== */
106136
.content .box {

0 commit comments

Comments
 (0)