mirror of https://github.com/zulip/zulip.git
css: Use SCSS nesting for `.team .profile` in portico.scss.
This commit is contained in:
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 {
|
||||
|
|
Loading…
Reference in New Issue