henrybuilt-js-library
Advanced tools
Comparing version 1.8.274 to 1.8.275
{ | ||
"name": "henrybuilt-js-library", | ||
"version": "1.8.274", | ||
"version": "1.8.275", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -130,3 +130,3 @@ var determineDomain = require('../determine-domain/determine-domain'); | ||
background-color: #000; | ||
color: #FFF; | ||
color: #CCC; | ||
font-family: 'Work Sans', sans-serif; | ||
@@ -153,4 +153,5 @@ text-transform: uppercase; | ||
.hb-po-header-3-bar .brand-name-container .brand-name { | ||
font-size: 1.2rem; | ||
letter-spacing: 8px; | ||
font-size: 1.1rem; | ||
font-weight: 500; | ||
letter-spacing: 5px; | ||
padding: 0.5rem 1rem; | ||
@@ -177,3 +178,3 @@ text-decoration: none; | ||
.menu-categories-container .menu-category.active .menu-category-title { | ||
border-color: #FFF; | ||
border-color: #CCC; | ||
transition: border-color 0.1s ease-in-out; | ||
@@ -199,3 +200,3 @@ } | ||
.menu-links-container .menu-link .menu-link-title { | ||
color: #FFF; | ||
color: #CCC; | ||
padding: 0.25rem 0; | ||
@@ -210,3 +211,3 @@ padding-bottom: 0.1rem; | ||
.menu-links-container .menu-link .menu-link-title:hover{ | ||
border-color: #FFF; | ||
border-color: #CCC; | ||
transition: border-color 0.1s ease-in-out; | ||
@@ -251,3 +252,3 @@ } | ||
.menu-categories-container .menu-category .menu-category-title { | ||
font-size: 0.65rem; | ||
font-size: 0.7rem; | ||
letter-spacing: 1px; | ||
@@ -266,3 +267,3 @@ font-weight: 300; | ||
.menu-links-container .menu-link .menu-link-title { | ||
font-size: 0.65rem; | ||
font-size: 0.7rem; | ||
letter-spacing: 1px; | ||
@@ -269,0 +270,0 @@ } |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
874562
8406