🎨 blue scheme

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

View File

@ -1,24 +1,29 @@
@import 'large_center';
// custom sheet made on https://www.cipherbliss.com
// Commonly used web colors
$black: #fff; // Black
$white: #000; // White
$success-green: #799fbd !default; // Padua
$error-red: #a654d4 !default; // Cerise
$warning-red: #528dc8 !default; // Sunset Orange
$gold-star: #ec8400 !default; // Dark Goldenrod
$black: #fff; // Black
$white: #000; // White
$success-green: #6bbd77 !default; // Padua
$error-red: #d4839b !default; // Cerise
$warning-red: #528dc8 !default; // Sunset Orange
$gold-star: #00ec84 !default; // Dark Goldenrod
// User Interface Colors
$ui-base-color: #313644; // Midnight Express
$ui-base-lighter-color: #bdd2d6 ;
$ui-primary-color: #4e4eff; // Echo Blue
$ui-secondary-color: #f4d3ff; // Pattens Blue
$ui-highlight-color: #b16fd1; // Summer Sky
$ui-base-color: #313644; // Midnight Express
$ui-base-lighter-color: #bdd2d6;
$ui-primary-color: #0076ff; // Echo Blue
$ui-secondary-color: #7fc0ff; // Pattens Blue
$ui-highlight-color: #00a7d1; // Summer Sky
// 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%;
// fix
.media-gallery {
margin-left: -2em;
}
// then we import the rest of the world
@import 'application';