mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(): sass vars should use background
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
// Modals
|
||||
// --------------------------------------------------
|
||||
|
||||
$modal-bg-color: #fff !default;
|
||||
$modal-background-color: #fff !default;
|
||||
|
||||
$modal-inset-mode-break-point: 680px !default; // @media min-width
|
||||
$modal-inset-mode-top: 20% !default;
|
||||
@@ -19,7 +19,7 @@ ion-modal {
|
||||
overflow: hidden;
|
||||
min-height: 100%;
|
||||
width: 100%;
|
||||
background-color: $modal-bg-color;
|
||||
background-color: $modal-background-color;
|
||||
|
||||
transform: translate3d(0px, 100%, 0px);
|
||||
&.show-overlay {
|
||||
|
||||
Reference in New Issue
Block a user