Sha256: 6def57f2689509137494e3f4eedfadc4cc72b712279a2cb1413b20ba0426c1f9
Contents?: true
Size: 1.57 KB
Versions: 53
Compression:
Stored size: 1.57 KB
Contents
// ========================================================================== // Variables // ========================================================================== $asset-pipeline: false; $image-path: '/images'; //- Spacing $space: 30px; $pad-xl: $space; $pad-lg: 20px; $pad: ceil($space/3); $pad-sm: ceil($space/6); //- Typography $font-base: 14px; $font-xxl: 24px; $font-xl: 18px; $font-lg: 16px; $font-sm: 13px; $font-xs: 10px; $font-h1: 36px; $font-h2: 30px; $font-h3: 24px; $font-h4: 20px; $font-h5: 18px; $font-h6: 16px; $line-height-base: 1.5; $line-height-sm: 1.2; //- Fonts $font-main: "BentonSans", "Helvetica Neue", sans-serif; $font-mono: "Inconsolata", monospace; //- Font Weights $font-light: 100; $font-normal: normal; $font-bold: bold; //- Layout $grid-full: 100%; $grid-large-screen: 1200px; $grid-desktop: 95%; $grid-tablet: 95%; $grid-mobile: 95%; //- Wrapper sizes $wrapper-sm: 800px; $wrapper-md: 960px; $wrapper-lg: 1080px; //- Z-index $z-foreground: 200; $z-middleground: 100; $z-default: 0; $z-background: -100; //- Borders $border-color: #ddd; $border: 1px solid $border-color; $border-radius: 4px; $border-radius-sm: $border-radius - 1; $border-radius-lg: $border-radius + 2; $border-radius-circle: 50%; $box-shadow: 0 2px 4px 0 fade-out($black, .88); //- Breakpoints $bp-xs: 480px; // $mobile $bp-sm: 600px; // $mobile-landscape $bp-med: 768px; // $tablet $bp-med-plus: 1024px; // $tablet-landscape $bp-lg: 1100px; // $desktop $bp-xl: 1400px; // $large-screen $tablet: $bp-med; //-Aniamtion $transition: .1s linear;
Version data entries
53 entries across 53 versions & 1 rubygems