Skip to content
Snippets Groups Projects
Commit 257dfa1a authored by Kevin Lin's avatar Kevin Lin :sparkles:
Browse files

_sass: Nest staffer classes, override staffer-name margin

parent e4f79066
No related branches found
No related tags found
No related merge requests found
.role {
}
.staffer {
display: flex;
padding: $sp-4;
p {
@extend .staffer-name;
.staffer-image {
border-radius: 50%;
height: 100px;
margin-right: $sp-4;
}
}
.staffer-image {
border-radius: 50%;
height: 100px;
margin-right: $sp-4;
}
.staffer-name {
margin: $sp-1;
}
p,
.staffer-name {
margin: $sp-1 !important;
}
.staffer-pronouns {
@extend .label, .text-grey-dk-100, .bg-grey-lt-200;
}
.staffer-pronouns {
@extend .label, .text-grey-dk-100, .bg-grey-lt-200;
}
.staffer-meta {
@extend .text-grey-dk-000;
.staffer-meta {
@extend .text-grey-dk-000;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment