
| Current Path : /var/www/html/wirtschaftsclub.web-klick.de/themes/wirtschaftsclub/sass/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/wirtschaftsclub.web-klick.de/themes/wirtschaftsclub/sass/_default-variables.scss |
/** * Default Variables. * * Modify this file to provide default Bootstrap Framework variables. The * Bootstrap Framework will not override any variables defined here because it * uses the `!default` flag which will only set their default if not already * defined here. * * You can copy existing variables directly from the following file: * ./THEMENAME/bootstrap/assets/stylesheets/_variables.scss */ // Set the proper directory for the Bootstrap Glyphicon font. $icon-font-path: '../bootstrap/assets/fonts/bootstrap/'; //=== Inverted navbar // Reset inverted navbar basics $navbar-inverse-bg: #363636; // Dropdown Menu $dropdown-link-color: darkgray; $dropdown-link-hover-color: #525050; $dropdown-link-hover-bg: transparent; $dropdown-link-active-color: white; $dropdown-link-active-bg: #525050; //== Inverted Forms // Forms $input-bg: #525050; $input-bg-disabled: transparent; $input-color: lightgray; $input-border: #525050; $input-border-focus: lightgray; $input-group-addon-bg: lightgray; $input-group-addon-border-color: transparent; $input-color-placeholder: lightgray; //# Custom //## Spacer $spacer: 20px; $spacer-x: $spacer; $spacer-y: $spacer; $grid-gutter-width: 20px;