Add styling to subscription button to make it appaer as it did before
This commit is contained in:
parent
e622c2b7b3
commit
41096af1c1
1 changed files with 10 additions and 0 deletions
|
@ -44,6 +44,16 @@ label {
|
||||||
margin-left: .3em;
|
margin-left: .3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
form button {
|
||||||
|
background: #2D3E4F;
|
||||||
|
color: white;
|
||||||
|
font-size: 16px;
|
||||||
|
font-weight: normal;
|
||||||
|
padding: 16px 24px;
|
||||||
|
border: none;
|
||||||
|
border-radius: 6px;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
/* --- Inputs ------------- */
|
/* --- Inputs ------------- */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue