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