init modal stuff.

This commit is contained in:
deepjyoti30
2020-05-14 11:58:14 +05:30
parent 993704e011
commit 4f028a77c6
5 changed files with 80 additions and 1 deletions

View File

@@ -176,4 +176,31 @@ body {
}
}
}
}
.settings-modal {
display: none;
position: fixed;
z-index: 1;
width: 100%;
height: 100%;
overflow: auto;
background: $foreground;
.modal-content {
border: 1px solid red;
}
.close {
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold;
&:hover, &:focus {
color: black;
text-decoration: none;
cursor: pointer;
}
}
}