MOBILE-3833 styles: Improve offline notification styles
parent
0143c23395
commit
46dd468314
|
@ -21,6 +21,7 @@
|
||||||
.core-network-message {
|
.core-network-message {
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
height: var(--network-message-height);
|
height: var(--network-message-height);
|
||||||
|
line-height: var(--network-message-height);
|
||||||
padding-bottom: calc(var(--ion-safe-area-bottom, 0px) + var(--network-message-height));
|
padding-bottom: calc(var(--ion-safe-area-bottom, 0px) + var(--network-message-height));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -167,6 +168,7 @@ ion-tabs.placement-side {
|
||||||
transition: all 500ms ease-in-out;
|
transition: all 500ms ease-in-out;
|
||||||
opacity: .8;
|
opacity: .8;
|
||||||
z-index: 12;
|
z-index: 12;
|
||||||
|
font-size: 12px;
|
||||||
|
|
||||||
.core-online-message {
|
.core-online-message {
|
||||||
display: var(--network-message-online);
|
display: var(--network-message-online);
|
||||||
|
|
Loading…
Reference in New Issue