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
/
vignette.less
22 lines
(16 loc)
•
333 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.vignette
{
display
: flex;
align-items
: center;
flex-direction
: column;
padding
:
3rem
0
; &__icon {
font-size
:
7.5rem
;
line-height
:
7.5rem
;
padding
:
1rem
0
;
color
: @adept; } &__button {
min-width
:
17.5rem
;
margin-top
:
1rem
; } }