// some work on style sheets
This commit is contained in:
@@ -19,8 +19,9 @@
|
||||
// Brand colors
|
||||
// -------------------------
|
||||
|
||||
$brand-primary: #5D8FB1 ;
|
||||
// $brand-success: #5cb85c ;
|
||||
$brand-primary: #214250 ;
|
||||
$brand-success: #5cb85c ;
|
||||
|
||||
// $brand-warning: #f0ad4e ;
|
||||
// $brand-danger: #d9534f ;
|
||||
// $brand-info: #5bc0de ;
|
||||
@@ -28,7 +29,7 @@ $brand-primary: #5D8FB1 ;
|
||||
// Scaffolding
|
||||
// -------------------------
|
||||
|
||||
$body-bg: #eee ;
|
||||
$body-bg: darken($brand-primary,30%) ;
|
||||
// $text-color: $gray-dark ;
|
||||
|
||||
// Links
|
||||
@@ -50,10 +51,10 @@ $font-size-base: 12px ;
|
||||
// $font-size-small: ceil($font-size-base * 0.85) ; ~12px
|
||||
// $font-size-mini: ceil($font-size-base * 0.75) ; ~11px
|
||||
|
||||
// $line-height-base: 1.428571429 ; 20/14
|
||||
// $line-height-computed: floor($font-size-base * $line-height-base) ; ~20px
|
||||
$line-height-base: 1.428571429 ;
|
||||
$line-height-computed: floor($font-size-base * $line-height-base) ;
|
||||
|
||||
// $headings-font-family: $font-family-base ;
|
||||
$headings-font-family: 'Ubuntu', sans-serif ;
|
||||
$headings-font-weight: 400 ;
|
||||
// $headings-line-height: 1.1 ;
|
||||
|
||||
@@ -62,7 +63,7 @@ $headings-font-weight: 400 ;
|
||||
// -------------------------
|
||||
// Based on 14px font-size and 1.428 line-height (~20px to start)
|
||||
|
||||
// $padding-base-vertical: 8px ;
|
||||
$padding-base-vertical: 4px ;
|
||||
// $padding-base-horizontal: 12px ;
|
||||
|
||||
// $padding-large-vertical: 14px ;
|
||||
@@ -71,7 +72,7 @@ $headings-font-weight: 400 ;
|
||||
// $padding-small-vertical: 5px ;
|
||||
// $padding-small-horizontal: 10px ;
|
||||
|
||||
// $border-radius-base: 4px ;
|
||||
$border-radius-base: 3px ;
|
||||
// $border-radius-large: 6px ;
|
||||
// $border-radius-small: 3px ;
|
||||
|
||||
@@ -83,7 +84,7 @@ $headings-font-weight: 400 ;
|
||||
|
||||
// $table-bg: transparent ; overall background-color
|
||||
// $table-bg-accent: #f9f9f9 ; for striping
|
||||
// $table-bg-hover: #f5f5f5 ; for hover
|
||||
$table-bg-hover: lighten($brand-primary,40%) ;
|
||||
|
||||
// $table-border-color: #ddd ; table and cell border
|
||||
|
||||
@@ -92,7 +93,7 @@ $headings-font-weight: 400 ;
|
||||
// -------------------------
|
||||
|
||||
// $btn-default-color: #fff ;
|
||||
$btn-default-bg: #6E6E6E ;
|
||||
$btn-default-bg: #627B83 ;
|
||||
// $btn-default-border: $btn-default-bg ;
|
||||
|
||||
// $btn-primary-color: $btn-default-color ;
|
||||
@@ -120,7 +121,7 @@ $btn-default-bg: #6E6E6E ;
|
||||
// Forms
|
||||
// -------------------------
|
||||
|
||||
// $input-bg: #fff ;
|
||||
$input-bg: #FFF ;
|
||||
// $input-bg-disabled: $gray-lighter ;
|
||||
|
||||
// $input-border: #ccc ;
|
||||
@@ -128,7 +129,7 @@ $btn-default-bg: #6E6E6E ;
|
||||
|
||||
// $input-color-placeholder: $gray-light ;
|
||||
|
||||
// $input-height-base: ($line-height-computed + ($padding-base-vertical * 2) + 2) ;
|
||||
$input-height-base: ($line-height-computed + ($padding-base-vertical * 2) + 2) ;
|
||||
// $input-height-large: (ceil($font-size-large * $line-height-base) + ($padding-large-vertical * 2) + 2) ;
|
||||
// $input-height-small: (ceil($font-size-small * $line-height-base) + ($padding-small-vertical * 2) + 2) ;
|
||||
|
||||
@@ -372,7 +373,7 @@ $btn-default-bg: #6E6E6E ;
|
||||
|
||||
// Wells
|
||||
// -------------------------
|
||||
// $well-bg: #f5f5f5 ;
|
||||
$well-bg: darken($bg-content-color,5%) ;
|
||||
|
||||
|
||||
// Miscellaneous
|
||||
|
||||
Reference in New Issue
Block a user