styles-bootstrap.scss 470 Bytes
@import "node_modules/bootstrap/scss/functions";
@import "node_modules/bootstrap/scss/variables";
@import "node_modules/bootstrap/scss/mixins";

$primary: #aa006b;
$secondary: #00acd8;
$info: #f4b223;
$light: #e6e7e9;
$theme-colors: (
  primary: $primary,
  secondary: $secondary,
  info: $info,
  light: $light
);
$border-radius: 1.5rem !default;
$border-radius-lg: 2.5rem !default;
$border-radius-sm: 0.5rem !default;

@import "node_modules/bootstrap/scss/bootstrap";