Files
ionic-framework/scss/_backdrop.scss
Andy Joslin 98e7e3df46 refactor($ionicLoading,$ionicPopup): factor out common code, add tests
Also fixes $ionicLoading flickering on ios7 in beta.1.
2014-04-08 13:35:02 -06:00

15 lines
183 B
SCSS

.backdrop {
position: fixed;
top: 0;
left: 0;
z-index: $z-index-backdrop;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.4);
@include ng-hide-fade();
}