github.com/dahs81/otto@v0.2.1-0.20160126165905-6400716cf085/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 $project-logo-width: 44px; 8 $project-logo-height: 43px; 9 $project-logo-pad-left: 8px; 10 11 // Mixins 12 @mixin project-a-style{ 13 color: $blue-light; 14 15 &:hover{ 16 color: $orange; 17 } 18 }