Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Panico committed Jan 13, 2025
1 parent f00b68e commit ea0de67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@
margin-left: -10px;
display: block;
position: absolute;

span.material-icons{
color: var(--intent-header-icon-color)
}
}
// --------------------------------
// https://stackoverflow.com/questions/9476923/css3-animate-border-color
Expand Down
1 change: 1 addition & 0 deletions src/assets/sass/cds/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@
--action-color-selected: var(--blu); // rgba(179,141,38,1);
--intent-preview-background: var(--blu-light-03); //rgb(235, 226, 198);
--intent-preview-borderColor: var(--gray-light-02);
--intent-header-icon-color: var(--blu);
--padding-base-preview: 0 10px 10px;
--base-element-gap: 5px;
--border-radius-base-preview: 8px;
Expand Down

0 comments on commit ea0de67

Please sign in to comment.