Skip to content

Commit

Permalink
Make modal buttons full width for tablet and smaller viewports.
Browse files Browse the repository at this point in the history
  • Loading branch information
10upsimon committed Oct 24, 2024
1 parent caf7276 commit 63c1259
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,15 @@
}
}
}

.mdc-dialog__actions {
border-top: none;

button {
@media (max-width: $bp-tablet) {
width: 100%;
}
}
}
}
}

0 comments on commit 63c1259

Please sign in to comment.