forked from DebaucheryLibrarian/traxxx
35 lines
842 B
SCSS
35 lines
842 B
SCSS
/* $primary: #ff886c; */
|
|
$breakpoint0: 540px;
|
|
$breakpoint: 720px;
|
|
$breakpoint2: 900px;
|
|
$breakpoint3: 1200px;
|
|
$breakpoint4: 1500px;
|
|
$primary: #ff6c88;
|
|
|
|
$background: #fff;
|
|
$background-dim: #fafafa;
|
|
$text: #222;
|
|
$text-contrast: #fff;
|
|
|
|
$shadow: rgba(0, 0, 0, .5);
|
|
$shadow-extreme: rgba(0, 0, 0, .9);
|
|
$shadow-strong: rgba(0, 0, 0, .7);
|
|
$shadow-weak: rgba(0, 0, 0, .2);
|
|
$shadow-hint: rgba(0, 0, 0, .1);
|
|
|
|
$highlight: rgba(255, 255, 255, .5);
|
|
$highlight-extreme: rgba(255, 255, 255, .9);
|
|
$highlight-strong: rgba(255, 255, 255, .7);
|
|
$highlight-weak: rgba(255, 255, 255, .2);
|
|
$highlight-hint: rgba(255, 255, 255, .075);
|
|
|
|
$logo-outline: drop-shadow(1px 0 0 $shadow-weak) drop-shadow(-1px 0 0 $shadow-weak) drop-shadow(0 1px 0 $shadow-weak) drop-shadow(0 -1px 0 $shadow-weak);
|
|
|
|
$profile: #222;
|
|
|
|
$link: #cc4466;
|
|
$empty: #222;
|
|
|
|
$male: #0af;
|
|
$female: #f0a;
|