Changed from astro to pure solidjs
This commit is contained in:
parent
3203e91c5a
commit
e85dc60101
76 changed files with 2281 additions and 3843 deletions
36
src/layouts/Layout.sass
Normal file
36
src/layouts/Layout.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/optimized/background.avif'), url('/src/assets/images/optimized/background.webp')
|
||||
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