github.com/mattyr/nomad@v0.3.3-0.20160919021406-3485a065154a/website/source/assets/stylesheets/hashicorp-shared/_project-utility.scss (about)

     1  //
     2  // Mixins Specific to project
     3  //  - make edits to mixins here
     4  // --------------------------------------------------
     5  
     6  // Variables
     7  $header-height: 92px;
     8  $project-logo-width: 49px;
     9  $project-logo-height: 56px;
    10  $project-logo-pad-left: 8px;
    11  
    12  // Mixins
    13  @mixin project-a-style{
    14    color: $blue-light;
    15  
    16    &:hover{
    17      color: $green-dark;
    18    }
    19  }