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
/
templates
/
wrapper.less
14 lines
(11 loc)
•
271 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.wrapper
{
width
:
@wrapper-xl
;
margin
: auto;
border-top-left-radius
:
0.4rem
;
border-top-right-radius
:
0.4rem
;
background-color
:
#FAFAFA
;
box-shadow
:
0
0
5px
0
rgba
(
0
,
0
,
0
,
0.5
);
&
--no-shadow
{
box-shadow
: none; } }