Skip to content

Commit

Permalink
Scarlet band
Browse files Browse the repository at this point in the history
Add support for band with scarlet background. This includes a subtle top-to-bottom linear gradient to help differentiate a scarlet band from the scarlet sticky navigation bar.
  • Loading branch information
skoolbus39 committed Jan 4, 2016
1 parent 7412e21 commit 792da2e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions wdn/templates_4.1/less/modules/bands.less
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.wdn-scarlet-band {
background: linear-gradient(to bottom, darken(@scarlet,3%), @scarlet);
}

.wdn-light-triad-band {
.wdn-band(mix(@cream, @triad, 90%));
}
Expand Down

0 comments on commit 792da2e

Please sign in to comment.