mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
15 lines
281 B
SCSS
15 lines
281 B
SCSS
@import "../../globals.core";
|
|
|
|
// 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;
|
|
}
|