Skip to content

Commit

Permalink
Remove old variables
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Mar 28, 2017
1 parent 4d85d96 commit 5903612
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 96 deletions.
18 changes: 9 additions & 9 deletions website/source/assets/stylesheets/_home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ $font-size-reg: 16px;
h4{
font-family: $font-family-open-sans;
font-weight: 500;
color: $blue-light;
color: $gray;
}

#hero-btns{
Expand Down Expand Up @@ -196,17 +196,17 @@ $font-size-reg: 16px;

&.gray-banner{
.col{
border: 1px solid $blue-faint;
border: 1px solid $gray-light;
}

p{
color: $blue-light;
color: $gray;
}
}

&.green-banner{
.col{
border: 1px solid $blue-faint;
border: 1px solid $gray-light;
}

p{
Expand Down Expand Up @@ -249,15 +249,15 @@ $font-size-reg: 16px;
margin-bottom: 120px;
text-align: center;
font-size: $font-size-m;
color: $green;
color: $nomad-green;
text-transform: uppercase;
}

.feature{
position: relative;
margin-bottom: 60px;
padding-bottom: 60px;
border-bottom: 1px solid $blue-faint;
border-bottom: 1px solid $gray-light;

&:last-child{
border-bottom: none;
Expand Down Expand Up @@ -306,7 +306,7 @@ $font-size-reg: 16px;
&#partners{
.partner-logos{
.docker-wrap{
border-right: 1px solid $blue-faint;
border-right: 1px solid $gray-light;

.partner-logo{
display: inline-block;
Expand Down Expand Up @@ -376,7 +376,7 @@ $font-size-reg: 16px;

p{
margin-bottom: 30px;
color: $blue-light;
color: $gray;
font-size: $font-size-reg+2;
line-height: 1.75em;
max-width: 480px;
Expand All @@ -393,7 +393,7 @@ $font-size-reg: 16px;
line-height: 1.75em;
max-width: 320px;
padding-left: 20px;
border-left: 1px solid $blue-faint;
border-left: 1px solid $gray-light;
}

.docker-outline-logo{
Expand Down
91 changes: 4 additions & 87 deletions website/source/assets/stylesheets/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,91 +1,8 @@
//
// Variables
// --------------------------------------------------


// Global values
// --------------------------------------------------

$header-height: 100px;
$btn-border-radius: 4px;
$el-border-radius: 6px;

// Colors
$white: #FFFFFF;
$black: #000000;
$green: #56CDAD;
$green-dark: #449B82;
$green-light: #9BDB9C;
$blue-dark: #4E5859;
$blue-light: #89999A;
$blue: #00BFE0;
$blue-faint: #E0E8E8;
$light-black: #242424;
$orange: #E78C5B;
$gray-dark: #3B4142;
$gray: #777777;
$gray-light: #939393;
$gray-lighter: #979797;
$gray: #929199;
$light-gray: #C2C1C7;
$faint-gray: #E3E3EA;
$red: #DD4E58;
$red-dark: #C5454E;
$purple: #822FF7;

// Typography
$font-family-klavika: 'klavika-web', 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
$font-family-open-sans: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
$font-family-monospace: 'Menlo', 'Monaco', 'Consolas', "Courier New", monospace;
$font-size: 15px;
$font-weight-reg: 400;
$font-weight-bold: 600;

// Body
$body-font-color: $blue-dark;
$body-link-color: $green-dark;

// Sidebar
$sidebar-font-size: $font-size - 2;
$sidebar-link-color: $body-font-color;
$sidebar-link-color-hover: $black;
$sidebar-link-color-active: $green-dark;

// Header
$header-font-size: $font-size - 2;
$header-link-color: $body-font-color;
$header-link-color-hover: $black;

// Footer
$footer-font-size: $font-size - 2;
$footer-link-color: $body-font-color;
$footer-link-color-hover: $black;










//////////////////
/////////////////////
///////////////////////////









// Colors
$white: #FFFFFF;
$black: #000000;
$gray-darker: #555555;
$gray: #555555;
$gray-light: #CCCCCC;

$nomad-green: #2DAA86;
$nomad-green-dark:#0E7A65;
Expand All @@ -106,12 +23,12 @@ $font-weight-reg: 400;
$font-weight-bold: 600;

// Body
$body-font-color: $gray-darker;
$body-font-color: $gray;
$body-link-color: $nomad-green;

// Home
$home-header-background-color: transparent;
$home-header-link-color: $gray-darker;
$home-header-link-color: $gray;
$home-header-link-color-hover: $black;

// Sidebar
Expand Down

0 comments on commit 5903612

Please sign in to comment.