Fixed routing
This commit is contained in:
parent
9f60c27b60
commit
a271bdc64e
9 changed files with 55 additions and 57 deletions
36
src/index.sass
Normal file
36
src/index.sass
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
@use '/src/styles/variables.sass' as vars
|
||||
@use '/src/styles/fonts.sass' as fonts
|
||||
@use '/src/styles/breakpoint.sass' as views
|
||||
|
||||
.body
|
||||
color: vars.$textColor
|
||||
font-family: fonts.$Roboto
|
||||
background-image: url('/src/assets/images/svg/background.svg')
|
||||
position: absolute
|
||||
top: 0
|
||||
left: 0
|
||||
min-width: 90vw
|
||||
min-height: 90vh
|
||||
object-fit: cover
|
||||
z-index: -1
|
||||
opacity: 1
|
||||
|
||||
.inter
|
||||
@extend .body
|
||||
font-family: fonts.$Inter
|
||||
|
||||
.roboto
|
||||
@extend .body
|
||||
font-family: fonts.$Roboto
|
||||
|
||||
.montserrat
|
||||
@extend .body
|
||||
font-family: fonts.$Montserrat
|
||||
|
||||
.open-sans
|
||||
@extend .body
|
||||
font-family: fonts.$OpenSans
|
||||
|
||||
.public-sans
|
||||
@extend .body
|
||||
font-family: fonts.$PublicSans
|
||||
Loading…
Add table
Add a link
Reference in a new issue