Improved Button sizing in Modals

The `min-width` on buttons in Modals has been set to '100px'
This commit is contained in:
Matthew Harrison-Jones 2013-09-06 16:01:27 +01:00
parent 38abb54cad
commit e7f33673e2

View File

@ -972,6 +972,10 @@ body.blur > *:not(#modal-container) {
}
}
button {
min-width: 100px;
}
@include breakpoint($mobile) {
width: 100%;
}