Adding style to suspension modal.

This commit is contained in:
David Jay
2017-01-05 20:51:40 -05:00
parent a468fe4c28
commit e510f99754
4 changed files with 51 additions and 13 deletions
@@ -19,7 +19,6 @@
.inner {
width: 100vw;
height: 100vh;
background-color: #fff;
box-shadow: 2px 2px 5px 0px rgba(153,153,153,1);
padding: 20px;
@@ -37,7 +36,6 @@
@media (--big-viewport) {
.inner {
width: 600px;
height: 50vh;
border-radius: 4px;
}
}