From 3c7c159e727f4166d51e13861530963b176ed975 Mon Sep 17 00:00:00 2001 From: Cassie Tarakajian Date: Thu, 9 Apr 2020 16:51:25 -0400 Subject: [PATCH] Move pixel measurements to rems --- client/styles/components/_toolbar.scss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/client/styles/components/_toolbar.scss b/client/styles/components/_toolbar.scss index e4157d8e..8db1ab81 100644 --- a/client/styles/components/_toolbar.scss +++ b/client/styles/components/_toolbar.scss @@ -26,8 +26,8 @@ display: flex; align-items: center; justify-content: center; - width: 20px; - height: 20px; + width: #{20 / $base-font-size}rem; + height: #{20 / $base-font-size}rem; } } @@ -50,8 +50,8 @@ display: flex; align-items: center; justify-content: center; - width: 20px; - height: 20px; + width: #{20 / $base-font-size}rem; + height: #{20 / $base-font-size}rem; } } @@ -74,8 +74,8 @@ display: flex; align-items: center; justify-content: center; - width: 20px; - height: 20px; + width: #{20 / $base-font-size}rem; + height: #{20 / $base-font-size}rem; } }