diff options
author | Charlotte Fields <charlottelilyfields48@gmail.com> | 2017-06-19 11:23:25 +1000 |
---|---|---|
committer | beatrix-bitrot <beatrix.bitrot@gmail.com> | 2017-06-23 21:45:14 +0000 |
commit | b27842dc70847cb936ae2b49777095ba12c5917b (patch) | |
tree | 9c99e5217ff7e143d6556301e7fe2bd484e1e15d /app/javascript/styles | |
parent | 39b6b37b74a9aeecc35d4a68fb1d0bf058350dbd (diff) |
cybre cleanup
Diffstat (limited to 'app/javascript/styles')
-rw-r--r-- | app/javascript/styles/custom.scss | 19 |
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 { |