1 /* stylelint-disable color-hex-length */
5 * Use this space to customise variables, create mixins and override SCSS.
9 $gray-dark: #373a3c !default;
10 $gray: #55595c !default;
11 $gray-light: #818a91 !default;
12 $gray-lighter: #eceeef !default;
13 $gray-lightest: #f7f7f9 !default;
15 $brand-primary: #1177d1 !default;
16 $brand-info: #ad53b2 !default;
17 $brand-success: #77b300 !default;
18 $brand-warning: #ff8800 !default;
19 $brand-danger: #ff4136 !default;
20 $brand-inverse: $gray-dark !default;
21 $navbar-height: 50px !default;
24 $spacer: 1rem !default;
25 $spacer-x: $spacer !default;
26 $spacer-y: $spacer !default;
27 $border-width: 1px !default;
30 $body-bg: #f4f4f4 !default;
31 $body-color: #262626 !default;
34 $font-family-sans-serif: "Open Sans", "Helvetica Neue", Arial, sans-serif !default;
35 $font-size-root: 14px !default;
38 $table-bg: transparent !default;
39 $table-bg-accent: #fafafa !default;
40 $table-bg-hover: lighten($brand-primary, 55%) !default;
41 $table-bg-active: $table-bg-hover !default;
42 $table-border-color: #f4f4f4 !default;
45 $dropdown-border-color: #e2e2e2 !default;
46 $dropdown-link-color: $body-color;
49 $navbar-light-color: rgba(0, 0, 0, .535) !default;
50 $navbar-light-hover-color: $brand-primary !default;
51 $navbar-light-active-color: $brand-primary !default;
54 $card-border-radius: 0 !default;
55 $card-border-color: rgba(238, 238, 238, 1) !default;
58 $breadcrumb-bg: transparent !default;
59 $breadcrumb-padding-x: 0 !default;
60 $breadcrumb-divider: "/" !default;
61 $breadcrumb-divider-rtl: "/" !default;
67 * Navigation bar identity.
70 background-color: #fff;
71 border-bottom: $border-width solid #e5e5e5;
81 margin-right: $spacer * 2;
83 background-color: $brand-primary;
84 @include hover-focus {
88 color: $brand-primary;
89 background-color: transparent;
90 @include hover-focus {
91 color: $brand-primary;
97 .nav-item + .nav-item {
98 margin-left: $spacer * 2;
101 font-size: $font-size-sm;
102 text-transform: uppercase;
109 * Styling the dropdown menus.
117 border-bottom: $border-width solid $dropdown-border-color;
135 * For background in content areas.
137 #page.container-fluid {
138 padding: 0 (2 * $spacer);
141 #block-region-side-pre {
150 background-color: transparent;
159 .block-region .card-block {
161 padding-bottom: ($spacer/2);
164 text-transform: uppercase;
173 .block_tree .tree_item {
174 margin: ($spacer/2) 0;
183 margin-top: ($spacer/2);
186 .form-inline .form-group {