]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blame - static/scss/bootstrap-4.0.0-alpha.6/scss/_custom.scss
Added Bootstrap 4.0.0-alpha 6, new images and mockups for the new layout.
[people/shoehn/ipfire.org.git] / static / scss / bootstrap-4.0.0-alpha.6 / scss / _custom.scss
CommitLineData
b2051dd7
S
1// Bootstrap overrides
2//
3// Copy variables from `_variables.scss` to this file to override default values
4// without modifying source files.
5
6// Colors added for IPFire branding
7$red_900: #b71c1c;
8$red_600: #e53935;
9$amber_800: #ff8f00;
10$yellow_700: #fbc02d;
11$blue_700: #1976d2;
12$blue_400: #42a5f5;
13$green_600: #43a047;
14$green_400: #66bb6a;
15$blue_grey_900: #263238;
16$blue_grey_700: #455a64;
17$blue_grey_600: #546e7a;
18$blue_grey_300: #90a4ae;
19$blue_grey_50: #eceff1;
20$deep_orange_a400: #ff3d00;
21$cyan: #00bcd4;
22
23// Grid columns
24//
25// Set the number of columns and specify the width of the gutters.
26
27$grid-columns: 12;
28$grid-gutter-width-base: 24px;
29$grid-gutter-widths: (
30 xs: $grid-gutter-width-base,
31 sm: $grid-gutter-width-base,
32 md: $grid-gutter-width-base,
33 lg: $grid-gutter-width-base,
34 xl: $grid-gutter-width-base
35) !default;
36
37// Fonts
38//
39// Font, line-height, and color for body text, headings, and more.
40
41@import url('https://fonts.googleapis.com/css?family=Ubuntu');
42$font-family-sans-serif: 'Ubuntu', sans-serif;