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 1d1aacc commit 3c7c159Copy full SHA for 3c7c159
client/styles/components/_toolbar.scss
@@ -26,8 +26,8 @@
26
display: flex;
27
align-items: center;
28
justify-content: center;
29
- width: 20px;
30
- height: 20px;
+ width: #{20 / $base-font-size}rem;
+ height: #{20 / $base-font-size}rem;
31
}
32
33
@@ -50,8 +50,8 @@
50
51
52
53
54
55
56
57
@@ -74,8 +74,8 @@
74
75
76
77
78
79
80
81
0 commit comments