From 5de6014513a2f959cf7493419e64584af74720e9 Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Thu, 16 Jan 2020 18:05:52 +1100 Subject: [PATCH] make the no-network alert a bit more session-like --- stylesheets/_session.scss | 3 --- stylesheets/_session_theme.scss | 8 ++++++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/stylesheets/_session.scss b/stylesheets/_session.scss index d71ea413b..006abe97e 100644 --- a/stylesheets/_session.scss +++ b/stylesheets/_session.scss @@ -994,9 +994,6 @@ label { transition: $session-transition-duration !important; } -.network-status-container { -} - .discussion-container { .module-message { font-family: SFPro; diff --git a/stylesheets/_session_theme.scss b/stylesheets/_session_theme.scss index 7b2590a58..f8ccc5fdd 100644 --- a/stylesheets/_session_theme.scss +++ b/stylesheets/_session_theme.scss @@ -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; + } +}