Created the TextPages styling

This commit is contained in:
Mathias Wagner 2022-09-30 22:19:31 +02:00
parent b8f8d71136
commit 3f51e01ea5

View 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