css: Use SCSS nesting for .subscriptions-header.

This commit is contained in:
Vaibhav
2019-07-18 03:00:05 +05:30
committed by Tim Abbott
parent 279b52ac82
commit 3c0f447f1a

View File

@@ -394,16 +394,16 @@ form#add_new_subscription {
text-transform: uppercase;
font-weight: 700;
border-bottom: 1px solid hsl(0, 0%, 87%);
}
.subscriptions-header .fa-chevron-left {
display: none;
}
.fa-chevron-left {
display: none;
}
.subscriptions-header .subscriptions-title {
display: inline-block;
transition: all 0.3s ease;
transform: translate(-13px, 0px);
.subscriptions-title {
display: inline-block;
transition: all 0.3s ease;
transform: translate(-13px, 0px);
}
}
.subscriptions-header .fa-chevron-left,