Skip to content
Snippets Groups Projects
_bootstrap_variables.scss 341 B
@import "boilerplate/colors";

$border-radius:    0.5rem;

$theme-colors: (
    "danger":       $color-helmholtz-health,
    "info":         $color-helmholtz-space,
    "primary":      $color-helmholtz-blue,
    "secondary":    $color-helmoltz-gray,
    "success":      $color-helmholtz-green,
    "warning":      $color-helmholtz-energy
);