mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
css: Use SCSS nesting for .subscriptions-header.
This commit is contained in:
@@ -394,16 +394,16 @@ form#add_new_subscription {
|
|||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
border-bottom: 1px solid hsl(0, 0%, 87%);
|
border-bottom: 1px solid hsl(0, 0%, 87%);
|
||||||
}
|
|
||||||
|
|
||||||
.subscriptions-header .fa-chevron-left {
|
.fa-chevron-left {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.subscriptions-header .subscriptions-title {
|
.subscriptions-title {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
transform: translate(-13px, 0px);
|
transform: translate(-13px, 0px);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.subscriptions-header .fa-chevron-left,
|
.subscriptions-header .fa-chevron-left,
|
||||||
|
|||||||
Reference in New Issue
Block a user