Skip to content

Commit 3c7c159

Browse files
committed
Move pixel measurements to rems
1 parent 1d1aacc commit 3c7c159

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

client/styles/components/_toolbar.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
display: flex;
2727
align-items: center;
2828
justify-content: center;
29-
width: 20px;
30-
height: 20px;
29+
width: #{20 / $base-font-size}rem;
30+
height: #{20 / $base-font-size}rem;
3131
}
3232
}
3333

@@ -50,8 +50,8 @@
5050
display: flex;
5151
align-items: center;
5252
justify-content: center;
53-
width: 20px;
54-
height: 20px;
53+
width: #{20 / $base-font-size}rem;
54+
height: #{20 / $base-font-size}rem;
5555
}
5656
}
5757

@@ -74,8 +74,8 @@
7474
display: flex;
7575
align-items: center;
7676
justify-content: center;
77-
width: 20px;
78-
height: 20px;
77+
width: #{20 / $base-font-size}rem;
78+
height: #{20 / $base-font-size}rem;
7979
}
8080
}
8181

0 commit comments

Comments
 (0)