From 97dbc8c3772c89022a55d591c4ed90cee1d1feaa Mon Sep 17 00:00:00 2001 From: Dylan Bolger Date: Wed, 21 Mar 2018 08:24:51 -0500 Subject: redesign --- assets/sass/libs/_vars.scss | 110 +++++++++++++++++++------------------------- 1 file changed, 48 insertions(+), 62 deletions(-) mode change 100755 => 100644 assets/sass/libs/_vars.scss (limited to 'assets/sass/libs/_vars.scss') diff --git a/assets/sass/libs/_vars.scss b/assets/sass/libs/_vars.scss old mode 100755 new mode 100644 index 4ef40fb..436780c --- a/assets/sass/libs/_vars.scss +++ b/assets/sass/libs/_vars.scss @@ -1,63 +1,49 @@ -// Misc. - $misc: ( - z-index-base: 10000, - header-side: 'right' - ); - -// Duration. - $duration: ( - header: 0.5s, - transition: 0.2s - ); - -// Size. - $size: ( - border-radius: 5px, - border-width: 2px, - element-height: 2.75em, - element-margin: 2.25em - ); - -// Font. - $font: ( - family: ('Lato', sans-serif), - family-fixed: ('Source Code Pro', monospace), - weight: 400, - weight-bold: 700 - ); - -// Palette. - $palette: ( - bg: #fff, - fg: #888, - fg-bold: #777, - fg-light: #aaa, - border: #f4f4f4, - border-bg: #fafafa, - border2: #e4e4e4, - border2-bg: #f4f4f4, - border3: #e0e0e0, - border3-bg: #eaeaea, - - accent1: ( - bg: #4acaa8, - fg-bold: #ffffff, - fg: mix(#4acaa8, #ffffff, 25%), - fg-light: mix(#4acaa8, #ffffff, 40%) - ), - - accent2: ( - bg: #989898, - fg-bold: #ffffff, - fg: mix(#989898, #ffffff, 25%), - fg-light: mix(#989898, #ffffff, 40%) - ), - - header: ( - bg: #4acaa8, - fg-bold: #ffffff, - fg: mix(#4acaa8, #ffffff, 25%), - fg-light: mix(#4acaa8, #ffffff, 40%), - border: mix(#4acaa8, #ffffff, 90%) - ) +// Misc. + $misc: ( + z-index-base: 10000, + gallery-lightbox-opacity: 0.875 + ); + +// Duration. + $duration: ( + transition: 0.2s, + gallery-lightbox-fadein: 0.5s + ); + +// Size. + $size: ( + border-radius: 0.25rem, + element-height: 2.5rem, + element-margin: 1.5rem, + pad: 3.5rem, + pad-small-tb: 3.5rem * 0.825, + pad-small-lr: 3.5rem * 0.5, + span-fixed: 10rem, + span-variable: 10% + ); + +// Font. + $font: ( + family: ('Source Sans Pro', Helvetica, sans-serif), + family-heading: (Arial, Helvetica, sans-serif), + family-fixed: ('Courier New', monospace), + weight: 300, + weight-bold: 400, + weight-heading: 700 + ); + +// Palette. + $palette: ( + bg: #2e2b37, + bg-alt: #e1e6e1, + fg: rgba(255,255,255,0.75), + fg-bold: rgba(255,255,255,0.875), + fg-light: rgba(255,255,255,0.5), + border: rgba(255,255,255,0.25), + border-bg: rgba(255,255,255,0.075), + border-bg-alt: rgba(255,255,255,0.125), + accent1: #726193, + accent2: #e37b7c, + accent3: #ffe4b4, + accent4: #353865 ); \ No newline at end of file -- cgit v1.2.3