about summary refs log tree commit diff
path: root/app/javascript/styles/custom.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/javascript/styles/custom.scss')
-rw-r--r--app/javascript/styles/custom.scss19
1 files changed, 0 insertions, 19 deletions
diff --git a/app/javascript/styles/custom.scss b/app/javascript/styles/custom.scss
index 8c6c12316..5bfe2a412 100644
--- a/app/javascript/styles/custom.scss
+++ b/app/javascript/styles/custom.scss
@@ -1,14 +1,5 @@
-$ui-base-color: #181818; // darkest
-$ui-secondary-color: #dae8da; // lightest
-$ui-primary-color: #dae8da; // lighter
-$ui-highlight-color: #1ea21e; // vibrant
-
 @import 'application';
 
-body {
-  background: $ui-base-color url('../images/background-cybre.png');
-}
-
 @media screen and (min-width: 1300px) { 
   .column {
     flex-grow: 1 !important;
@@ -59,16 +50,6 @@ body {
 
 .screenshot-with-signup .closed-registrations-message .clock {
   font-size:150%;
-}  
-
-.column .static-content.getting-started {
-  background-image: url('../images/logo-cybre.png'), url('../images/background-cybre.png');
-  background-position: 50% 50%;
-  background-size:cover;
-}
-
-.columns-area {
-  background: $ui-base-color url('../images/background-cybre.png');
 }
 
 .drawer .drawer__inner {