Sha256: 6c6d9d602299662e14b260efb7f450828f04b43e28d849e6ed00759d5cb88b19
Contents?: true
Size: 1.52 KB
Versions: 6
Compression:
Stored size: 1.52 KB
Contents
// ============================================================================= // paths // ============================================================================= $p-img : unquote("/assets/img/"); // ============================================================================= // colors // ============================================================================= // $light-teal : rgb(80,215,150); // $teal : rgb(0,180,140); // $blue : rgb(0,80,220); // $red : #f45549; //rgb(240,90,65); // $yellow : rgb(255,220,60); $dark : #333; $gray : #ccc; $primary : #c59871; $secondary : $dark; $success : #02c33d; $info : darken($gray, 12%); $warning : #d9834f; $danger : #d62337; $text-muted : $gray; // // ============================================================================= // // height-width // // ============================================================================= // $h-header : 6.5rem; // $h-footer : 24.5rem; // $h-footer-br : 19rem; // $w-mainLogo : 7.2rem; // // ============================================================================= // // font-family // // ============================================================================= // $f-normal : sourcesans; // $f-heading : colaborate; // ============================================================================= // easing // ============================================================================= $e-easeOutBack : cubic-bezier(0.175, 0.885, 0.32, 1.275); $e-easeOutCubic : cubic-bezier(0.215, 0.61, 0.355, 1);
Version data entries
6 entries across 6 versions & 1 rubygems