mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
css: Use SCSS nesting for .team .profile in portico.scss.
This commit is contained in:
committed by
Tim Abbott
parent
0bc4760e21
commit
17197f7537
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user