Skip to content

Instantly share code, notes, and snippets.

@floatingboxes
Last active January 4, 2016 04:19
Show Gist options
  • Save floatingboxes/8567453 to your computer and use it in GitHub Desktop.
Save floatingboxes/8567453 to your computer and use it in GitHub Desktop.
$dark-blue: #344141
$light-blue: #acebae
$lighter-blue: #dce2e9
$yellow: #ffff9c
$light-green: #c9de55
$dark-green: #7d9100
$red: #d95b5d
$dark-red: #a8494a
$white: #FFFFFF
$gray: #B3B3B3
$type-color: $dark-blue
$type-color-reverse: $white
$border-color: #CCCCCC
$link-color:$dark-green
$link-color-hover:$dark-blue
$global-margin: 1.25rem //rem(20)
$global-border-radius: 0.3125rem //rem(5)
// Mixins and functions
@function rem($pxval, $base: 16)
@return ($pxval / $base) * 1rem
// Base styles
*, *:before, *:after
box-sizing: border-box
body
font-family: "proxima-nova-soft", sans-serif
font-style: normal
font-weight: 400
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment