about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/variables.scss
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2023-02-25 21:20:01 +0100
committerClaire <claire.github-309c@sitedethib.com>2023-02-25 23:46:23 +0100
commitcc94cc86aec60d3817f40047bc358fce5b1dbc91 (patch)
tree78f0171cd30b0243a820b19b971cd4399617ab07 /app/javascript/flavours/glitch/styles/variables.scss
parentac8512a73aade4cbca5d043a429160da2f01ad75 (diff)
Fix glitch-soc SCSS code style and refactor closer to upstream
Diffstat (limited to 'app/javascript/flavours/glitch/styles/variables.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/variables.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/variables.scss b/app/javascript/flavours/glitch/styles/variables.scss
index 25658bb0c..0132da51f 100644
--- a/app/javascript/flavours/glitch/styles/variables.scss
+++ b/app/javascript/flavours/glitch/styles/variables.scss
@@ -41,6 +41,7 @@ $highlight-text-color: lighten($ui-highlight-color, 8%) !default;
 $action-button-color: $ui-base-lighter-color !default;
 $passive-text-color: $gold-star !default;
 $active-passive-text-color: $success-green !default;
+
 // For texts on inverted backgrounds
 $inverted-text-color: $ui-base-color !default;
 $lighter-text-color: $ui-base-lighter-color !default;
@@ -51,6 +52,7 @@ $cjk-langs: ja, ko, zh-CN, zh-HK, zh-TW;
 
 // Variables for components
 $media-modal-media-max-width: 100%;
+
 // put margins on top and bottom of image to avoid the screen covered by image.
 $media-modal-media-max-height: 80%;