We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee7680e commit 2fe8038Copy full SHA for 2fe8038
src/components/Link/Link.scss
@@ -34,10 +34,6 @@ $block: '.#{$ns}link-block';
34
#{$root}__content {
35
white-space: normal;
36
}
37
-
38
- & > * {
39
- vertical-align: middle;
40
- }
41
42
43
&:hover {
@@ -55,8 +51,7 @@ $block: '.#{$ns}link-block';
55
51
56
52
&__arrow {
57
53
position: relative;
58
- margin-left: 2px;
59
54
+ top: 2px;
60
transition: transform 0.3s $ease-out-cubic;
61
transform: rotate(-90deg);
62
@@ -68,6 +63,10 @@ $block: '.#{$ns}link-block';
68
63
69
64
&_m {
70
65
@include text-size(body-2);
66
+
67
+ #{$root}__arrow {
+ top: 1px;
+ }
71
72
73
&_s {
0 commit comments