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

@@ -96,3 +96,23 @@ body {
color: #7986CB; }
.main #other-content .foxxy h4, .main #other-content .foxxy a:hover {
color: #A1887F; }
.settings-modal {
display: none;
position: fixed;
z-index: 1;
width: 100%;
height: 100%;
overflow: auto;
background: #fff; }
.settings-modal .modal-content {
border: 1px solid red; }
.settings-modal .close {
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold; }
.settings-modal .close:hover, .settings-modal .close:focus {
color: black;
text-decoration: none;
cursor: pointer; }