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
/
pages
/
objectives.less
22 lines
(17 loc)
•
390 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
.objectives-menu
{
background-color
:
@smart
;
&
__timeline
{
color
:
@stormtrooper
;
display
: flex;
font-size
:
1.5rem
;
padding
: .
8rem
5rem
; }
&
__item
{
margin-right
:
2.5rem
;
cursor
: pointer;
&
--active
{
font-family
:
@regular_bold
;
text-decoration
: underline; } } }