This repository was archived by the owner on Sep 5, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +30
-24
lines changed Expand file tree Collapse file tree 2 files changed +30
-24
lines changed Original file line number Diff line number Diff line change 2
2
/* elements
3
3
========================================================================== */
4
4
body {
5
- background : # f4f4f4 ;
6
5
font-family : 'Open Sans' , sans-serif;
7
- min-height : 100px ;
8
6
}
9
7
10
8
/* nanobar
@@ -23,25 +21,3 @@ body {
23
21
width : 0 ;
24
22
}
25
23
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
- }
Original file line number Diff line number Diff line change 1
1
2
2
/* dashboard
3
3
========================================================================== */
4
+ body {
5
+ background : # f4f4f4 ;
6
+ min-height : 100px ;
7
+ }
8
+
9
+ /* header
10
+ ========================================================================== */
4
11
.header {
5
12
display : none;
6
13
height : 55px ;
101
108
max-width : 33px ;
102
109
}
103
110
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
+
104
134
/* content
105
135
========================================================================== */
106
136
.content .box {
You can’t perform that action at this time.
0 commit comments