Updated to use variable
This commit is contained in:
parent
d186569705
commit
13070ea0f7
1 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
|
@use '/src/assets/css/variables.sass' as vars
|
||||||
|
|
||||||
.title
|
.title
|
||||||
color: #ffffff
|
color: vars.$textColorTitle
|
||||||
|
|
||||||
&__text
|
&__text
|
||||||
font-size: clamp(1.2rem, 5vw, 2.4rem)
|
font-size: clamp(1.2rem, 5vw, 2.4rem)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue