Condense SCSS in X.svelte
This commit is contained in:
parent
021ae5d4c3
commit
761192145e
1 changed files with 3 additions and 4 deletions
|
|
@ -27,9 +27,8 @@
|
||||||
path {
|
path {
|
||||||
fill: var(--theme-colour-text-secondary, $tr-medium-grey);
|
fill: var(--theme-colour-text-secondary, $tr-medium-grey);
|
||||||
}
|
}
|
||||||
}
|
rect {
|
||||||
|
fill: var(--theme-colour-background, white);
|
||||||
svg rect {
|
}
|
||||||
fill: var(--theme-colour-background, white);
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
Loading…
Reference in a new issue