Use pixel values for alerts on subscription pages
This commit is contained in:
parent
9c2444488f
commit
67eae8616d
1 changed files with 4 additions and 3 deletions
|
@ -143,11 +143,12 @@ textarea {
|
|||
/* --- Alerts ------------- */
|
||||
|
||||
.alert {
|
||||
margin: 1.25em auto 0;
|
||||
padding: 1em;
|
||||
margin: 22px auto 0;
|
||||
padding: 15px;
|
||||
border-radius: 4px;
|
||||
font-family: inherit;
|
||||
font-size: 1em;
|
||||
font-size: 15px;
|
||||
line-height: 21px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue