mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
42 lines
561 B
Sass
42 lines
561 B
Sass
// Colors
|
|
|
|
$grey-darker: #222324
|
|
$grey-dark: #69707a
|
|
$grey: #aeb1b5
|
|
$grey-light: #d3d6db
|
|
$grey-lighter: #ebeff5
|
|
$grey-lighter: #f5f7fa
|
|
|
|
$blue: #42afe3
|
|
$green: #97cd76
|
|
$orange: #f68b39
|
|
$purple: #847bb9
|
|
$red: #ed6c63
|
|
$turquoise: #1fc8db
|
|
$yellow: #fce473
|
|
|
|
$primary: $turquoise
|
|
|
|
// Typography
|
|
|
|
$family-sans-serif: "Helvetica Neue", "Helvetica", "Arial", sans-serif
|
|
|
|
$size-1: 48px
|
|
$size-2: 40px
|
|
$size-3: 28px
|
|
$size-4: 24px
|
|
$size-5: 18px
|
|
$size-6: 14px
|
|
|
|
$size-7: 11px
|
|
|
|
// Dimensions
|
|
|
|
$header-height: 50px
|
|
|
|
// Miscellaneous
|
|
|
|
$easing: ease-out
|
|
$radius: 3px
|
|
$speed: 86ms
|