You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

120 lines
3.7 KiB

// $Id$
// - - - - - - - Bootstrap variables (override values in vendor_bundled/vendor/twbs/bootstrap/scss/_variables.scss - - - - - - //
// Colors
// $white: #fff !default;
// $gray-100: #f8f9fa !default;
// $gray-200: #e9ecef !default;
// $gray-300: #dee2e6 !default;
// $gray-400: #ced4da !default;
// $gray-500: #adb5bd !default;
// $gray-600: #868e96 !default;
// $gray-700: #495057 !default;
// $gray-800: #343a40 !default;
// $gray-900: #212529 !default;
// $black: #000 !default;
$dark: #c7d0d9;
$primary: #6c839b;
//$success: #48ca3b;
//$info: #4d3a7d;
//$warning: #debb27;
//$danger: #df6e1e;
$theme-colors: (
"primary": #6c839b,
// "secondary": #dddddd,
// "success": #5cb85c,
// "info": #5bc0de,
// "warning": #f0ad4e,
// "danger": #d9534f,
"light": #f4f4f4,
"dark": #c7d0d9
);
// Options
// Spacing
// Body
$body-bg: #f4f4f4;
$body-color: #222;
// Links
$link-color: #2d3741;
// Components
//$padding-base-vertical: .5rem;
//$padding-large-vertical: .9rem;
//
// Components
$grid-gutter-width: 20px;
$border-radius: .1rem; // Not being implemented - why?
$border-radius-lg: .2rem;
$border-radius-sm: 0rem;
// Fonts
$font-family-sans-serif: Cabin, "Helvetica Neue", Helvetica, Arial, sans-serif;
$font-family-serif: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, sans-serif;
$font-size-base: .90rem;
$popover-font-size: $font-size-base * .875;
// Tables
//$table-border-color: #dddddd;
// Buttons
$btn-primary-color: #223344;
$btn-primary-bg: #c7d0d9;
$btn-primary-border: #999999;
// Forms
//$input-bg: #999;
// Dropdowns
// Navs
// Navbar
//$navbar-dark-color: #ffffff;
//$navbar-dark-bg: #1f5daa;
//$navbar-dark-border: darken($navbar-dark-bg, 6.5%);
//// Navbarlinks ??
$navbar-dark-color: #2d3741;
$navbar-dark-hover-color: lighten($navbar-dark-color, 10%);
//$navbar-dark-active-color: $white !default;
//$navbar-dark-disabled-color: rgba($white, .25) !default;
//$navbar-dark-toggler-icon-bg: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#{$navbar-dark-color}' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"), "#", "%23") !default;
//$navbar-dark-toggler-border-color: rgba($white, .1) !default;
//$navbar-light-color: rgba($black, .5) !default;
//$navbar-light-hover-color: rgba($black, .7) !default;
//$navbar-light-active-color: rgba($black, .9) !default;
//$navbar-light-disabled-color: rgba($black, .3) !default;
//$navbar-light-toggler-icon-bg: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#{$navbar-light-color}' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"), "#", "%23") !default;
//$navbar-light-toggler-border-color: rgba($black, .1) !default;
// Pagination
// Jumbotron
// Cards
$card-border-radius: $border-radius;
$card-border-color: #acccdd;
//$card-text: #fff;//@gray-lighter;
//$card-header-bg: red;
$card-header-padding: 10px 15px;
$card-cap-bg: #f3f6f9;
// Tooltips
// Popovers
// Badges
// Modals
//$modal-header-border-color: #386dbb;
// Alerts
// Progress bars
// List group
// Image thumbnails
// Figures
// Breadcrumbs
// Carousel
// Close
// Code
// - - - - - - - - - - - - - - - - Other variables, if any - - - - - - - - - - - - - - - - - //