From 16c8bdbbcfe6294becdd5c50ad3dc29cb132d0a2 Mon Sep 17 00:00:00 2001 From: Igor Kulikov Date: Mon, 24 Apr 2023 18:00:12 +0300 Subject: [PATCH] UI: add 20px button size style --- ui-ngx/src/styles.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ui-ngx/src/styles.scss b/ui-ngx/src/styles.scss index e564a8c600..6e1d37efaa 100644 --- a/ui-ngx/src/styles.scss +++ b/ui-ngx/src/styles.scss @@ -846,6 +846,12 @@ mat-label { } .mat-mdc-icon-button { + &.tb-mat-20 { + @include tb-mat-icon-button-size(20); + .mat-icon { + @include tb-mat-icon-size(20); + } + } &.tb-mat-28 { @include tb-mat-icon-button-size(28); }