From 4e7b844422765f3bf1cda731f0a68219dd291096 Mon Sep 17 00:00:00 2001 From: Michael Lange Date: Wed, 17 Jun 2020 00:17:15 -0700 Subject: [PATCH] New xsmall button size --- ui/app/styles/core/buttons.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ui/app/styles/core/buttons.scss b/ui/app/styles/core/buttons.scss index 1fc5c7a53..2c39ed3ff 100644 --- a/ui/app/styles/core/buttons.scss +++ b/ui/app/styles/core/buttons.scss @@ -54,6 +54,12 @@ $button-box-shadow-standard: 0 2px 0 0 rgba($grey, 0.2); } } + &.is-xsmall { + padding-top: 0; + padding-bottom: 0; + font-size: $size-7; + } + @each $name, $pair in $colors { $color: nth($pair, 1); $color-invert: nth($pair, 2);