File tree Expand file tree Collapse file tree 2 files changed +28
-7
lines changed Expand file tree Collapse file tree 2 files changed +28
-7
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ import {
16
16
Navbar ,
17
17
Nav ,
18
18
NavItem ,
19
+ Button ,
19
20
Dropdown ,
20
21
DropdownToggle ,
21
22
DropdownMenu ,
@@ -95,15 +96,21 @@ class Header extends React.Component {
95
96
</ DropdownMenu >
96
97
</ Dropdown >
97
98
< NavItem className = { cx ( '' , s . headerIcon ) } >
98
- < Icon glyph = "mail" />
99
- < span > 8</ span >
99
+ < Button >
100
+ < Icon glyph = "mail" />
101
+ < span > 8</ span >
102
+ </ Button >
100
103
</ NavItem >
101
104
< NavItem className = { cx ( '' , s . headerIcon ) } >
102
- < Icon glyph = "notification" />
103
- < span > 13</ span >
105
+ < Button >
106
+ < Icon glyph = "notification" />
107
+ < span > 13</ span >
108
+ </ Button >
104
109
</ NavItem >
105
110
< NavItem className = { cx ( '' , s . headerIcon ) } >
106
- < Icon glyph = "settings" />
111
+ < Button >
112
+ < Icon glyph = "settings" />
113
+ </ Button >
107
114
</ NavItem >
108
115
</ Nav >
109
116
</ Navbar >
Original file line number Diff line number Diff line change 26
26
width : 250px ;
27
27
28
28
@include media-breakpoint-down (md) {
29
- width : 125 px ;
29
+ width : 100 px ;
30
30
}
31
31
32
32
@include media-breakpoint-down (sm) {
102
102
align-items : center ;
103
103
position : relative ;
104
104
105
+ :global .btn {
106
+ background : $white ;
107
+ border : none ;
108
+
109
+ & :hover ,
110
+ & :active ,
111
+ & :focus ,
112
+ & :focus:active {
113
+ background : $white ;
114
+ box-shadow : none !important ;
115
+ outline : none ;
116
+ }
117
+ }
118
+
105
119
& :nth-child (n + 2 ) {
106
- margin-left : 1.25 rem ;
120
+ margin-left : 0.5 rem ;
107
121
108
122
@include media-breakpoint-down (sm) {
109
123
display : none ;
You can’t perform that action at this time.
0 commit comments