fix: keep comments and newsletter subscription css separate
This commit is contained in:
parent
8855a73dd8
commit
15e9c9e579
|
@ -266,7 +266,7 @@ th {
|
|||
|
||||
/* Newsletter stuff */
|
||||
|
||||
input.button {
|
||||
.subscribe-button {
|
||||
background: #0055d4;
|
||||
padding: 15px 30px;
|
||||
border-radius: 3px;
|
||||
|
@ -280,7 +280,7 @@ input.button {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
input[type="text"], input[type="email"], select {
|
||||
.subscribe-input {
|
||||
padding: 10px 15px;
|
||||
border: 1px solid #888;
|
||||
border-radius: 3px;
|
||||
|
@ -296,3 +296,4 @@ input:focus {
|
|||
input:focus::placeholder {
|
||||
color: transparent;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user