/var/www/vhosts/ihelp.ro/httpdocs/webroot.dev/scss
Edit: /var/www/vhosts/ihelp.ro/httpdocs/webroot.dev/scss/_variables.scss (809B)
/* --------------------------
* Colors
* -------------------------- */
$primary: #ed4135;
$primary-dark: #df3e33;
$primary-hover: #5ea414;
$success: #28a745;
$success-hover: #34d058;
$secondary: #293b5c;
$secondary-hover: #221d36;
// $info: $cyan !default;
// $warning: $yellow !default;
// $danger: $red !default;
$subtle: #f8f9fb;
$light: #fcfcfc;
$dark: #232323;
$background: #fcfcfc;
/* --------------------------
* Font families
* -------------------------- */
$font-family-sans-serif: "Segoe UI", sans-serif;
$font-family-serif: "Segoe UI", sans-serif;
// $font-family-serif: "Overpass", sans-serif;
$font-family-monospace: Courier, monospace;
/* --------------------------
* Font sizes
* -------------------------- */
$font-size-base: 1rem;
$box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.18);