mirror of https://github.com/zulip/zulip.git
css: Use SCSS nesting in subscriptions.scss for `.stream-row .icon`.
This commit is contained in:
parent
d8efa258e5
commit
8af03b92a0
|
@ -631,20 +631,20 @@ form#add_new_subscription {
|
|||
background-color: hsl(300, 100%, 25%);
|
||||
border-radius: 4px;
|
||||
color: hsl(0, 0%, 100%);
|
||||
}
|
||||
|
||||
.stream-row .icon .symbol {
|
||||
.symbol {
|
||||
font-weight: 600;
|
||||
font-size: 1.1em;
|
||||
}
|
||||
}
|
||||
|
||||
.stream-row .icon .fa-lock {
|
||||
.fa-lock {
|
||||
font-size: 1.4em;
|
||||
}
|
||||
}
|
||||
|
||||
.stream-row .icon .hashtag {
|
||||
.hashtag {
|
||||
font-size: 1.4em;
|
||||
font-weight: 600;
|
||||
}
|
||||
}
|
||||
|
||||
.stream-row .sub-info-box {
|
||||
|
|
Loading…
Reference in New Issue