Created the TextPages styling
This commit is contained in:
parent
b8f8d71136
commit
3f51e01ea5
25
src/pages/TextPages/styles.sass
Normal file
25
src/pages/TextPages/styles.sass
Normal file
@ -0,0 +1,25 @@
|
||||
@import "@/common/styles/colors"
|
||||
|
||||
.text-wrapper
|
||||
margin-left: 17%
|
||||
margin-right: 22%
|
||||
|
||||
.text-wrapper h2
|
||||
font-size: 42pt
|
||||
font-weight: 700
|
||||
margin-bottom: 1rem
|
||||
color: $white
|
||||
|
||||
.text-wrapper h3
|
||||
font-size: 24pt
|
||||
margin: 0
|
||||
color: $gray-white
|
||||
|
||||
.text-wrapper p
|
||||
margin-top: 5px
|
||||
font-size: 18pt
|
||||
font-weight: 700
|
||||
color: $gray
|
||||
|
||||
.text-wrapper a
|
||||
color: $primary
|
Loading…
x
Reference in New Issue
Block a user