aboutsummaryrefslogtreecommitdiff
path: root/app/src/web/scss/messenger/core
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/web/scss/messenger/core')
-rw-r--r--app/src/web/scss/messenger/core/_core_vars.scss34
-rw-r--r--app/src/web/scss/messenger/core/core.scss2
2 files changed, 1 insertions, 35 deletions
diff --git a/app/src/web/scss/messenger/core/_core_vars.scss b/app/src/web/scss/messenger/core/_core_vars.scss
deleted file mode 100644
index 66795299..00000000
--- a/app/src/web/scss/messenger/core/_core_vars.scss
+++ /dev/null
@@ -1,34 +0,0 @@
-:root, .__fb-light-mode {
- --attachment-footer-background: #{$bg_opaque} !important;
- --card-background-flat: #{$bg_opaque} !important;
- --card-background: #{$bg_opaque} !important;
- --comment-background: #{$bg_opaque2} !important;
- --comment-footer-background: #{$bg_opaque} !important;
- --disabled-button-background: #{$bg_opaque} !important;
- --disabled-icon: #{$text_disabled} !important;
- --disabled-text: #{$text_disabled} !important;
- --divider: #{$divider} !important;
- --hero-banner-background: #{$bg_opaque} !important;
- --highlight-bg: #{$bg_opaque2} !important;
- --media-outer-border: #{$bg_opaque} !important;
- --messenger-card-background: #{$bg_opaque} !important;
- --messenger-card-background: #{$bg_opaque} !important; // Main background; needs to be opaque to hide gradient used for sender card
- --messenger-reply-background: #{$bg_opaque2} !important;
- --nav-bar-background-gradient-wash: #{$bg_opaque} !important;
- --nav-bar-background-gradient: #{$bg_opaque} !important;
- --nav-bar-background: #{$bg_opaque} !important;
- --new-notification-background: #{$bg_opaque2} !important;
- --placeholder-text: #{$text} !important; // Date
- --primary-icon: #{$text} !important;
- --primary-text: #{$text} !important;
- --secondary-icon: #{$text} !important;
- --secondary-text: #{$text} !important;
- --surface-background: #{$bg_opaque2} !important; // Emoji background
- --toggle-active-background: #{$bg_opaque2} !important;
- --wash: #{$bg_opaque2} !important;
- --web-wash: #{$bg_opaque2} !important;
-
- [role="navigation"] {
- --surface-background: #{$bg_opaque} !important; // Nav background
- }
-}
diff --git a/app/src/web/scss/messenger/core/core.scss b/app/src/web/scss/messenger/core/core.scss
index 89199222..7cebadb5 100644
--- a/app/src/web/scss/messenger/core/core.scss
+++ b/app/src/web/scss/messenger/core/core.scss
@@ -1,6 +1,6 @@
@import "../../core/colors";
@import "../../core/base";
-@import "core_vars";
+@import "../../core/core_vars";
@import "core_text";
@import "core_bg";
@import "core_border";