Skip to content

Commit

Permalink
style(angular): adjustment to home page icon bg
Browse files Browse the repository at this point in the history
  • Loading branch information
owilliams320 committed Feb 6, 2024
1 parent 7172edf commit cba719b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3,164 deletions.
6 changes: 2 additions & 4 deletions apps/docs-app/src/app/components/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,8 @@ <h3 matListItemTitle>{{ item.title }}</h3>
layout-align="start center"
class="push-bottom-xs"
>
<div class="icon-avatar bgc-grey-200 push-right">
<mat-icon>
<span class="tc-td-slate">{{ item.icon }}</span>
</mat-icon>
<div class="icon-avatar push-right">
<mat-icon>{{ item.icon }}</mat-icon>
</div>

<div
Expand Down
8 changes: 8 additions & 0 deletions apps/docs-app/src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ $background: map-get($td-light-theme, background);
background-color: variables.$theme-light-colors-surface-container-high;
}

.icon-avatar {
background-color: variables.$theme-light-colors-surface-container;
}

body .mat-card {
border-radius: 8px;
}
Expand All @@ -88,6 +92,10 @@ body .mat-card {
.cv-surface-high {
background-color: variables.$theme-dark-colors-surface-container-high;
}

.icon-avatar {
background-color: variables.$theme-dark-colors-surface-container;
}
}

/* ------------------------------------------------------------------------------- */
Expand Down
Loading

0 comments on commit cba719b

Please sign in to comment.