1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 22:59:28 +00:00

Fix issues with styling forms with large buttons as submit buttons

This commit is contained in:
2022-04-21 13:14:01 +00:00
parent 219754dc1f
commit aa332ef5f7

View File

@@ -46,8 +46,11 @@ form {
input[type='submit'] { input[type='submit'] {
width: 100%; width: 100%;
&:not(.btn--lg) {
padding: 1rem 0; padding: 1rem 0;
} }
}
@include respond-to('medium') { @include respond-to('medium') {
.input-group { .input-group {