Commit 588b6795 by jhukal9@gmail.com

updated the popup form

parent a8611dad
......@@ -77,6 +77,12 @@ button {
position: relative;
max-width: fit-content;
button {
svg {
margin-left: 8px;
}
}
input[type="submit"] {
padding: 0.75rem 1.625rem;
border-radius: 0;
......@@ -101,7 +107,7 @@ button {
}
}
svg {
> svg {
position: absolute;
top: 50%;
transform: translateY(-50%);
......@@ -178,6 +184,7 @@ button {
padding: 0 48px 48px;
}
}
.custom-overlay,
.download-popup {
opacity: 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment