Skip to content

Commit

Permalink
feat: add product cloud icon
Browse files Browse the repository at this point in the history
  • Loading branch information
josephlomasney committed Mar 1, 2024
1 parent 434c4ec commit 14b4d82
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Expand Up @@ -235,6 +235,7 @@ const icons = [
'product-am',
'product-apim',
'product-cockpit',
'product-cloud',
'prohibition',
'puzzle',
'question-mark-circle',
Expand Down
Expand Up @@ -42,7 +42,8 @@ $typography: map.get(gio.$mat-theme, typography);
color: oem.$oem-menu-text;
}

&.cockpit {
&.cockpit,
&.cloud {
background: rgb(135 111 236 / 40%);
color: map.get(gio.$mat-accent-palette, default-contrast);
}
Expand Down
Expand Up @@ -15,7 +15,7 @@
*/
import { Component, Input } from '@angular/core';

export type GioTopBarProductTypes = 'am' | 'apim' | 'cockpit';
export type GioTopBarProductTypes = 'am' | 'apim' | 'cockpit' | 'cloud';

@Component({
selector: 'gio-top-bar-content',
Expand Down

0 comments on commit 14b4d82

Please sign in to comment.