Skip to content

Commit

Permalink
Add style for active modal buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Jun 17, 2017
1 parent eb7245e commit b17333c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scss/modules/modals/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@
}
}

&.fs_modal_header .fs_modal_btn:active {
color: $base-font-color;
}

#fs_modal_footer {
background-color: $color-shade-dark;
}
Expand Down

0 comments on commit b17333c

Please sign in to comment.