UNPKG
@talentsoft-opensource/hylia
Version:
latest (4.0.1)
4.0.1
1.1.7
The Hylia design systems. Contains all the building blocks style rules for Talentsoft.
@talentsoft-opensource/hylia
/
molecules
/
button-secondary.less
19 lines
(15 loc)
•
323 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.button-secondary
{
.variant-colors-button-secondary
(
length
(
@colors-state
));
&
--normal
{
min-width
:
11.5rem
;
height
:
3.5rem
; }
&
--medium
{
min-width
:
11.5rem
;
height
:
3rem
; }
&
--small
{
min-width
:
11.5rem
;
height
:
2.4rem
; } }