Files
ionic-framework/src/components/show-hide-when/show-hide-when.scss
2016-09-13 16:57:32 -05:00

15 lines
289 B
SCSS

@import "../../themes/ionic.globals";
// Show / Hide When
// --------------------------------------------------
// Applied by the showWhen directive
.hidden-show-when {
display: none !important;
}
// Applied by the hideWhen directive
.hidden-hide-when {
display: none !important;
}