Skip to content

Commit

Permalink
replace callout icons with Clarity Design elements
Browse files Browse the repository at this point in the history
  • Loading branch information
craigbox committed Dec 3, 2024
1 parent 9dc60a7 commit 2887630
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 deletions.
5 changes: 4 additions & 1 deletion src/icons/callout-idea.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion src/icons/callout-quote.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion src/icons/callout-tip.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion src/icons/callout-warning.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/sass/misc/_callout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
background-color: $tipCalloutBackgroundColor;
border-top-color: $tipCalloutBorderColor;
fill: $tipCalloutBorderColor;
stroke: $tipCalloutBorderColor;
}

&.idea {
Expand All @@ -67,12 +68,14 @@
background-color: $warningCalloutBackgroundColor;
border-top-color: $warningCalloutBorderColor;
fill: $warningCalloutBorderColor;
stroke: $warningCalloutBorderColor;
}

&.quote {
background-color: $quoteCalloutBackgroundColor;
border-top-color: $quoteCalloutBorderColor;
fill: $quoteCalloutBorderColor;
stroke: $quoteCalloutBorderColor;
font-style: italic;
}
}

0 comments on commit 2887630

Please sign in to comment.