Last active
February 26, 2018 16:53
-
-
Save riceguitar/5e93856f0435133d1daac802533187a0 to your computer and use it in GitHub Desktop.
Revisions
-
riceguitar revised this gist
Feb 26, 2018 . 1 changed file with 4 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,10 @@ #desktop-navigation .container { position: relative; padding: 15px; @media screen and (min-width: 1200px) { width: 1140px; } } #desktop-navigation .gold-border { -
riceguitar created this gist
Feb 23, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,42 @@ #desktop-navigation .container { position: relative; min-width: 980px!important; padding: 15px; } #desktop-navigation .gold-border { border-top: 2px solid #f9b625; } #desktop-navigation .gh-desk-logo { background: url(assets/img/cru-logo.png) no-repeat; background-size: contain; width: 87px; height: 54px; float: left; max-height: 46px; } cru-nav { display: block; min-height: 50px; } #desktop-navigation .search-sign-in-wrapper { margin-top: 12px; float: right; min-width: 250px; position: absolute; right: 0; } #desktop-navigation .search-sign-in-wrapper .sign-in, #desktop-navigation .search-sign-in-wrapper .signed-in { float: right; text-transform: uppercase; color: #5a5a5a; font-weight: 800; text-align: right; line-height: 22px; font-size: 14px; }