File tree 1 file changed +8
-14
lines changed
1 file changed +8
-14
lines changed Original file line number Diff line number Diff line change 61
61
position : fixed ;
62
62
width : 100% ;
63
63
z-index : 100 ;
64
+ background-color : $bg-sidebar ;
64
65
}
65
66
.main-content {
66
67
padding : 22px 35px 25px 30px ;
117
118
.header {
118
119
height : 100px ;
119
120
}
120
- .nav-secondary-tabs ,
121
- .nav-secondary {
122
- background-color : $black ;
123
- }
124
- .nav-secondary input [type = search ] {
125
- background : rgb (78 , 77 , 77 ) url (/ images/search.png ) no-repeat 10px 9px ;
126
- }
121
+ /* .nav-secondary-tabs,
127
122
.nav-sidebar a {
128
123
color: #a8a8a8;
129
- }
124
+ }*/
130
125
.tabs {
131
126
float : left ;
132
127
margin : 0 ;
147
142
}
148
143
.sidebar ,
149
144
.sidebar-home {
150
- background-color : #15212e ;
151
- border-right : 1px solid rgba (204 ,204 ,204 ,0.29 );
145
+ background-color : $bg-sidebar ;
146
+ /* border-right: 1px solid rgba(204,204,204,0.29);*/
152
147
top : 51px ;
153
148
left : 0 ;
154
149
display : block ;
246
241
.main-content {
247
242
padding : 0 10px ;
248
243
}
249
- .nav-sidebar a {
244
+ /* .nav-sidebar a {
250
245
color: #a8a8a8;
251
- }
246
+ }*/
252
247
.sidebar ,
253
248
.sidebar-home {
254
- background-color : #15212e ;
255
- border-right : 1px solid rgba (204 ,204 ,204 ,0.29 );
249
+ background-color : $bg-sidebar ;
256
250
top : 51px ;
257
251
left : 0 ;
258
252
display : block ;
You can’t perform that action at this time.
0 commit comments