Skip to content

Commit

Permalink
123
Browse files Browse the repository at this point in the history
  • Loading branch information
Lasith1234 committed Mar 21, 2021
1 parent a6a12a2 commit 21b3d6d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
8 changes: 4 additions & 4 deletions public/assets/css/contact.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ h1{
left: 50%;
transform: translate(-50%,-50%);
background: #fff;
width: 45%;
width: 40%;
height: fit-content;
z-index: 6;
text-align:center;
padding-top: 20px;
padding-left: 10px;
padding-right: 10px;
padding-left: 15px;
padding-right: 15px;
box-sizing: border-box;
border-radius: 15px;
align-self: center;
Expand Down Expand Up @@ -120,7 +120,7 @@ h1{
display: block;
font-size: 18px;
padding: 15px;
width: 70%;
width: 65%;
cursor: pointer;
margin: auto;
background-color:#2d4642;
Expand Down
5 changes: 5 additions & 0 deletions public/assets/partials/popup_confirm.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
<div class="overlay"></div>
<div class="content">
<h1>Are you sure?</h1>
<div class="img">
<img class="profile" src="resources/warn.png">

</div>
<div class="close-btn" onclick="toggleConfirm()">&times;</div>
<br>
<div class="form-control">
<button class="submit-confirm submit button thread" onclick="submitConfirm()">
<span class="buttonText">Confirm</span>
Expand Down

0 comments on commit 21b3d6d

Please sign in to comment.