Created the Person style
This commit is contained in:
parent
7c16155e1a
commit
3b4fae5065
29
src/pages/AboutUs/components/Person/styles.sass
Normal file
29
src/pages/AboutUs/components/Person/styles.sass
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
@import "@/common/styles/colors"
|
||||||
|
|
||||||
|
.person
|
||||||
|
display: flex
|
||||||
|
flex-direction: column
|
||||||
|
align-items: center
|
||||||
|
|
||||||
|
.person h3
|
||||||
|
margin: 24px 0 24px
|
||||||
|
font-size: 48pt
|
||||||
|
color: $white
|
||||||
|
|
||||||
|
.person img
|
||||||
|
width: 256px
|
||||||
|
border-radius: 150px
|
||||||
|
|
||||||
|
.team-socials
|
||||||
|
display: flex
|
||||||
|
|
||||||
|
.team-icon
|
||||||
|
color: $white
|
||||||
|
font-size: 36pt
|
||||||
|
padding-right: 20px
|
||||||
|
padding-left: 5px
|
||||||
|
width: 50px
|
||||||
|
height: 50px
|
||||||
|
|
||||||
|
.team-icon:hover
|
||||||
|
color: $primary
|
Loading…
x
Reference in New Issue
Block a user