update newsletter form styling

This commit is contained in:
2024-12-17 21:12:29 +01:00
parent bdd0b85af6
commit 1534a49115

View File

@@ -9,7 +9,7 @@
--card-shadow-color: #00000033; --card-shadow-color: #00000033;
} }
.listmonk-form button { .btn, button {
border: none; border: none;
} }
@@ -27,8 +27,7 @@
--card-shadow-color: #1f2223; --card-shadow-color: #1f2223;
} }
.btn, .btn, button {
.listmonk-form button {
border: 0.001rem solid var(--txt-color); border: 0.001rem solid var(--txt-color);
} }
} }
@@ -170,8 +169,13 @@ a:hover {
background-color: #0986c9; background-color: #0986c9;
} }
.listmonk-form input { form input, form button {
font-family: "Open sans", sans-serif !important; font-family: "Open sans", sans-serif !important;
font-size: 1.5rem;
min-height: 3rem;
}
form input {
min-height: 3rem; min-height: 3rem;
padding: 0.75rem 1.25rem; padding: 0.75rem 1.25rem;
display: inline-block; display: inline-block;
@@ -181,11 +185,9 @@ a:hover {
background-color: var(--bg-color); background-color: var(--bg-color);
color: var(--txt-color); color: var(--txt-color);
} }
.listmonk-form button { form button {
font-family: "Open sans", sans-serif !important;
font-weight: 700; font-weight: 700;
min-height: 3rem;
cursor: pointer; cursor: pointer;
transition: all 0.25s; transition: all 0.25s;
padding: 0.75rem 1.25rem; padding: 0.75rem 1.25rem;
@@ -194,12 +196,12 @@ a:hover {
background-color: #00f; background-color: #00f;
color: var(--btn-txt-color); color: var(--btn-txt-color);
} }
.listmonk-form button:hover { form button:hover {
background-color: #00d; background-color: #00d;
} }
.listmonk-form .annotation { form .annotation {
margin: 0; margin: 0;
} }
@@ -457,10 +459,14 @@ nav .nav-btn {
margin: 0.4375rem; margin: 0.4375rem;
} }
.listmonk-form input { form input {
max-width: 55%; max-width: 55%;
} }
form input, form button {
font-size: 1rem;
}
.blog-card { .blog-card {
flex-wrap: wrap; flex-wrap: wrap;
} }