From 25f7f7dd34fae80d1e2e25935c2f2772c5800e70 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Thu, 30 Jun 2022 13:37:48 +0300 Subject: [PATCH] Icon: Add uk-icon-button-small --- less/icon.less | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/less/icon.less b/less/icon.less index 22b5a1b..6c7af95 100644 --- a/less/icon.less +++ b/less/icon.less @@ -1,4 +1,5 @@ -@icon-button-size: 48px; +@icon-button-size: 50px; +@icon-button-small-size: 35px; @icon-bg-size: @icon-button-size; @icon-bg-size-medium: @icon-button-size*1.5; @icon-bg-size-large: @icon-button-size*2; @@ -67,6 +68,11 @@ } .hook-icon-misc() { + .uk-icon-button-small { + width: @icon-button-small-size; + height: @icon-button-small-size; + } + /* Default circle element for SVGs */ .uk-icon-bg-shadow { border-radius: 100px;