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
/
status-bar.less
11 lines
(10 loc)
•
260 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
.Hylia-m-status-bar
{
font-size
:
1.1rem
;
color
:
@knight
;
// #95a0b2
display
: flex;
&
__item
:not
(:last-child) {
padding-right
:
0.5rem
;
margin-right
:
0.5rem
;
border-right
: solid
0.1rem
fade
(
#95a0b2
,
20%
); } }