Skip to content

Commit

Permalink
Add styles for new preference modal blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Jun 17, 2017
1 parent b17333c commit 9b2ed18
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions scss/modules/modals/_preferences.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,29 @@
legend {
color: $base-font-color;
}

.global_notification_block {
background: $color-base;
border-color: $color-shade-darkest;

&.selected {
background: $color-shade-dark;
border-color: $color-shade-darkest;
}
}

.channel_overrides_row {
border-top-color: $color-shade-darkest;

&:hover {
background: $color-shade-dark;
border-color: $color-shade-darkest;
}

.channel_overrides_summary {
color: $base-font-color;
}
}
}

.sidebar_menu_list_item {
Expand Down

0 comments on commit 9b2ed18

Please sign in to comment.