Skip to content

Commit

Permalink
fix(appengine/google/kubernetes): change logo background colors to of…
Browse files Browse the repository at this point in the history
…ficial brand colors (#6347)
  • Loading branch information
maggieneterval authored and Travis Tomsu committed Jan 10, 2019
1 parent 752da1b commit 93f1209
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/scripts/modules/appengine/src/logo/appengine.logo.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.cloud-provider-logo {
.icon-appengine {
mask-image: url('appengine.icon.svg');
background-color: #4285f4;
}
}
1 change: 1 addition & 0 deletions app/scripts/modules/google/src/logo/gce.logo.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.cloud-provider-logo {
.icon-gce {
mask-image: url('gce.logo.svg');
background-color: #4285f4;
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.cloud-provider-logo {
.icon-kubernetes {
mask-image: url('kubernetes.icon.svg');
background-color: #326ce5;
}
}

0 comments on commit 93f1209

Please sign in to comment.