aboutsummaryrefslogtreecommitdiff
path: root/app/src/web/scss/facebook/core/core.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/web/scss/facebook/core/core.scss')
-rw-r--r--app/src/web/scss/facebook/core/core.scss50
1 files changed, 50 insertions, 0 deletions
diff --git a/app/src/web/scss/facebook/core/core.scss b/app/src/web/scss/facebook/core/core.scss
new file mode 100644
index 00000000..d7e790d1
--- /dev/null
+++ b/app/src/web/scss/facebook/core/core.scss
@@ -0,0 +1,50 @@
+@import "../../core/colors";
+@import "../../core/base";
+@import "core_text";
+@import "core_bg";
+@import "core_border";
+@import "core_messages";
+@import "core_hider";
+
+//GLOBAL overrides; use with caution
+*, *::after, *::before {
+ text-shadow: none !important;
+ box-shadow: none !important;
+}
+
+// .touch .btnS, button, ._94v, ._590n {
+// box-shadow: none !important;
+// }
+
+@include placeholder {
+ color: $text_disabled !important;
+}
+
+.excessItem {
+ outline: $divider !important;
+}
+
+._3m1m {
+ background: linear-gradient(transparent, $bg_opaque) !important;
+}
+
+//new comment
+@include keyframes(highlightFade) {
+ 0%, 50% {
+ background: $background2;
+ }
+
+ 100% {
+ background: $bg_transparent;
+ }
+}
+
+@include keyframes(chatHighlightAnimation) {
+ 0%, 100% {
+ background: $bg_transparent;
+ }
+
+ 50% {
+ background: $background2;
+ }
+}