Merge remote-tracking branch 'origin/main' into sp/sync-feature-7-6-with-main

This commit is contained in:
Sean Perkins
2023-11-02 13:14:57 -04:00
442 changed files with 2740 additions and 1434 deletions

View File

@ -3,8 +3,5 @@
// iOS Modals
// --------------------------------------------------
/// @prop - Background color for the modal
$modal-ios-background-color: $background-color !default;
/// @prop - Border radius for the modal
$modal-ios-border-radius: 10px !default;

View File

@ -3,9 +3,6 @@
// Material Design Modals
// --------------------------------------------------
/// @prop - Background color for the modal
$modal-md-background-color: $background-color !default;
/// @prop - Box shadow color of the alert
$modal-inset-box-shadow-color: rgba(0, 0, 0, .4) !default;