Skip to content

Commit

Permalink
Update form-editor.css
Browse files Browse the repository at this point in the history
  • Loading branch information
yigitkerem committed Jan 27, 2021
1 parent 13906c0 commit 595b02d
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions static/css/form-editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ hr {
background: #e5e2e2;
border-radius: 5px;
display: none;
box-shadow: 0px 1px 5px 1px #858585;

}

Expand All @@ -313,18 +314,11 @@ hr {
.close-modal{

font-family: sans-serif;
font-weight: 400;
font-size: 30px;
color: black;

}

.close-modal:hover {

color: grey;

}

.modal-tabs{

width: 200px;
Expand Down Expand Up @@ -469,4 +463,18 @@ hr {
content: "*";
color: red;

}

.bgblurred{

width: 100%;
height: 100%;
z-index: 125;
backdrop-filter: blur(3px);
-webkit-backdrop-filter: blur(3px);
position: fixed;
top: 0;
left: 0;
display: none;

}

0 comments on commit 595b02d

Please sign in to comment.