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
/
organisms
/
panel.less
14 lines
(10 loc)
•
251 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.panel
{
margin-bottom
:
6rem
;
border-top-left-radius
:
0.5rem
;
border-top-right-radius
:
0.5rem
;
background-color
:
@stormtrooper
;
&
__wrapper
{
position
: relative;
padding
:
4rem
2rem
4rem
2rem
; } }