Skip to content

Instantly share code, notes, and snippets.

View zbert's full-sized avatar

Rene zbert

  • One North Interactive
  • Chicago, Illinois
  • X @heyzbert
View GitHub Profile
@zbert
zbert / SassMeister-input.scss
Created May 26, 2015 20:42
Generated by SassMeister.com.
// ----
// 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
<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>
@zbert
zbert / gist:e514fd2aa078443f54f8
Last active July 7, 2016 10:34
hover/touch syles for links
.link {
//desktop styles
color: $color-brand-white;
&:hover {
color: $color-brand-red;
}
//overwrite for touch - uses modernizr to overwrite link pseudo classes
.touch &:link,