Created the Feature style of the Features page
This commit is contained in:
parent
c60248480d
commit
3621455779
27
src/pages/Features/components/Feature/styles.sass
Normal file
27
src/pages/Features/components/Feature/styles.sass
Normal file
@ -0,0 +1,27 @@
|
||||
@import "@/common/styles/colors"
|
||||
|
||||
.feature-container
|
||||
display: flex
|
||||
justify-content: space-between
|
||||
margin-top: 3rem
|
||||
margin-bottom: 2rem
|
||||
align-items: center
|
||||
|
||||
.reverse
|
||||
flex-direction: row-reverse
|
||||
|
||||
.content-container h3
|
||||
font-size: 42pt
|
||||
font-weight: 900
|
||||
margin-bottom: 0
|
||||
color: $white
|
||||
|
||||
.content-container p
|
||||
font-size: 22pt
|
||||
max-width: 38rem
|
||||
font-weight: 700
|
||||
color: $gray
|
||||
margin: 0 0 40px
|
||||
|
||||
.image-container img
|
||||
width: 30rem
|
Loading…
x
Reference in New Issue
Block a user