🎨 blue scheme

This commit is contained in:
tykayn 2019-08-17 23:26:26 +02:00
parent 98443b1531
commit 5ecd06558e

View File

@ -3,22 +3,27 @@
// Commonly used web colors // Commonly used web colors
$black: #fff; // Black $black: #fff; // Black
$white: #000; // White $white: #000; // White
$success-green: #799fbd !default; // Padua $success-green: #6bbd77 !default; // Padua
$error-red: #a654d4 !default; // Cerise $error-red: #d4839b !default; // Cerise
$warning-red: #528dc8 !default; // Sunset Orange $warning-red: #528dc8 !default; // Sunset Orange
$gold-star: #ec8400 !default; // Dark Goldenrod $gold-star: #00ec84 !default; // Dark Goldenrod
// User Interface Colors // User Interface Colors
$ui-base-color: #313644; // Midnight Express $ui-base-color: #313644; // Midnight Express
$ui-base-lighter-color: #bdd2d6; $ui-base-lighter-color: #bdd2d6;
$ui-primary-color: #4e4eff; // Echo Blue $ui-primary-color: #0076ff; // Echo Blue
$ui-secondary-color: #f4d3ff; // Pattens Blue $ui-secondary-color: #7fc0ff; // Pattens Blue
$ui-highlight-color: #b16fd1; // Summer Sky $ui-highlight-color: #00a7d1; // Summer Sky
// Variables for components // Variables for components
$media-modal-media-max-width: 100%; $media-modal-media-max-width: 100%;
// put margins on top and bottom of image to avoid the screen covered by image. // put margins on top and bottom of image to avoid the screen covered by image.
$media-modal-media-max-height: 80%; $media-modal-media-max-height: 80%;
// fix
.media-gallery {
margin-left: -2em;
}
// then we import the rest of the world // then we import the rest of the world
@import 'application'; @import 'application';