Skip to content

Commit

Permalink
Add icon for ai assistant
Browse files Browse the repository at this point in the history
  • Loading branch information
berrydenhartog committed Feb 9, 2025
1 parent 1fd051e commit a6d72da
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions src/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,12 @@
height: 100%;
width: 100%;
}

.ai-assistant-icon {
background-image: var(--rvo-icon-half-tandwiel-half-brein);
background-size: 60%;
background-position: center;
background-repeat: no-repeat;
height: 100%;
width: 100%;
}
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ <h3 class="utrecht-heading-3">
<div
class="rvo-card rvo-card--with-image rvo-card--with-image-sm rvo-card--outline rvo-card--padding-sm"
>
<div class="rvo-card__image-container account-icon"></div>
<div class="rvo-card__image-container ai-assistant-icon"></div>
<div class="rvo-card--with-link-indicator">
<div class="rvo-card__content">
<h3 class="utrecht-heading-3">
Expand Down

0 comments on commit a6d72da

Please sign in to comment.