chore(): sass vars should use background

This commit is contained in:
Adam Bradley
2015-09-21 16:25:13 -05:00
parent 6d402a9428
commit 0a4e927312
12 changed files with 94 additions and 94 deletions

View File

@@ -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 {