Commit 588b6795 by jhukal9@gmail.com

updated the popup form

parent a8611dad
...@@ -77,6 +77,12 @@ button { ...@@ -77,6 +77,12 @@ button {
position: relative; position: relative;
max-width: fit-content; max-width: fit-content;
button {
svg {
margin-left: 8px;
}
}
input[type="submit"] { input[type="submit"] {
padding: 0.75rem 1.625rem; padding: 0.75rem 1.625rem;
border-radius: 0; border-radius: 0;
...@@ -101,7 +107,7 @@ button { ...@@ -101,7 +107,7 @@ button {
} }
} }
svg { > svg {
position: absolute; position: absolute;
top: 50%; top: 50%;
transform: translateY(-50%); transform: translateY(-50%);
...@@ -178,6 +184,7 @@ button { ...@@ -178,6 +184,7 @@ button {
padding: 0 48px 48px; padding: 0 48px 48px;
} }
} }
.custom-overlay, .custom-overlay,
.download-popup { .download-popup {
opacity: 0; 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