1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-03 01:18:17 +00:00

Generalised form styles

This commit is contained in:
2022-03-07 14:45:09 +00:00
parent c6419cad8b
commit 27a4ecd7c1
8 changed files with 35 additions and 33 deletions

View File

@@ -1,21 +0,0 @@
.mainForm {
margin: 2rem auto 0 auto;
width: 85vw;
a {
margin: 1rem;
text-align: center;
display: block;
font-size: 1.2em;
}
input[type='submit'] {
@extend .btn, .btn--primary, .btn--full;
width: 100%;
padding: 1rem 0;
}
@include respond-to('large') {
width: 40vw;
}
}