cybre cleanup

This commit is contained in:
Charlotte Fields
2017-06-19 11:23:25 +10:00
committed by beatrix-bitrot
parent 39b6b37b74
commit b27842dc70
21 changed files with 72 additions and 107 deletions

View File

@@ -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 {