webpack-bootstrap-ui-kit/src/scss/_variables.scss

31 lines
864 B
SCSS
Raw Normal View History

2019-10-20 04:40:30 +02:00
@import "_colors";
2019-06-08 17:20:51 +02:00
2019-10-20 04:40:30 +02:00
$grid-breakpoints: (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px, xxl: 1390px, xxxl: 1590px) !default;
$container-max-widths: (sm: 540px, md: 720px, lg: 960px, xl: 1140px, xxl: 1330px, xxxl: 1560px) !default;
2019-06-08 17:20:51 +02:00
2019-10-20 04:40:30 +02:00
$font-family-base: "Lato", sans-serif !default;
2019-08-27 17:25:41 +02:00
2019-10-20 04:40:30 +02:00
$grid-gutter-width: 2rem !default;
$grid-gutter-height: 2rem !default;
$grid-gutter-xs-width: $grid-gutter-width / 2 !default;
$grid-gutter-element-height: $grid-gutter-height * 2 !default;
2019-06-08 17:20:51 +02:00
2019-10-20 04:40:30 +02:00
$footer-size: 18.5rem !default;
$footer-bar-size: 2.5rem !default;
2019-06-08 17:20:51 +02:00
/*
* bootstrap includes
* keep it at the end
*/
// bootstrap minify bugfix:
2019-10-20 04:40:30 +02:00
$navbar-dark-toggler-icon-bg: none !default;
$navbar-light-toggler-icon-bg: none !default;
2019-06-08 17:20:51 +02:00
// IE > 9
2019-10-20 04:40:30 +02:00
$enable-flex: true !default;
2019-06-08 17:20:51 +02:00
@import "~bootstrap/scss/functions";
@import "~bootstrap/scss/variables";
@import "~bootstrap/scss/mixins";