Modal SCSS and notifications changes

This commit is contained in:
kiswa 2016-07-31 20:01:13 +00:00
parent e278074cf0
commit 7808ce18cd
2 changed files with 3 additions and 2 deletions

View File

@ -12,8 +12,8 @@
@include shadow-float();
background-color: $white;
left: calc(50vw - 200px);
max-height: calc(100vh - 10em);
left: calc(50% - 200px);
max-height: calc(100% - 10em);
min-height: 10em;
overflow-y: auto;
position: fixed;

View File

@ -7,6 +7,7 @@ $info: #bde5f8;
bottom: 1%;
left: calc(50% - 200px);
position: absolute;
z-index: 100000;
div {
@include shadow-float;