mirror of
https://gitlab.com/ansol/web-ansol.org.git
synced 2024-11-14 18:39:52 +00:00
24 lines
577 B
SCSS
24 lines
577 B
SCSS
|
/* Set Bootstrap variables */
|
||
|
|
||
|
// Set colors.
|
||
|
$primary: $sta-primary;
|
||
|
$text-muted: rgba(0,0,0,0.54);
|
||
|
|
||
|
// Container widths - override XL default of `1140px`.
|
||
|
$container-max-widths: (
|
||
|
sm: 540px,
|
||
|
md: 720px,
|
||
|
lg: 960px,
|
||
|
xl: 1200px
|
||
|
);
|
||
|
|
||
|
$navbar-toggler-padding-x: 0;
|
||
|
$navbar-toggler-font-size: 18px;
|
||
|
$navbar-brand-font-size: 1.2rem;
|
||
|
|
||
|
$navbar-light-color: $sta-menu-text;
|
||
|
$navbar-light-active-color: $sta-menu-text-active;
|
||
|
$navbar-light-brand-color: $sta-menu-title;
|
||
|
$navbar-light-brand-hover-color: $navbar-light-active-color;
|
||
|
$navbar-light-toggler-border-color: transparent;
|