File tree Expand file tree Collapse file tree 6 files changed +28
-25
lines changed Expand file tree Collapse file tree 6 files changed +28
-25
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 {
33
+ border-top-left-radius : 3px ;
34
+ border-bottom-left-radius : 3px ;
25
35
color : getColor (white );
26
36
}
27
37
}
38
48
39
49
.sidecar__icon {
40
50
display : inline-block ;
41
- width : 16 px ;
51
+ width : 18 px ;
42
52
vertical-align : middle ;
53
+ font-size : 18px ;
43
54
}
44
55
45
56
// TODO: Fix hardcoded widths using flex perhaps, can't animate to width auto
68
79
}
69
80
70
81
.sidecar__link--medium {
71
- background : desaturate (#19aa6e , 15% );
82
+ background : desaturate (#02b875 , 15% );
72
83
73
84
& :hover {
74
- background : #19aa6e ;
85
+ background : #02b875 ;
75
86
76
87
.sidecar__label {
77
88
width : 115px ;
80
91
}
81
92
82
93
.sidecar__link--so {
83
- background : desaturate (#f48024 , 15% );
94
+ background : desaturate (#fe7a15 , 15% );
84
95
85
96
& :hover {
86
- background : #f48024 ;
97
+ background : #fe7a15 ;
87
98
88
99
.sidecar__label {
89
100
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
) ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments