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
/
atoms
/
text.less
18 lines
(14 loc)
•
325 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.text--regular
,
p
{
.font
(
@regular_regular
,
1.4rem
,
@vader
,
1.8rem
);
a
{
&
:hover
{
text-decoration
: underline; } } }
.text--bold
,
strong
{
.font
(
@regular_bold
,
1.4rem
,
@vader
,
1.8rem
); }
.text--italic
,
em
{
.font
(
@regular_italic
,
1.2rem
,
@vader
,
1.4rem
); }