30 lines
532 B
Sass
30 lines
532 B
Sass
.profile
|
|
text-align: center
|
|
background: #ffffff33
|
|
border-radius: 1rem
|
|
padding: 1rem
|
|
margin: 1rem
|
|
border: .1rem solid #333333
|
|
|
|
a .profile
|
|
span, p
|
|
color: black
|
|
|
|
.social-links
|
|
width: 100%
|
|
text-align: center
|
|
position: relative
|
|
background: #40a10b
|
|
background: linear-gradient(90deg, #e1b02777 0%, rgba(0,0,0,0) 88%)
|
|
> a
|
|
padding: 0 1em
|
|
.dscvr-logo, .x-logo
|
|
width: 1.2em
|
|
vertical-align: middle
|
|
.controls
|
|
position: absolute
|
|
top: -1em
|
|
margin-left: 0.8em
|
|
a
|
|
font-size: 0.6em
|