Sha256: 4aea898bcf2d75a091cdd748f0431047185a0e385afea1948777703c9522d4dd
Contents?: true
Size: 594 Bytes
Versions: 10
Compression:
Stored size: 594 Bytes
Contents
// Medias querys $breakpoints: ( 'xs': "(min-width: 0px) and (max-width: 767px)", 'sm': "(min-width: 768px) and (max-width: 991px)", 'md': "(min-width: 992px) and (max-width: 1199px)", 'lg': "(min-width: 1200px) and (max-width: 1600px)", 'xl': "(min-width: 1601px) and (max-width: 2048px)", ) !default; // Fonts $putua: 'Patua One', cursive; $raleway: 'Raleway', sans-serif; // Fonts size $base-font-size: 10px; // Fonts Weight $light: 300; $normal: 400; $semibold: 500; $bold: 700; // Colors $primary-color: #ee6e73; $white: #fff; // Shadow $primary-shadow: rgba(0, 0, 0, .17);
Version data entries
10 entries across 10 versions & 1 rubygems