move typekit import, add full logo, misc sketching
This commit is contained in:
@ -51,6 +51,7 @@ export const EventContainer = ({
|
||||
<div className={styles.displayOptions}>
|
||||
<button onClick={() => setMode(null)}>Vis liste</button>
|
||||
<button onClick={() => setMode("calendar")}>Vis kalender</button>
|
||||
<button>Filter</button>
|
||||
</div>
|
||||
{mode === "list" && <EventList events={filteredEvents} />}
|
||||
{mode === "calendar" && <EventCalendar events={filteredEvents} />}
|
||||
|
@ -19,6 +19,8 @@
|
||||
|
||||
button {
|
||||
border-radius: 0;
|
||||
background: var(--color-deepBrick);
|
||||
color: var(--color-goldenBeige);
|
||||
}
|
||||
}
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
@ -10,6 +10,10 @@
|
||||
svg {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
&.main {
|
||||
margin: calc(var(--spacing-sitepadding)*-.6) 0 0 calc(var(--spacing-sitepadding)*-.6);
|
||||
}
|
||||
}
|
||||
|
||||
.logoIcon {
|
||||
|
Reference in New Issue
Block a user