css: Use SCSS nesting in subscriptions.scss for `.stream-row .icon`.

This commit is contained in:
Vaibhav 2019-07-06 17:21:24 +05:30 committed by Tim Abbott
parent d8efa258e5
commit 8af03b92a0
1 changed files with 11 additions and 11 deletions

View File

@ -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 {