Skip to content

Commit

Permalink
Add missing css
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltomasik committed Mar 26, 2018
1 parent 6bb501f commit edcdd65
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/components/savedAccounts/modalTheme.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
.dialog.fullscreen {
width: 100vw; /* stylelint-disable-line */
height: 100vh; /* stylelint-disable-line */
max-width: 100vw; /* stylelint-disable-line */
max-height: 100vh; /* stylelint-disable-line */
border-radius: 0;
background: #013165;
}

.innerBody {
padding: 24px;
max-height: auto;
}

@media screen and (min-width: 600px) {
.innerBody {
max-height: auto;
}
}

0 comments on commit edcdd65

Please sign in to comment.