start working on sass for support page

This commit is contained in:
Moss Limpert 2023-12-06 21:22:12 -05:00
parent 832f025300
commit 8baa1d24fb
1 changed files with 96 additions and 93 deletions

View File

@ -1,94 +1,97 @@
body body
background-color: #10011f background-color: #10011f
grid-template-columns: 500px 1fr grid-template-columns: 500px 1fr
display: grid display: grid
color: white color: white
font-family: "Sitka Small" font-family: "Sitka Small"
padding-top: 30px padding-top: 30px
padding-right: 50px padding-right: 50px
header header
display: grid display: grid
grid-template-rows: 0fr 0fr 1fr grid-template-rows: 0fr 0fr 1fr
text-align: center text-align: center
justify-items: center justify-items: center
padding: 0 40px padding: 0 40px
.subtitle .subtitle
text-transform: uppercase text-transform: uppercase
font-family: "Starstreak" font-family: "Starstreak"
font-size: 16px font-size: 16px
margin-top: 10px margin-top: 10px
nav nav
background-color: #332044 background-color: #332044
display: flex display: flex
flex-direction: column flex-direction: column
gap: 15px gap: 15px
margin-top: 30px margin-top: 30px
width: 100% width: 100%
align-items: center align-items: center
font-size: 1.2em font-size: 1.2em
h3 h3
text-align: center text-align: center
a a
text-align: left text-align: left
width: 180px width: 180px
color: #dbb7ff color: #dbb7ff
&::before &::before
content: "> " content: "> "
main main
padding: 0 40px padding: 0 40px
#panels #panels
display: grid display: grid
grid-template-columns: 1fr 1fr grid-template-columns: 1fr 1fr
gap: 30px gap: 30px
img img
width: 100% width: 100%
nav nav
display: flex display: flex
flex-direction: row flex-direction: row
justify-content: center justify-content: center
gap: 24px gap: 24px
margin: 20px 0 margin: 20px 0
.navsec .navsec
display: flex display: flex
flex-direction: row flex-direction: row
gap: 24px gap: 24px
background-color: #332044 background-color: #332044
padding: 10px 20px padding: 10px 20px
a a
font-size: 2em font-size: 2em
color: #dbb7ff color: #dbb7ff
text-decoration: none text-decoration: none
section section
margin-bottom: 50px margin-bottom: 50px
#description #description
// margin-top: 50px // margin-top: 50px
& > :first-child & > :first-child
font-size: 1.3em font-size: 1.3em
strong strong
color: #dbb7ff color: #dbb7ff
#about #about
background-color: #332044 background-color: #332044
padding: 10px 20px padding: 10px 20px
@font-face img
font-family: Starstreak max-width: 50px
src: url("starstreak.woff2") format("woff2")
@font-face
@font-face font-family: Starstreak
font-family: "Sitka Small" src: url("starstreak.woff2") format("woff2")
@font-face
font-family: "Sitka Small"
src: url("sitka-small.woff2") format("woff2") src: url("sitka-small.woff2") format("woff2")