Skip to content

Commit

Permalink
style(css): removes &-* scss pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
zalog authored and mdo committed Mar 8, 2020
1 parent f59ed75 commit 0e611a3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions site/assets/scss/_masthead.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@
color: $white;
@include border-radius(25%);
box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .15), inset 0 -1px 0 rgba(0, 0, 0, .15);
}

&-purple {
background-image: linear-gradient(180deg, $pink, $purple);
}
.home-icon-purple {
background-image: linear-gradient(180deg, $pink, $purple);
}

&-blue {
background-image: linear-gradient(180deg, $teal, $blue);
}
.home-icon-blue {
background-image: linear-gradient(180deg, $teal, $blue);
}

&-yellow {
background-image: linear-gradient(180deg, $yellow, $orange);
}
.home-icon-yellow {
background-image: linear-gradient(180deg, $yellow, $orange);
}

@include media-breakpoint-up(md) {
Expand Down

0 comments on commit 0e611a3

Please sign in to comment.