File tree Expand file tree Collapse file tree 2 files changed +17
-8
lines changed Expand file tree Collapse file tree 2 files changed +17
-8
lines changed Original file line number Diff line number Diff line change 15
15
16
16
.sidecar__link {
17
17
display : inline-block ;
18
- padding : 0.75 em ;
18
+ padding : 0.65 em ;
19
19
float : right ;
20
20
clear : both ;
21
- color : getColor (alto );
21
+ color : getColor (concrete );
22
22
transition : all 250ms ;
23
23
24
+ & :first-of-type {
25
+ border-top-left-radius : 3px ;
26
+ }
27
+
28
+ & :last-of-type {
29
+ border-bottom-left-radius : 3px ;
30
+ }
31
+
24
32
& :hover {
25
33
color : getColor (white );
26
34
}
38
46
39
47
.sidecar__icon {
40
48
display : inline-block ;
41
- width : 16 px ;
49
+ width : 18 px ;
42
50
vertical-align : middle ;
51
+ font-size : 18px ;
43
52
}
44
53
45
54
// TODO: Fix hardcoded widths using flex perhaps, can't animate to width auto
68
77
}
69
78
70
79
.sidecar__link--medium {
71
- background : desaturate (#19aa6e , 15% );
80
+ background : desaturate (#02b875 , 15% );
72
81
73
82
& :hover {
74
- background : #19aa6e ;
83
+ background : #02b875 ;
75
84
76
85
.sidecar__label {
77
86
width : 115px ;
80
89
}
81
90
82
91
.sidecar__link--so {
83
- background : desaturate (#f48024 , 15% );
92
+ background : desaturate (#fe7a15 , 15% );
84
93
85
94
& :hover {
86
- background : #f48024 ;
95
+ background : #fe7a15 ;
87
96
88
97
.sidecar__label {
89
98
width : 125px ;
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ export default props => {
19
19
</ Link >
20
20
< Link className = "sidecar__link sidecar__link--so" to = "//stackoverflow.com/questions/tagged/webpack" >
21
21
< span className = "sidecar__label" > Stack Overflow</ span >
22
- < i className = "sidecar__icon icon-stack-exchange " />
22
+ < i className = "sidecar__icon icon-stack-overflow " />
23
23
</ Link >
24
24
</ aside >
25
25
) ;
You can’t perform that action at this time.
0 commit comments