This file contains 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 characters
.link { | |
//desktop styles | |
color: $color-brand-white; | |
&:hover { | |
color: $color-brand-red; | |
} | |
//overwrite for touch - uses modernizr to overwrite link pseudo classes | |
.touch &:link, |
This file contains 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 characters
<div class="select-dp"> | |
<span class="select-dp-label">All Industries</span> | |
<select name="" id="" class="h50 mb10 max-width h2 p0-20"> | |
<option value="">All Industries</option> | |
<option value="">Industries 1</option> | |
<option value="">Industries 1</option> | |
<option value="">Industries 1</option> | |
<option value="">Industries 1</option> | |
<option value="">Industries 1</option> | |
<option value="">Industries 1</option> |
This file contains 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 characters
// ---- | |
// Sass (v3.4.13) | |
// Compass (v1.0.3) | |
// ---- | |
$color-brand-grey: rgb(75, 75, 75); // #4B4B4B | |
$color-brand-blue: rgb(37, 124, 192); // #0075D3 | |
$color-brand-green: rgb(63, 156, 53); // #3F9C35 | |
$color-brand-pink: rgb(191, 34, 150); // #BF2296 | |
$color-brand-purple: rgb(99, 29, 118); // #631D76 |