RC-105 | Add an rc-svg component for ease of SVG-loading, and add the hero silhouette to the sheet
This commit is contained in:
parent
c1f0e8d9c5
commit
07f3b24897
9 changed files with 63 additions and 4 deletions
22
templates/css/components/svg-loader.css
Normal file
22
templates/css/components/svg-loader.css
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
:host {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
div {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
svg {
|
||||
fill: var(--fill);
|
||||
stroke: var(--stroke);
|
||||
}
|
||||
|
||||
path {
|
||||
stroke: var(--stroke);
|
||||
stroke-width: var(--stroke-width);
|
||||
stroke-linejoin: var(--stroke-linejoin);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue