Update X.svelte with vertical-align middle
This commit is contained in:
parent
ae8ffb0639
commit
021ae5d4c3
1 changed files with 6 additions and 3 deletions
|
|
@ -22,10 +22,13 @@
|
|||
<style lang="scss">
|
||||
@import '../../scss/colours/thematic/tr';
|
||||
|
||||
svg path {
|
||||
fill: var(--theme-colour-text-secondary, $tr-medium-grey);
|
||||
svg {
|
||||
vertical-align: middle;
|
||||
path {
|
||||
fill: var(--theme-colour-text-secondary, $tr-medium-grey);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
svg rect {
|
||||
fill: var(--theme-colour-background, white);
|
||||
}
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 2 KiB After Width: | Height: | Size: 2.1 KiB |
Loading…
Reference in a new issue