Remove unused imports and CSS Selectors
This commit is contained in:
parent
db2a764167
commit
b779429346
@ -3,7 +3,6 @@
|
||||
import { apiGet } from "$lib/scripts/apiFetch";
|
||||
import { getCurrentLocation } from "$lib/scripts/getLocation";
|
||||
import { location } from "$lib/stores/location";
|
||||
import { uuid } from "$lib/stores/uuid";
|
||||
import toast from "svelte-french-toast";
|
||||
//import { NearestStationResponse } from "@owlboard/ts-types";
|
||||
export let variables = {
|
||||
@ -48,24 +47,6 @@
|
||||
</Island>
|
||||
|
||||
<style>
|
||||
button {
|
||||
flex: 1;
|
||||
width: 70%;
|
||||
min-width: 50px;
|
||||
height: 30px;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 5px;
|
||||
border: none;
|
||||
border-radius: 20px;
|
||||
font-family: urwgothic, "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
text-decoration: none;
|
||||
background-color: var(--island-button-color);
|
||||
color: var(--island-link-color);
|
||||
box-shadow: var(--box-shadow);
|
||||
}
|
||||
|
||||
#buttons {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
Loading…
Reference in New Issue
Block a user