|
|
@ -86,7 +86,7 @@ $include-html-global-classes: $include-html-classes; |
|
|
|
// - - - - - - - - - - - - - - - - - - - - - - - - - |
|
|
|
|
|
|
|
// We use these to define default font stacks |
|
|
|
// $font-family-sans-serif: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; |
|
|
|
$font-family-sans-serif: "Open Sans" "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; |
|
|
|
// $font-family-serif: Georgia, Cambria, "Times New Roman", Times, serif; |
|
|
|
// $font-family-monospace: Consolas, "Liberation Mono", Courier, monospace; |
|
|
|
|
|
|
@ -115,8 +115,8 @@ $include-html-global-classes: $include-html-classes; |
|
|
|
// $black : #000000; |
|
|
|
|
|
|
|
// We use these as default colors throughout |
|
|
|
// $primary-color: #008CBA; |
|
|
|
// $secondary-color: #e7e7e7; |
|
|
|
$primary-color: #27AE60; |
|
|
|
$secondary-color: #34495E; |
|
|
|
// $alert-color: #f04124; |
|
|
|
// $success-color: #43AC6A; |
|
|
|
// $warning-color: #f08a24; |
|
|
@ -139,7 +139,7 @@ $include-html-global-classes: $include-html-classes; |
|
|
|
// $last-child-float: $opposite-direction; |
|
|
|
|
|
|
|
// We use these to make sure border radius matches unless we want it different. |
|
|
|
// $global-radius: 3px; |
|
|
|
$global-radius: 4px; |
|
|
|
// $global-rounded: 1000px; |
|
|
|
|
|
|
|
// We use these to control inset shadow shiny edges and depressions. |
|
|
@ -709,18 +709,18 @@ $include-html-global-classes: $include-html-classes; |
|
|
|
// - - - - - - - - - - - - - - - - - - - - - - - - - |
|
|
|
|
|
|
|
// We use these to style the icon-bar and items |
|
|
|
// $icon-bar-bg: $oil; |
|
|
|
$icon-bar-bg: $secondary-color; |
|
|
|
// $icon-bar-font-color: $white; |
|
|
|
// $icon-bar-font-color-hover: $icon-bar-font-color; |
|
|
|
// $icon-bar-font-size: 1rem; |
|
|
|
// $icon-bar-hover-color: $primary-color; |
|
|
|
// $icon-bar-font-size: 0; |
|
|
|
$icon-bar-hover-color: darken($secondary-color, 5%); |
|
|
|
// $icon-bar-icon-color: $white; |
|
|
|
// $icon-bar-icon-color-hover: $icon-bar-icon-color; |
|
|
|
// $icon-bar-icon-size: 1.875rem; |
|
|
|
// $icon-bar-image-width: 1.875rem; |
|
|
|
// $icon-bar-image-height: 1.875rem; |
|
|
|
// $icon-bar-icon-size: 1rem; |
|
|
|
$icon-bar-image-width: 1rem; |
|
|
|
$icon-bar-image-height: 1rem; |
|
|
|
// $icon-bar-active-color: $primary-color; |
|
|
|
// $icon-bar-item-padding: 1.25rem; |
|
|
|
$icon-bar-item-padding: 0.75rem; |
|
|
|
|
|
|
|
// We use this to set default opacity and cursor for disabled icons. |
|
|
|
// $icon-bar-disabled-opacity: .7; |
|
|
@ -1399,11 +1399,11 @@ $include-html-global-classes: $include-html-classes; |
|
|
|
// $include-html-top-bar-classes: $include-html-classes; |
|
|
|
|
|
|
|
// Background color for the top bar |
|
|
|
// $topbar-bg-color: $oil; |
|
|
|
// $topbar-bg: $topbar-bg-color; |
|
|
|
$topbar-bg-color: $secondary-color; |
|
|
|
$topbar-bg: $topbar-bg-color; |
|
|
|
|
|
|
|
// Height and margin |
|
|
|
// $topbar-height: rem-calc(45); |
|
|
|
$topbar-height: rem-calc(40); |
|
|
|
// $topbar-margin-bottom: 0; |
|
|
|
|
|
|
|
// Controlling the styles for the title in the top bar |
|
|
@ -1415,11 +1415,11 @@ $include-html-global-classes: $include-html-classes; |
|
|
|
// $topbar-link-color-hover: $white; |
|
|
|
// $topbar-link-color-active: $white; |
|
|
|
// $topbar-link-color-active-hover: $white; |
|
|
|
// $topbar-link-weight: $font-weight-normal; |
|
|
|
// $topbar-link-font-size: rem-calc(13); |
|
|
|
$topbar-link-weight: bold; |
|
|
|
$topbar-link-font-size: rem-calc(12px); |
|
|
|
// $topbar-link-hover-lightness: -10%; // Darken by 10% |
|
|
|
// $topbar-link-bg: $topbar-bg; |
|
|
|
// $topbar-link-bg-hover: $jet; |
|
|
|
$topbar-link-bg-hover: darken($topbar-bg, 5%); |
|
|
|
// $topbar-link-bg-color-hover: $charcoal; |
|
|
|
// $topbar-link-bg-active: $primary-color; |
|
|
|
// $topbar-link-bg-active-hover: scale-color($primary-color, $lightness: -14%); |
|
|
@ -1432,12 +1432,12 @@ $include-html-global-classes: $include-html-classes; |
|
|
|
// $topbar-button-top: 7px; |
|
|
|
|
|
|
|
// Style the top bar dropdown elements |
|
|
|
// $topbar-dropdown-bg: $oil; |
|
|
|
$topbar-dropdown-bg: $primary-color; |
|
|
|
// $topbar-dropdown-link-color: $white; |
|
|
|
// $topbar-dropdown-link-color-hover: $topbar-link-color-hover; |
|
|
|
// $topbar-dropdown-link-bg: $oil; |
|
|
|
// $topbar-dropdown-link-bg-hover: $jet; |
|
|
|
// $topbar-dropdown-link-weight: $font-weight-normal; |
|
|
|
$topbar-dropdown-link-bg: $topbar-dropdown-bg; |
|
|
|
$topbar-dropdown-link-bg-hover: darken($topbar-dropdown-bg, 5%); |
|
|
|
$topbar-dropdown-link-weight: bold; |
|
|
|
// $topbar-dropdown-toggle-size: 5px; |
|
|
|
// $topbar-dropdown-toggle-color: $white; |
|
|
|
// $topbar-dropdown-toggle-alpha: .4; |
|
|
@ -1473,7 +1473,7 @@ $include-html-global-classes: $include-html-classes; |
|
|
|
|
|
|
|
// Sticky Class |
|
|
|
// $topbar-sticky-class: ".sticky"; |
|
|
|
// $topbar-arrows: true; //Set false to remove the triangle icon from the menu item |
|
|
|
$topbar-arrows: false; //Set false to remove the triangle icon from the menu item |
|
|
|
// $topbar-dropdown-arrows: true; //Set false to remove the \00bb >> text from dropdown subnavigation li// |
|
|
|
|
|
|
|
// 36. Visibility Classes |
|
|
|