MOBILE-3833 iframe: Hide warning cards when iframe is fullscreen
parent
63bc43ceb4
commit
4430928434
|
@ -822,6 +822,12 @@ body.core-iframe-fullscreen ion-router-outlet {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.core-iframe-fullscreen ion-card.core-#{$color-name}-card,
|
||||||
|
.core-iframe-fullscreen .item.core-#{$color-name}-item {
|
||||||
|
opacity: 0 !important;
|
||||||
|
height: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
ion-icon.ion-color-#{$color-name} {
|
ion-icon.ion-color-#{$color-name} {
|
||||||
--ion-color-base: var(--ion-color-#{$color-name});
|
--ion-color-base: var(--ion-color-#{$color-name});
|
||||||
color: var(--ion-color-base);
|
color: var(--ion-color-base);
|
||||||
|
|
Loading…
Reference in New Issue