2019-08-27 13:55:47 +02:00
|
|
|
// Commonly used web colors
|
2020-02-05 17:58:51 +01:00
|
|
|
//$black: #000; // Black
|
|
|
|
//$white: #fff; // White
|
|
|
|
//$success-green: #6bbd77 !default; // Padua
|
|
|
|
//$error-red: #d4839b !default; // Cerise
|
|
|
|
//$warning-red: #528dc8 !default; // Sunset Orange
|
|
|
|
//$gold-star: #98c6ff !default; // Dark Goldenrod
|
|
|
|
|
|
|
|
/************************
|
|
|
|
BEGIN bliss specific variables
|
|
|
|
************************/
|
|
|
|
|
|
|
|
//$black: #000; // Black
|
|
|
|
//$white: #fff; // White
|
|
|
|
//$success-green: #6bbd77 !default; // Padua
|
|
|
|
//$error-red: red !default; // Cerise
|
|
|
|
//$warning-red: orange !default; // Sunset Orange
|
|
|
|
//$gold-star: #98c6ff !default; // Dark Goldenrod
|
|
|
|
|
2019-08-27 13:55:47 +02:00
|
|
|
|
|
|
|
// 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%;
|
2020-02-05 17:58:51 +01:00
|
|
|
// fix
|
2019-08-27 13:55:47 +02:00
|
|
|
|
|
|
|
|
2020-02-05 17:58:51 +01:00
|
|
|
// 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%;
|
|
|
|
|
|
|
|
$no-gap-breakpoint: 415px;
|
|
|
|
/************************
|
|
|
|
END bliss specific variables
|
|
|
|
************************/
|
|
|
|
|
|
|
|
/************************
|
|
|
|
light color set
|
|
|
|
*/
|
|
|
|
//$ui-base-color: $classic-secondary-color !default;
|
|
|
|
//$ui-base-lighter-color: #b0c0cf !default;
|
|
|
|
//$ui-primary-color: #9bcbed !default;
|
|
|
|
//$ui-secondary-color: $classic-base-color !default;
|
|
|
|
//$ui-highlight-color: #2b90d9 !default;
|
|
|
|
//
|
|
|
|
//$primary-text-color: $black !default;
|
|
|
|
//$darker-text-color: $classic-base-color !default;
|
|
|
|
//$dark-text-color: #444b5d !default;
|
|
|
|
//$action-button-color: #606984 !default;
|
|
|
|
//
|
|
|
|
//$inverted-text-color: $black !default;
|
|
|
|
//$lighter-text-color: $classic-base-color !default;
|
|
|
|
//$light-text-color: #444b5d !default;
|
|
|
|
//
|
|
|
|
////Newly added colors
|
|
|
|
//$account-background-color: $white !default;
|
|
|
|
/**
|
|
|
|
end light color set
|
|
|
|
*/
|