1
0
Fork 0
This commit is contained in:
Moritz »mo.« Sauer 2015-02-26 17:25:11 +01:00
parent 2761d079ee
commit d47b9de353
3 changed files with 10 additions and 10 deletions

View file

@ -3,7 +3,7 @@
<nav class="top-bar" data-topbar>
<ul class="title-area">
<li class="name">
<h1 class="hide-for-large-up"><a href="{{ site.url }}" class="icon-tree"> {{ site.title }}</a></h1>
<h1 class="show-for-small-only"><a href="{{ site.url }}" class="icon-tree"> {{ site.title }}</a></h1>
</li>
<!-- Remove the class "menu-icon" to get rid of menu icon. Take out "Menu" to just have icon alone -->
<li class="toggle-topbar menu-icon"><a href="#"><span>Navigation</span></a></li>

View file

@ -1398,7 +1398,7 @@ $table-head-bg: $grey-2;
// $topbar-link-color-active: #000;
// $topbar-link-color-active-hover: #000;
// $topbar-link-weight: $font-weight-normal;
$topbar-link-font-size: rem-calc(15);
// $topbar-link-font-size: rem-calc(15);
// $topbar-link-hover-lightness: -10%; // Darken by 10%
// $topbar-link-bg: $topbar-bg;
// $topbar-link-bg-color-hover: #ff0;
@ -1406,7 +1406,7 @@ $topbar-link-font-size: rem-calc(15);
// $topbar-link-bg-active: $primary-color;
// $topbar-link-bg-active-hover: scale-color($primary-color, $lightness: -14%);
// $topbar-link-font-family: $body-font-family;
$topbar-link-text-transform: uppercase;
// $topbar-link-text-transform: uppercase;
// $topbar-link-padding: $topbar-height / 3;
// $topbar-back-link-size: $h5-font-size;
// $topbar-link-dropdown-padding: 20px;
@ -1432,12 +1432,12 @@ $topbar-link-text-transform: uppercase;
// Transitions and breakpoint styles
// $topbar-transition-speed: 300ms;
// Using rem-calc for the below breakpoint causes issues with top bar
$topbar-breakpoint: #{lower-bound($large-range)}; // Change to 9999px for always mobile layout
$topbar-media-query: "only screen and (min-width: #{$topbar-breakpoint})" !default;
// $topbar-breakpoint: #{lower-bound($large-range)}; // Change to 9999px for always mobile layout
// $topbar-media-query: "only screen and (min-width: #{$topbar-breakpoint})" !default;
// Divider Styles
$topbar-divider-border-bottom: solid 0px scale-color($topbar-bg-color, $lightness: 23%);
$topbar-divider-border-top: solid 0px scale-color($topbar-bg-color, $lightness: -50%);
// $topbar-divider-border-bottom: solid 0px scale-color($topbar-bg-color, $lightness: 23%);
// $topbar-divider-border-top: solid 0px scale-color($topbar-bg-color, $lightness: -50%);
// Sticky Class
// $topbar-sticky-class: ".sticky";

View file

@ -31,15 +31,15 @@ $topbar-title-font-size: rem-calc(19);
// $topbar-link-color-active: $ci-1;
// $topbar-link-color-active-hover: #fff;
// $topbar-link-weight: 400;
// $topbar-link-font-size: rem-calc(17);
$topbar-link-font-size: rem-calc(15);
// $topbar-link-hover-lightness: -10%; // Darken by 10%
// $topbar-link-bg: $topbar-bg;
// $topbar-link-bg-color-hover: #fff;
// $topbar-link-bg-hover: $ci-1;
// $topbar-link-bg-active: #fff;
// // $topbar-link-bg-active-hover: scale-color($primary-color, $lightness: -14%);
// $topbar-link-bg-active-hover: scale-color($primary-color, $lightness: -14%);
// $topbar-link-font-family: $header-font-family;
// $topbar-link-text-transform: uppercase;
$topbar-link-text-transform: uppercase;
// $topbar-link-padding: $topbar-height / 2;
// $topbar-back-link-size: $h5-font-size;
// $topbar-link-dropdown-padding: 20px;