Modal SCSS and notifications changes
This commit is contained in:
parent
e278074cf0
commit
7808ce18cd
@ -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;
|
||||
|
@ -7,6 +7,7 @@ $info: #bde5f8;
|
||||
bottom: 1%;
|
||||
left: calc(50% - 200px);
|
||||
position: absolute;
|
||||
z-index: 100000;
|
||||
|
||||
div {
|
||||
@include shadow-float;
|
||||
|
Reference in New Issue
Block a user