Skip to content

Commit

Permalink
FIX Update modal designs to match design pattern library
Browse files Browse the repository at this point in the history
  • Loading branch information
ScopeyNZ committed Jun 6, 2019
1 parent 448505f commit b6ca2d3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/dist/styles/bundle.css

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions client/src/components/Modal/Modal.scss
Expand Up @@ -11,6 +11,7 @@
}

.modal-content {
background-color: $white;
height: auto;
min-height: 0;
max-height: 100%;
Expand All @@ -36,6 +37,8 @@
// Top section of the modal w/ title and dismiss
.modal-header {
min-height: $toolbar-total-height;
color: $text-muted;
background-color: $body-bg-dark;

// Close icon
.close {
Expand All @@ -45,6 +48,7 @@
opacity: 1;
margin-top: 0;
margin-right: -$panel-padding-x;
color: $text-muted;

span {
display: none;
Expand Down Expand Up @@ -95,6 +99,9 @@
}

.modal-footer {
background-color: $white;
border-top: 0;
padding-top: 0;
justify-content: flex-start;
}

Expand Down

0 comments on commit b6ca2d3

Please sign in to comment.