shared styles update

This commit is contained in:
captainill 2015-11-06 12:45:10 -08:00
parent 39cbc56161
commit 1269d2a156
1 changed files with 4 additions and 1 deletions

View File

@ -14,6 +14,8 @@
&.white{ &.white{
.navbar-brand { .navbar-brand {
.by{ .by{
color: white;
font-weight: 300;
svg{ svg{
path, path,
polygon{ polygon{
@ -67,9 +69,10 @@
height: $header-height; height: $header-height;
margin-left: 3px; margin-left: 3px;
padding-top: 2px; padding-top: 2px;
color: black;
line-height: $header-height; line-height: $header-height;
font-family: $header-font-family; font-family: $header-font-family;
font-weight: 300; font-weight: 600;
font-size: 0; font-size: 0;
text-decoration: none; text-decoration: none;