Skip to content

Commit

Permalink
Add styles for sharing messages (fixes #58)
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed May 21, 2016
1 parent 6d9d32e commit 923be8f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scss/modules/modals/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
}

.modal-footer {
background: padding-box $color-shade-darkest;
border-top: 1px solid $color-shade-light;
box-shadow: inset 0 1px 0 $color-shadow-dark;
background: padding-box $color-base;
border-top: 1px solid transparent;
box-shadow: none;
}

.modal-header {
Expand Down
10 changes: 10 additions & 0 deletions scss/modules/modals/_share.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
.basic_share_dialog {
.share_dialog_divider {
border-top-color: transparent;
}
}

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

#share_dialog .file_list_item {
border-color: $color-shade-darkest;
}

0 comments on commit 923be8f

Please sign in to comment.