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
/
layout-sidebar.less
21 lines
(17 loc)
•
366 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
.layout
{
display
: flex;
padding
:
2.5rem
5rem
2.5rem
5rem
;
/** Layout 2 colonnes with sidebar */
&
-sidebar
{
&
__aside
{
min-width
:
@sidebar-xs
; }
&
__main
{
position
: relative;
min-width
:
calc
(
100%
-
@sidebar-xs
);
margin-left
:
2rem
; } } }