Dark Mode: Fix color/layout of the 'you are disconnected' warning

pull/1/head
Scott Nonnenberg 7 years ago
parent b1c6a5fe19
commit 6155be6db4

@ -435,8 +435,13 @@ body.dark-theme {
.network-status-container { .network-status-container {
.network-status { .network-status {
background: url('../images/error_red.svg') no-repeat left 10px center; background: url('../images/error_red.svg') no-repeat left 10px center;
background-size: 25px 25px;
background-color: #fcd156; background-color: #fcd156;
.network-status-message {
color: $color-dark-85;
}
.action { .action {
button { button {
border: solid 1px #ccc; border: solid 1px #ccc;

Loading…
Cancel
Save