From 210e8feae2fb4842bfb2de38666e6c41671fef3c Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Wed, 27 Sep 2017 12:42:48 -0400 Subject: removed lib --- www/lib/ionic/scss/_backdrop.scss | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 www/lib/ionic/scss/_backdrop.scss (limited to 'www/lib/ionic/scss/_backdrop.scss') 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); -} -- cgit v1.2.3