mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 20:59:30 +00:00
Fix issues with styling forms with large buttons as submit buttons
This commit is contained in:
@@ -46,8 +46,11 @@ form {
|
||||
|
||||
input[type='submit'] {
|
||||
width: 100%;
|
||||
|
||||
&:not(.btn--lg) {
|
||||
padding: 1rem 0;
|
||||
}
|
||||
}
|
||||
|
||||
@include respond-to('medium') {
|
||||
.input-group {
|
||||
|
||||
Reference in New Issue
Block a user