From 0f8d7d899db9b9e02080a05c0474a2d8e8860e80 Mon Sep 17 00:00:00 2001 From: Vesa Meskanen Date: Tue, 13 Feb 2024 15:11:46 +0200 Subject: [PATCH] chore: condense alt mode button content slightly Matka.fi buttons with corrct styles are a bit too small --- app/component/street-mode-selector-button.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/component/street-mode-selector-button.scss b/app/component/street-mode-selector-button.scss index 8e4a5c1bcb..e74bb0fee3 100644 --- a/app/component/street-mode-selector-button.scss +++ b/app/component/street-mode-selector-button.scss @@ -68,7 +68,7 @@ align-items: center; .street-mode-selector-button-icon { - padding-right: 8px; + padding-right: 7px; padding-top: 8px; .icon-container { @@ -120,7 +120,7 @@ margin-top: 4px; .street-mode-button-time { - font-size: 15px; + font-size: 14px; font-weight: $font-weight-medium; height: 15px; line-height: 15px;