Skip to content

Commit

Permalink
Add styles for new flexpane subheadings
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Apr 23, 2016
1 parent c63a023 commit b5259d9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions scss/modules/flexpane/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,20 @@
}
}

.subheading {
background: $color-base;
border-top: 1px solid $color-shade-darkest;
color: $color-highlight;

p a {
color: $base-font-color;
}

.filter_menu_label.active .arrow_down {
color: $color-highlight;
}
}

.toolbar {
background: $color-base;
}
Expand Down

0 comments on commit b5259d9

Please sign in to comment.