X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=static%2Fscss%2Fbootstrap-4.0.0-alpha.6%2Fscss%2F_custom.scss;fp=static%2Fscss%2Fbootstrap-4.0.0-alpha.6%2Fscss%2F_custom.scss;h=b6760f842178fdba83231225a34cd8aaf494adb4;hb=b2051dd7dc568be1f2670e4d6d71f182b4e6065d;hp=0000000000000000000000000000000000000000;hpb=e7c9ed3cc22f028750a6433a830eab585b9c32fc;p=people%2Fshoehn%2Fipfire.org.git diff --git a/static/scss/bootstrap-4.0.0-alpha.6/scss/_custom.scss b/static/scss/bootstrap-4.0.0-alpha.6/scss/_custom.scss new file mode 100755 index 0000000..b6760f8 --- /dev/null +++ b/static/scss/bootstrap-4.0.0-alpha.6/scss/_custom.scss @@ -0,0 +1,42 @@ +// Bootstrap overrides +// +// Copy variables from `_variables.scss` to this file to override default values +// without modifying source files. + +// Colors added for IPFire branding +$red_900: #b71c1c; +$red_600: #e53935; +$amber_800: #ff8f00; +$yellow_700: #fbc02d; +$blue_700: #1976d2; +$blue_400: #42a5f5; +$green_600: #43a047; +$green_400: #66bb6a; +$blue_grey_900: #263238; +$blue_grey_700: #455a64; +$blue_grey_600: #546e7a; +$blue_grey_300: #90a4ae; +$blue_grey_50: #eceff1; +$deep_orange_a400: #ff3d00; +$cyan: #00bcd4; + +// Grid columns +// +// Set the number of columns and specify the width of the gutters. + +$grid-columns: 12; +$grid-gutter-width-base: 24px; +$grid-gutter-widths: ( + xs: $grid-gutter-width-base, + sm: $grid-gutter-width-base, + md: $grid-gutter-width-base, + lg: $grid-gutter-width-base, + xl: $grid-gutter-width-base +) !default; + +// Fonts +// +// Font, line-height, and color for body text, headings, and more. + +@import url('https://fonts.googleapis.com/css?family=Ubuntu'); +$font-family-sans-serif: 'Ubuntu', sans-serif; \ No newline at end of file