css: Use SCSS nesting for `.team .profile` in portico.scss.

This commit is contained in:
Siddharth Varshney 2020-03-25 05:28:02 +05:30 committed by Tim Abbott
parent 0bc4760e21
commit 17197f7537
1 changed files with 10 additions and 8 deletions

View File

@ -748,15 +748,17 @@ a.bottom-signup-button {
margin-bottom: 3px;
}
.team .profile .profile-name {
font-weight: 600;
}
.team .profile {
.profile-name {
font-weight: 600;
}
.team .profile .profile-role {
opacity: 0.5;
text-transform: uppercase;
font-size: 0.8em;
font-weight: 400;
.profile-role {
opacity: 0.5;
text-transform: uppercase;
font-size: 0.8em;
font-weight: 400;
}
}
.team .bdfl {