//bootstrap overrides
//all color related things are in the ../theme/ directory.
//$icon-font-path: 'fonts/bootstrap/';
@import 'mixins';
@import 'colors-variables';

$font-family-base: Fira Sans, Helvetica, sans-serif;

//no rounded buttons interfere
$btn-border-radius-base:         0;
$btn-border-radius-large:        0;
$btn-border-radius-small:        0;

//border radius
$border-radius-base:        0;
$border-radius-large:       0;
$border-radius-small:       0;

// Breadcrumbs
//** Textual separator for between breadcrumb elements
$breadcrumb-separator:          '»';

//bootstrap datepicker
$datepicker-row-height: 40px;
$datepicker-row-width: 40px;

$datepicker-border-radius: 0;
$datepicker-border: 0;

//overrides for contextual classes having borders and not background colors
//also the links will
.table > thead > tr > th {
  border-bottom: 0;
}

