File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -264,7 +264,7 @@ export class WSHeader extends Component {
264
264
< li >
265
265
< WSDropdown
266
266
className = "locale"
267
- icon = "icon-sort-down"
267
+ icon = "icon24 icon-sort-down"
268
268
items = { this . locales }
269
269
text = { this . state . locale }
270
270
onChange = { item => this . setLocale ( item . value ) }
@@ -278,7 +278,7 @@ export class WSHeader extends Component {
278
278
</ li >
279
279
:
280
280
< li onClick = { ( ) => this . authorization . unauthorize ( ) } >
281
- < a > < span className = "icon-power icon24" /> </ a >
281
+ < a > < span className = "icon icon24 icon-power " /> </ a >
282
282
</ li >
283
283
}
284
284
</ ul >
Original file line number Diff line number Diff line change @@ -86,6 +86,9 @@ $header-border-color: schema-color(4) !default;
86
86
display : inline-block ;
87
87
margin-right : 5px ;
88
88
}
89
+ .icon {
90
+ vertical-align : middle ;
91
+ }
89
92
}
90
93
}
91
94
.level-2 {
You can’t perform that action at this time.
0 commit comments