diff --git a/web-svelte/public/global.css b/web-svelte/public/global.css index 120d3ea..eafe06c 100644 --- a/web-svelte/public/global.css +++ b/web-svelte/public/global.css @@ -9,4 +9,14 @@ .material-icons { user-select: none; +} + +.error { + padding: 10px; + background: #ff000033; + border-radius: 10px; + border-style: solid; + border-color: red; + border-width: 2px; + text-align: center; } \ No newline at end of file diff --git a/web-svelte/src/components/modals/ShipDesigner.svelte b/web-svelte/src/components/modals/ShipDesigner.svelte index 2257b35..fd4ca2c 100644 --- a/web-svelte/src/components/modals/ShipDesigner.svelte +++ b/web-svelte/src/components/modals/ShipDesigner.svelte @@ -190,14 +190,4 @@ select { align-items: center; transform: rotate(-90deg); } - -.error { - padding: 10px; - background: #ff000033; - border-radius: 10px; - border-style: solid; - border-color: red; - border-width: 2px; - text-align: center; -} \ No newline at end of file