Files
kredits-web/app/styles/components/_contributor-profile.scss

57 lines
861 B
SCSS

section#contributor-profile {
text-align: center;
header {
z-index: 2;
width: 100%;
text-align: center;
img {
margin: 0 auto;
border: 3px solid $item-border-color;
}
}
.content {
z-index: 1;
width: 100%;
margin: -7.2rem 0 1.5rem;
padding: 6rem 1.2rem 2rem;
border-top: 1px solid $item-border-color;
border-bottom: 1px solid $item-border-color;
background-color: $item-background-color;
h2 {
text-align: center;
margin-bottom: 0.6rem;
}
p.role {
margin-bottom: 2rem;
}
ul.external-accounts {
list-style: none;
li {
display: inline-block;
&+li {
margin-left: 0.6rem;
}
}
}
.actions {
margin-top: 2rem;
}
}
.actions {
.button {
margin-bottom: 0.6rem;
}
}
}