Skip to content

Commit

Permalink
Showing 5 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs-orange/_includes/nav-home.html
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@
</div>
<nav class="collapse navbar-toggleable-xs" id="bd-main-nav">
<a class="navbar-brand" href="{{ site.baseurl }}/">
<img src="dist/img/ORANGE_LOGO_rgb.jpg" alt='Back to homepage' title='Back to homepage' width='48px'/>
<img src="dist/img/ORANGE_LOGO_rgb.jpg" alt='Back to homepage' title='Back to homepage'/>
</a>
<ul class="nav navbar-nav">
<li class="nav-item">
2 changes: 1 addition & 1 deletion scss/_o-footer.scss
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@
min-height: 50px;
color: $gray-light-plus;
background-color: $brand-orange-black;
border-top: 1px solid $gray;
border-top: 1px solid $gray-dark;

ul {
padding: 10px;
4 changes: 4 additions & 0 deletions scss/_o-nav-local.scss
Original file line number Diff line number Diff line change
@@ -106,6 +106,10 @@
margin-left: .9375rem;
}

.nav-item:first-child {
margin-left: 0;
}

> li {
position: relative;
}
8 changes: 6 additions & 2 deletions scss/_o-variables.scss
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ $brand-pink: #ffb4e6;//black text
// Gray and brand colors for use across Bootstrap.
$gray-dark: #333;
$gray-darker: $gray-dark;
$gray: #444;
// $gray: #444; // not in brand guidelines anymore
$gray-before-light: #666; // used for ghosted states on black BG
$gray-before-light-plus: #999;
$gray-light: #ccc;
@@ -321,6 +321,7 @@ $grid-float-breakpoint-max: ($grid-float-breakpoint - 1);
//$navbar-height - $element-height
// for REM size
$navbar-height: 6.25rem;
$navbar-height-sm: 3.125rem;
$navbar-font-size: 1.125rem;
$navbar-border-radius: $border-radius;
$navbar-padding-horizontal: floor(($grid-gutter-width / 2));
@@ -340,11 +341,14 @@ $navbar-light-hover-color: $navbar-dark-hover-color;
$navbar-light-active-color: $navbar-dark-active-color;
$navbar-light-disabled-color: $navbar-dark-disabled-color;

// supra navbar
$navbar-supra-height: 2.5rem;

// Mega-Menu
//
//

$megamenu-border: 1px solid #333;
$megamenu-border: 1px solid $gray-dark;
$megamenu-hover-color: $brand-primary;
$megamenu-position: fixed;

6 changes: 3 additions & 3 deletions scss/_orange-css.scss
Original file line number Diff line number Diff line change
@@ -235,13 +235,13 @@ a:focus {
> th,
> td {
// Remove border top and put border-botom
font-size: $font-size-sm;
border-top: 0;
border-bottom: 1px solid $table-border-color;
font-size: $font-size-sm;
}
& [class^="icon-"],
& [class^="icon-"],
& [class*=" icon-"] {
font-size: $icon-font-weight
font-size: $icon-font-weight;
}
}
}

0 comments on commit dbc9eb0

Please sign in to comment.