vendor/assets/stylesheets/uswds/components/_header.scss in uswds-rails-1.3.1.1 vs vendor/assets/stylesheets/uswds/components/_header.scss in uswds-rails-1.4.0
- old
+ new
@@ -13,11 +13,11 @@
.usa-header {
width: 100%;
z-index: $z-index-header;
@include media($nav-width) {
- border-bottom: 1px solid $color-gray-light;
+ border-bottom: 1px solid $color-gray-lighter;
}
a {
border-bottom: none;
}
@@ -26,11 +26,12 @@
margin-bottom: 1.5rem;
@include media($nav-width) {
float: right;
margin-bottom: 0;
- max-width: 21.5rem;
+ max-width: 23.5rem;
+ width: 21.5rem;
}
}
}
.usa-logo {
@@ -118,11 +119,11 @@
// Basic header ----------- //
.usa-header-basic {
.usa-logo {
@include media($nav-width) {
- bottom: 1.9rem;
+ bottom: -4rem;
position: absolute;
}
}
.usa-navbar {
@@ -165,10 +166,10 @@
}
}
.usa-nav {
@include media($nav-width) {
- border-top: 1px solid $color-gray-light;
+ border-top: 1px solid $color-gray-lighter;
float: none;
padding: 0;
width: 100%;
}
}