File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -49,8 +49,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
49
49
### Fixed
50
50
51
51
- component file structure
52
+ - ButtonLink.js styles
52
53
53
- ### Changed
54
+ ### Changed
54
55
55
56
- components folder structure
56
- - relative to absolute imports with aliases
57
+ - relative to absolute imports with aliases
Original file line number Diff line number Diff line change 70
70
max-width : 39rem ;
71
71
font-size : 1.5rem ;
72
72
line-height : 1.938rem ;
73
- }
74
-
75
- a {
76
- text-decoration : underline ;
77
- text-underline-offset : 2px ;
78
-
79
- & :hover {
80
- opacity : 0.6 ;
81
- text-decoration : none ;
73
+ a {
74
+ text-decoration : underline ;
75
+ text-underline-offset : 2px ;
76
+
77
+ & :hover {
78
+ opacity : 0.6 ;
79
+ text-decoration : none ;
80
+ }
82
81
}
83
82
}
84
83
}
You can’t perform that action at this time.
0 commit comments