refactor: resturcture files so that lincensing info can be bundled properly
This commit is contained in:
parent
699ba74840
commit
1aa284311f
484 changed files with 119 additions and 179 deletions
16
scss/utils/_colors.scss
Normal file
16
scss/utils/_colors.scss
Normal file
|
@ -0,0 +1,16 @@
|
|||
/*
|
||||
* SPDX-FileCopyrightText: 2021 Johannes Loher
|
||||
* SPDX-FileCopyrightText: 2021 Gesina Schwalbe
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*/
|
||||
|
||||
$c-white: #fff;
|
||||
$c-black: #000;
|
||||
$c-light-grey: #777;
|
||||
$c-border-groove: #eeede0;
|
||||
$c-invalid-input: rgba(lightcoral, 50%);
|
||||
$c-coup: #18520b;
|
||||
$c-coup-bg: #acc2a7;
|
||||
$c-fumble: #aa0200;
|
||||
$c-fumble-bg: #d8b5ba;
|
Loading…
Add table
Add a link
Reference in a new issue