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

This commit is contained in:
Scott Nonnenberg 2018-08-01 12:39:13 -07:00
parent b1c6a5fe19
commit 6155be6db4

View file

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