_sass/_var.scss in hardpool-flat-0.1.0 vs _sass/_var.scss in hardpool-flat-1.0.0
- old
+ new
@@ -4,38 +4,38 @@
$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);
+// $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 : $blue;
-$secondary : $teal;
-$success : $teal/1.2;
-$info : $gray/1.25;
-$warning : $yellow;
-$danger : $red;
+$primary : #c59871;
+$secondary : $dark;
+$success : #02c33d;
+$info : darken($gray, 12%);
+$warning : #d9834f;
+$danger : #d62337;
$text-muted : $gray;
-$dark : #000;
-// =============================================================================
-// height-width
-// =============================================================================
-$h-header : 6.5rem;
-$h-footer : 24.5rem;
-$h-footer-br : 19rem;
-$w-mainLogo : 7.2rem;
+// // =============================================================================
+// // 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;
+// // =============================================================================
+// // font-family
+// // =============================================================================
+// $f-normal : sourcesans;
+// $f-heading : colaborate;
// =============================================================================
// easing
// =============================================================================
$e-easeOutBack : cubic-bezier(0.175, 0.885, 0.32, 1.275);