Skip to content

Commit

Permalink
Add styles for shortcuts button in help modal
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Oct 8, 2017
1 parent ad8fa7c commit cd285d7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scss/modules/modals/_help.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@
}
}

.help_modal_header {
background-color: $color-shade-dark;
border-color: $color-shade-light;

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

.help_modal_divider {
color: $color-highlight;
}
Expand Down

0 comments on commit cd285d7

Please sign in to comment.