Browse Source

Fix style of selector

pull/5899/head
Thomas Kaul 2 months ago
parent
commit
03f74fc72c
  1. 2
      apps/client/src/app/pages/portfolio/fire/fire-page.scss

2
apps/client/src/app/pages/portfolio/fire/fire-page.scss

@ -1,7 +1,7 @@
@use '../../../../styles/variables.scss' as variables; @use '../../../../styles/variables.scss' as variables;
@mixin select-arrow($color) { @mixin select-arrow($color) {
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='#{$color}'><polygon points='0,0 10,0 5,6'/></svg>"); background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='#{$color}' height='6' width='10'><polygon points='0,0 10,0 5,6'/></svg>");
} }
:host { :host {

Loading…
Cancel
Save