Improved Button sizing in Modals
The `min-width` on buttons in Modals has been set to '100px'
This commit is contained in:
parent
38abb54cad
commit
e7f33673e2
@ -972,6 +972,10 @@ body.blur > *:not(#modal-container) {
|
||||
}
|
||||
}
|
||||
|
||||
button {
|
||||
min-width: 100px;
|
||||
}
|
||||
|
||||
@include breakpoint($mobile) {
|
||||
width: 100%;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user