Dodanie menu dolnego, dodanie sposobu kończenia tury, sass.
This commit is contained in:
18
sass/_variables.scss
Normal file
18
sass/_variables.scss
Normal file
@@ -0,0 +1,18 @@
|
||||
$coin-text-color: #000;
|
||||
|
||||
$accept-border: dodgerblue;
|
||||
$accept-background-color: #bedfff;
|
||||
|
||||
$bonus-coin-border-color: dodgerblue;
|
||||
$accept-bonus-coin-background-color: #fff;
|
||||
|
||||
$player-border-color: dodgerblue;
|
||||
$player-selected-background-color: #6f9cc9;
|
||||
$player-selected-color: #f2eeee;
|
||||
|
||||
$score-table-background: #fff;
|
||||
$score-table-border-color: #ccc;
|
||||
|
||||
$menu-color: #666;
|
||||
$menu-color-hover: #333;
|
||||
$menu-background-color-hover: #eee;
|
||||
Reference in New Issue
Block a user