payment-backoffice/styles/variables.scss

11 lines
393 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;
$hover-color: rgba(0, 0, 0, 0.08);
$font-family-base: "Roboto", "Helvetica", "Arial", sans-serif;