Skip to content

Instantly share code, notes, and snippets.

@riceguitar
Last active February 26, 2018 16:53
Show Gist options
  • Select an option

  • Save riceguitar/5e93856f0435133d1daac802533187a0 to your computer and use it in GitHub Desktop.

Select an option

Save riceguitar/5e93856f0435133d1daac802533187a0 to your computer and use it in GitHub Desktop.

Revisions

  1. riceguitar revised this gist Feb 26, 2018. 1 changed file with 4 additions and 1 deletion.
    5 changes: 4 additions & 1 deletion updated-css-give.css
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,10 @@
    #desktop-navigation .container {
    position: relative;
    min-width: 980px!important;
    padding: 15px;

    @media screen and (min-width: 1200px) {
    width: 1140px;
    }
    }

    #desktop-navigation .gold-border {
  2. riceguitar created this gist Feb 23, 2018.
    42 changes: 42 additions & 0 deletions updated-css-give.css
    Original 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;
    }