From 01a87cc0cf65080fe522337ab2cf466ba306aa99 Mon Sep 17 00:00:00 2001 From: Shelby Kay Date: Fri, 5 Nov 2021 22:40:29 +0100 Subject: [PATCH] Add tiny variant to button circle style --- src/style/atoms/_button-circle.scss | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/style/atoms/_button-circle.scss b/src/style/atoms/_button-circle.scss index c31503c..4ffcbac 100644 --- a/src/style/atoms/_button-circle.scss +++ b/src/style/atoms/_button-circle.scss @@ -68,6 +68,19 @@ /* ** Variants */ + // Tiny size + &--tiny { + height: 24px; + width: 24px; + background-color: #F2F2F2; + + img, svg { + width: 8px; + height: 8px; + object-fit: contain; + } + } + // Small size &--small { height: 32px;