|
|
@ -12,6 +12,7 @@
|
|
|
|
--link-color: #1890ff;
|
|
|
|
--link-color: #1890ff;
|
|
|
|
--grid-element-subheader: darkgrey;
|
|
|
|
--grid-element-subheader: darkgrey;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
//:root {
|
|
|
|
//:root {
|
|
|
|
// --text: black;
|
|
|
|
// --text: black;
|
|
|
|
// --background: #FFFFFF;
|
|
|
|
// --background: #FFFFFF;
|
|
|
@ -26,3 +27,57 @@
|
|
|
|
// --link-color: white;
|
|
|
|
// --link-color: white;
|
|
|
|
// --grid-element-subheader: #F7A8B8;
|
|
|
|
// --grid-element-subheader: #F7A8B8;
|
|
|
|
//}
|
|
|
|
//}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// SASS style sheet */
|
|
|
|
|
|
|
|
// Palette color codes */
|
|
|
|
|
|
|
|
// Palette URL: http://paletton.com/#uid=5320u0k7JRF0n+X3HY4c4I2gzvX */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Feel free to copy&paste color codes to your application */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// As hex codes */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$color-primary-0: #B0E8CF; // Main Primary color */
|
|
|
|
|
|
|
|
$color-primary-1: #FCFFFE;
|
|
|
|
|
|
|
|
$color-primary-2: #DBF8EB;
|
|
|
|
|
|
|
|
$color-primary-3: #82D0AD;
|
|
|
|
|
|
|
|
$color-primary-4: #55B086;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$color-secondary-1-0: #B1CFE4; // Main Secondary color (1) */
|
|
|
|
|
|
|
|
$color-secondary-1-1: #FCFEFF;
|
|
|
|
|
|
|
|
$color-secondary-1-2: #DCECF7;
|
|
|
|
|
|
|
|
$color-secondary-1-3: #82ABC9;
|
|
|
|
|
|
|
|
$color-secondary-1-4: #5482A3;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$color-secondary-2-0: #D8F7BB; // Main Secondary color (2) */
|
|
|
|
|
|
|
|
$color-secondary-2-1: #FDFFFC;
|
|
|
|
|
|
|
|
$color-secondary-2-2: #EDFDDF;
|
|
|
|
|
|
|
|
$color-secondary-2-3: #BFEF95;
|
|
|
|
|
|
|
|
$color-secondary-2-4: #A5E46E;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// As RGBa codes */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$rgba-primary-0: rgba(176,232,207,1); // Main Primary color */
|
|
|
|
|
|
|
|
$rgba-primary-1: rgba(252,255,254,1);
|
|
|
|
|
|
|
|
$rgba-primary-2: rgba(219,248,235,1);
|
|
|
|
|
|
|
|
$rgba-primary-3: rgba(130,208,173,1);
|
|
|
|
|
|
|
|
$rgba-primary-4: rgba( 85,176,134,1);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$rgba-secondary-1-0: rgba(177,207,228,1); // Main Secondary color (1) */
|
|
|
|
|
|
|
|
$rgba-secondary-1-1: rgba(252,254,255,1);
|
|
|
|
|
|
|
|
$rgba-secondary-1-2: rgba(220,236,247,1);
|
|
|
|
|
|
|
|
$rgba-secondary-1-3: rgba(130,171,201,1);
|
|
|
|
|
|
|
|
$rgba-secondary-1-4: rgba( 84,130,163,1);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$rgba-secondary-2-0: rgba(216,247,187,1); // Main Secondary color (2) */
|
|
|
|
|
|
|
|
$rgba-secondary-2-1: rgba(253,255,252,1);
|
|
|
|
|
|
|
|
$rgba-secondary-2-2: rgba(237,253,223,1);
|
|
|
|
|
|
|
|
$rgba-secondary-2-3: rgba(191,239,149,1);
|
|
|
|
|
|
|
|
$rgba-secondary-2-4: rgba(165,228,110,1);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Generated by Paletton.com © 2002-2014 */
|
|
|
|
|
|
|
|
// http://paletton.com */
|
|
|
|