mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
Clean up the subscription styles a bit
This commit is contained in:
parent
e02d57ad17
commit
6fc479c1a9
1 changed files with 6 additions and 0 deletions
|
@ -7,10 +7,16 @@
|
||||||
width: calc(100% - 10px);
|
width: calc(100% - 10px);
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
border: 1px solid lighten($c-accent, 50%);
|
border: 1px solid lighten($c-accent, 50%);
|
||||||
|
font-size: 14px;
|
||||||
|
text-align: center;
|
||||||
transition: border-color $trans-speed;
|
transition: border-color $trans-speed;
|
||||||
|
|
||||||
&.error {
|
&.error {
|
||||||
border-color: $c-error;
|
border-color: $c-error;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&::placeholder, &[type="submit"] {
|
||||||
|
text-transform: uppercase;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue