Created the InfoArea index styles.sass
This commit is contained in:
parent
0154a3a19a
commit
a5707b9bc2
26
client/src/common/components/InfoArea/styles.sass
Normal file
26
client/src/common/components/InfoArea/styles.sass
Normal 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
|
Reference in New Issue
Block a user