Introduce relaxed, regular and condensed button for specify height

This commit is contained in:
Jean-Baptiste Bellet
2023-08-16 11:27:00 +02:00
parent 5de0d79ca2
commit f5e7738c78
5 changed files with 20 additions and 14 deletions

View File

@@ -155,5 +155,6 @@ $border-radius: 4px !default;
$font-weight-bold: 600 !default;
$font-weight-normal: 400 !default;
$btn-height: 40px !default;
$btn-medium-height: 32px !default;
$btn-relaxed-height: 40px !default;
$btn-regular-height: 32px !default;
$btn-condensed-height: 26px !default;