Skip to content

Commit

Permalink
Merge pull request #3146 from weaveworks/175-merge-neutral-theme-colors
Browse files Browse the repository at this point in the history
Merge neutral theme colors
  • Loading branch information
fbarl authored Apr 16, 2018
2 parents 4b85be0 + d812e14 commit 65bb232
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions client/app/styles/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1826,13 +1826,13 @@ a {
padding: 4px 5px;
margin-left: 2px;
font-size: 110%;
color: $color-lavender;
color: $color-primary-lavender;
cursor: pointer;
border: 1px solid transparent;
border-radius: 10%;

&:hover {
border-color: transparentize($color-lavender, 0.4);
border-color: transparentize($color-primary-lavender, 0.4);
}
}

Expand All @@ -1848,15 +1848,15 @@ a {
text-transform: uppercase;
line-height: 150%;
font-size: 125%;
color: $color-lavender;
color: $color-primary-lavender;
padding: 4px 0;
border-bottom: 1px solid transparentize($color-lavender, 0.9);
border-bottom: 1px solid transparentize($color-primary-lavender, 0.9);
}

h3 {
text-transform: uppercase;
font-size: 90%;
color: $color-lavender;
color: $color-primary-lavender;
padding: 4px 0;
}

Expand Down Expand Up @@ -1919,7 +1919,7 @@ a {

&-current-topology {
text-transform: uppercase;
color: $color-lavender;
color: $color-primary-lavender;
}

&-fields {
Expand Down
2 changes: 1 addition & 1 deletion client/app/styles/_contrast-overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $background-darker-color: $color-blue-haze;
$background-darker-secondary-color: $color-blue-haze;
$background-dark-color: $color-primary-charcoal;
$text-color: $color-black;
$text-secondary-color: $color-neutral-black;
$text-secondary-color: $color-black;
$text-tertiary-color: $color-tundora;
$border-light-color: $color-solid-gray;
$text-darker-color: $color-black;
Expand Down
2 changes: 1 addition & 1 deletion client/app/styles/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $background-darker-secondary-color: $color-mercury;
$background-dark-color: $color-primary-charcoal;
$text-color: $color-gunpowder;
$text-secondary-color: $color-comet;
$text-tertiary-color: $color-lavender;
$text-tertiary-color: $color-primary-lavender;
$border-light-color: $color-mischka;
$text-darker-color: $color-primary-charcoal;

Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"reselect": "3.0.1",
"reselect-map": "1.0.3",
"styled-components": "2.2.4",
"weaveworks-ui-components": "0.4.53",
"weaveworks-ui-components": "0.4.55",
"whatwg-fetch": "2.0.3",
"xterm": "2.9.2"
},
Expand Down
6 changes: 3 additions & 3 deletions client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7591,9 +7591,9 @@ wd@^0.4.0:
underscore.string "~3.0.3"
vargs "~0.1.0"

[email protected].53:
version "0.4.53"
resolved "https://registry.yarnpkg.com/weaveworks-ui-components/-/weaveworks-ui-components-0.4.53.tgz#4d5d089ebcf07652110e89b23e9d3448ac1a119a"
[email protected].55:
version "0.4.55"
resolved "https://registry.yarnpkg.com/weaveworks-ui-components/-/weaveworks-ui-components-0.4.55.tgz#3a8ec801a18fb880fe5198fe3be94a8ced5a4a53"
dependencies:
classnames "2.2.5"
d3-drag "1.2.1"
Expand Down

0 comments on commit 65bb232

Please sign in to comment.