diff --git a/frontend/src/components/icon.svelte b/frontend/src/components/icon.svelte index 0c97326..2d9e77a 100644 --- a/frontend/src/components/icon.svelte +++ b/frontend/src/components/icon.svelte @@ -2,6 +2,20 @@ export let name = ''; + + {#if name === 'radio'} diff --git a/frontend/src/style.css b/frontend/src/style.css index 17652fa..3d57dd3 100644 --- a/frontend/src/style.css +++ b/frontend/src/style.css @@ -63,11 +63,6 @@ p strong { display: flex; align-items: center; } -.field svg { - width: 13px; - height: 13px; - margin-right: 2px; -} .field > :first-child { border-top-left-radius: 10px; border-bottom-left-radius: 10px; @@ -141,11 +136,6 @@ p strong { opacity: 0.5; cursor: not-allowed; } -.btn svg { - height: 13px; - width: auto; - vertical-align: bottom; -} code, .code {