make the no-network alert a bit more session-like

pull/725/head
Audric Ackermann 5 years ago
parent b2f80fbd7f
commit 5de6014513

@ -994,9 +994,6 @@ label {
transition: $session-transition-duration !important;
}
.network-status-container {
}
.discussion-container {
.module-message {
font-family: SFPro;

@ -137,3 +137,11 @@ h4 {
font-size: 17px;
text-align: center;
}
.dark-theme .network-status-container .network-status {
background-color: rgba($session-color-green, 0.6);
.network-status-message {
color: $session-color-white;
}
}

Loading…
Cancel
Save