mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-13 20:56:52 +08:00
43 lines
1.1 KiB
SCSS
43 lines
1.1 KiB
SCSS
//==============================================================================
|
|
// Colors
|
|
//==============================================================================
|
|
|
|
// Theme colors
|
|
$color-theme-primary: #37a0d9;
|
|
$color-theme-secondary: #8fd13f;
|
|
$color-theme-dark: #6d6e71;
|
|
|
|
// Grayscale colors
|
|
$color-white: #fff;
|
|
$color-alabaster: #fcfcfc;
|
|
$color-snow: #f9f9f9;
|
|
$color-wild-sand: #f5f5f5;
|
|
$color-concrete: #f2f2f2;
|
|
$color-gallery: #eee;
|
|
$color-gainsboro: #e3e3e3;
|
|
$color-alto: #d2d2d2;
|
|
$color-silver: #c5c5c5;
|
|
$color-dark-gray: #adadad;
|
|
$color-silver-chalice: #a0a0a0;
|
|
$color-gray: #909088;
|
|
$color-dove-gray: #666;
|
|
$color-emperor: #555;
|
|
$color-mine-shaft: #333;
|
|
$color-nero: #262626;
|
|
$color-black: #000;
|
|
|
|
// Miscelaneous colors
|
|
$color-mystic: #eaeff2;
|
|
$color-candlelight: #ffda23;
|
|
|
|
// Red colors
|
|
$color-mojo: #cf4b48;
|
|
$color-apple-blossom: #a94442;
|
|
$color-milano-red: #a70b05;
|
|
|
|
//==============================================================================
|
|
// Other
|
|
//==============================================================================
|
|
|
|
// Some big value which is still supported by all browsers
|
|
$infinity: 9999999;
|