Skip to content

Instantly share code, notes, and snippets.

@blaadje
Created February 7, 2019 16:09
Show Gist options
  • Save blaadje/c163f7bdbb150147b1f8f493a2c51744 to your computer and use it in GitHub Desktop.
Save blaadje/c163f7bdbb150147b1f8f493a2c51744 to your computer and use it in GitHub Desktop.
$blue: #1D93FD
$primary: #2AB27B
$grey1: #F5F5F5
$grey2: #979797
$grey3: #9B9B9B
$grey4: #D8D8D8
$grey6: #b2b2b2
$grey7: #eaeaea
$dark: #4A4A4A
$green: #28BC83
$red: #FD595E
$salmonRed: #EC6E6E
$yellow: gold
$white: #FFF
$black: #000
$bmBg: #f4f4f4
$bmBgDark: darken($bmBg, 2%)
$bmGrey1: #D8D8D8
$bmGrey1b: darken(#D8D8D8, 15%)
$bmGrey2: #838383
$bmGrey0: lighten($bmGrey1, 7%)
$bmDarkGrey: #727272
$bmPrimary: #28BC83
$bmDark: #333333
$bmBlue: #1B96DE
$bmRed: $red
$bmBlueGrey: #E7EBF3
$bmBlackShadow: rgba(0,0,0,0.2)
// Devialet colors
$bmLightBrown: #C29472
$bmPink: #F7D0CB
$bmWhite: #FCFAFA
$bmLightGrey: #EFF0F2
$bmHoverBg: lighten($bmPrimary, 54%)
$Row4BlockSpacing: 3.3rem
//Font size
$fontSize7: 1.7rem
$fontSize4: 1.4rem
$fontSize3: 1.3rem
$fontSize2: 1.2rem
$fontSize1: 1rem
// Extra small screen / phone
//** Deprecated `$screen-xs` as of v3.0.1
$screen-xs: 480px
//** Deprecated `$screen-xs-min` as of v3.2.0
$screen-xs-min: $screen-xs
// Small screen / tablet
//** Deprecated `$screen-sm` as of v3.0.1
$screen-sm: 768px
$screen-sm-min: $screen-sm
// Medium screen / desktop
//** Deprecated `$screen-md` as of v3.0.1
$screen-md: 992px
$screen-md-min: $screen-md
// Large screen / wide desktop
//** Deprecated `$screen-lg` as of v3.0.1
$screen-lg: 1200px
$screen-lg-min: $screen-lg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment