diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2017-09-27 12:42:48 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2017-09-27 12:42:48 -0400 |
| commit | 210e8feae2fb4842bfb2de38666e6c41671fef3c (patch) | |
| tree | cbdafa34b1a6260bb20236d7e9de9eb1b690a1c5 /www/lib/ionic/scss/_backdrop.scss | |
| parent | e7e7baeaad90229ccb3e0f45f4ebd77be7d79b14 (diff) | |
removed lib
Diffstat (limited to 'www/lib/ionic/scss/_backdrop.scss')
| -rw-r--r-- | www/lib/ionic/scss/_backdrop.scss | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/www/lib/ionic/scss/_backdrop.scss b/www/lib/ionic/scss/_backdrop.scss deleted file mode 100644 index cc8efd8b..00000000 --- a/www/lib/ionic/scss/_backdrop.scss +++ /dev/null @@ -1,24 +0,0 @@ - -.backdrop { - position: fixed; - top: 0; - left: 0; - z-index: $z-index-backdrop; - - width: 100%; - height: 100%; - - background-color: $loading-backdrop-bg-color; - - visibility: hidden; - opacity: 0; - - &.visible { - visibility: visible; - } - &.active { - opacity: 1; - } - - @include transition($loading-backdrop-fadein-duration opacity linear); -} |
