| |
| /* |
| * Copyright 2017-present Open Networking Foundation |
| |
| * Licensed under the Apache License, Version 2.0 (the "License"); |
| * you may not use this file except in compliance with the License. |
| * You may obtain a copy of the License at |
| |
| * http://www.apache.org/licenses/LICENSE-2.0 |
| |
| * Unless required by applicable law or agreed to in writing, software |
| * distributed under the License is distributed on an "AS IS" BASIS, |
| * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| * See the License for the specific language governing permissions and |
| * limitations under the License. |
| */ |
| |
| |
| @import '../bootstrap/bootstrap/_variables.scss'; |
| |
| $icon-font-path: '/static/suit/bootstrap/fonts/'; |
| |
| //== Colors |
| // |
| //## Gray and brand colors for use across Bootstrap. |
| |
| $gray-base: #000 !default; |
| $gray-darker: lighten($gray-base, 13.5%) !default; // #222 |
| $gray-dark: lighten($gray-base, 20%) !default; // #333 |
| $gray: lighten($gray-base, 33.5%) !default; // #555 |
| $gray-light: lighten($gray-base, 46.7%) !default; // #777 |
| $gray-lighter: lighten($gray-base, 93.5%) !default; // #eee |
| |
| $brand-primary: darken(#428bca, 6.5%) !default; // #337ab7 |
| $brand-success: #5cb85c !default; |
| $brand-info: #5bc0de !default; |
| $brand-warning: #f0ad4e !default; |
| $brand-danger: #d9534f !default; |
| |
| $default-spacing: $line-height-computed; |
| |
| // Tables |
| $thead-background: #6e7277; |