Sha256: 648f45464236629949616b515264d21fae802212d51e17dfd0173c909e9b4f14
Contents?: true
Size: 1.71 KB
Versions: 1
Compression:
Stored size: 1.71 KB
Contents
// --- BootstrapVue custom SCSS variables --- // Documentation is available here: https://bootstrap-vue.org/docs/reference/theming // You will find the complete list of Bootstrap’s variables in node_modules/bootstrap-vue/src/_variables.scss. // Copy and paste variables as needed, modify their values, and remove the !default flag. // If a variable has already been assigned, then it won’t be re-assigned by the default values in Bootstrap and BootstrapVue. // Also see Bootstrap theming documentation: https://getbootstrap.com/docs/4.5/getting-started/theming/ @import "variables"; // Color system $primary: $color-nordic-teal; $secondary: $color_navy_blue; $success: $color-happy-green; $info: $color-info-blue; $warning: $color-warning-yellow; $danger: $color-error-red; //$light: #f8f9fa; //$dark: #343a40; // Body // // Settings for the `<body>` element. $body-bg: #fff; // Links // // Style anchor elements. $link-color: $color-clear-blue; $link-decoration: underline; $link-hover-color: $color-clear-blue-dark; // Darken percentage for links with `.text-*` class (e.g. `.text-success`) //$emphasized-link-hover-darken-percentage: 15% !default; // Grid containers // // Define the maximum width of `.container` for different screen sizes. $container-max-widths: ( lg: 820px ); // Typography // // Font, line-height, and color for body text, headings, and more. $font-size-lg: $font_size_l; $font-size-sm: $font_size_s; $line-height-base: 1.4; $h1-font-size: $font_size_h1; $h2-font-size: $font_size_h2; $h3-font-size: $font_size_h3; $h4-font-size: $font_size_h4; $h5-font-size: $font_size_h5; $h6-font-size: $font_size_h6; $headings-margin-bottom: 1rem; $headings-font-family: $font_heading; $headings-color: rgb(80,95,108);
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
infotorg-api-jekyll-theme-0.1.2 | _sass/_bootstrap_variables.scss |