podcastartgenerator/site/resources/scss/defaults/_variables.scss

27 lines
847 B
SCSS

// Body
$body-bg: #101010;
$body-color: rgba(255, 255, 255, 0.75);
$color-primary: #ff512f;
$color-primary-2: #dd2476;
$color-success: green;
$color-error: #ff512f;
$color-placeholder: #555;
$gradient-primary: linear-gradient(97.3deg, #ff512f 0%, #dd2476 100%);
$bg-color-1: #20202d;
$border-color: #dadce0;
$border-color-light: #656565;
$body-light: #393939;
$body-bg-light: #f9f9fc;
$body-bg-light2: #efefef;
$body-color-light: #65676b;
$light-color-primary: lighten($color-primary, 30%);
$light-color-primary-2: lighten($color-primary-2, 30%);
$selected-border: #eae156;
$bg-color-selected: linear-gradient(97.3deg, #7f830b 0%, #be8500 100%);
$bg-color-selected-light: linear-gradient(97.3deg, #f8fc9c 0%, #fbe4a1 100%);
// font family
$font-1: "Poppins", sans-serif;
$font-2: "Inter", sans-serif;
$font-3: "Chakra Petch Regular", sans-serif;