Ref #14. Additionally fixed some bugs around the KotoButton showing the badge text label when it shouldn't, styling related to margins, and various legacy null and string valid checks.
9 lines
No EOL
171 B
SCSS
9 lines
No EOL
171 B
SCSS
$midnight: #1d1d1d;
|
|
$darkgrey: #666666;
|
|
$green: #60E078;
|
|
$palewhite: #cccccc;
|
|
$red : #FF4652;
|
|
|
|
$padding: 40px;
|
|
$halvedpadding: $padding / 2;
|
|
$quarterpadding: $padding / 4; |