13 lines
447 B
SCSS
13 lines
447 B
SCSS
// These Variable match thee MUI theme variables. For now they have to be updated manually. But can be done automatically also
|
|
$primary-color: #1976d2;
|
|
$secondary-color: #d32f2f;
|
|
$background-primary: rgb(69, 190, 171);
|
|
$text-primary: #000000;
|
|
$text-secondary: #555555;
|
|
$text-tertiary: #ffffff;
|
|
$button-primary: #0070f3;
|
|
$button-secondary: #ff00ff;
|
|
$hover-color: rgba(0, 0, 0, 0.08);
|
|
|
|
$font-family-base: "Roboto", "Helvetica", "Arial", sans-serif;
|