From 32ab006abec18c7fb5c8f3549122015de8070b9c Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Thu, 16 Apr 2020 14:39:56 +0200 Subject: [PATCH] Standardize font size of buttons --- client/src/styles/_buttons.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/styles/_buttons.scss b/client/src/styles/_buttons.scss index 50c56420..3245ecab 100644 --- a/client/src/styles/_buttons.scss +++ b/client/src/styles/_buttons.scss @@ -7,6 +7,7 @@ font-weight: $font-weight-regular; display: inline-flex; cursor: pointer; + @include small-text; &--active { border-color: $color-brand;