Skip to content

Commit

Permalink
Add styles for channel preferences modal
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Sep 11, 2016
1 parent 0bbb4da commit cc6c712
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
@import "modules/emojis/reactions";

@import "modules/modals/base";
@import "modules/modals/channel";
@import "modules/modals/channels";
@import "modules/modals/direct-messages";
@import "modules/modals/file";
Expand Down
22 changes: 22 additions & 0 deletions scss/modules/modals/_channel.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
#fs_modal.channel_options_modal {
.channel_options_header {
border-bottom-color: $color-shade-dark;
}

.convert_to_shared label {
color: $color-highlight;
}

.channel_option_item {
border-top-color: $color-shade-dark;

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

&:hover {
background: rgba($color-shade-darkest, 0.75);
border-color: $color-shade-dark;
}
}
}

0 comments on commit cc6c712

Please sign in to comment.