Clean up the subscription styles a bit

This commit is contained in:
Kevin MacMartin 2018-04-25 23:47:09 -04:00
parent e02d57ad17
commit 6fc479c1a9

View file

@ -7,10 +7,16 @@
width: calc(100% - 10px);
padding: 3px;
border: 1px solid lighten($c-accent, 50%);
font-size: 14px;
text-align: center;
transition: border-color $trans-speed;
&.error {
border-color: $c-error;
}
&::placeholder, &[type="submit"] {
text-transform: uppercase;
}
}
}