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:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user