Created the InfoArea index styles.sass

This commit is contained in:
Mathias Wagner 2023-05-30 21:32:12 +02:00
parent 0154a3a19a
commit a5707b9bc2
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -0,0 +1,26 @@
@import "@/common/styles/colors"
.info-area
color: $white
p
font-size: 16pt
font-weight: 700
margin: 1rem 0
padding: 0
.action-area
display: flex
gap: 1rem
.title-area
display: flex
align-items: center
flex-wrap: wrap
gap: 1.5rem
.title-area h1
font-size: 52pt
font-weight: 900
margin: 0
padding: 0