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