Icon Gast
This commit is contained in:
parent
add5c3eb05
commit
e17a41509c
12
assets/icon_gast.svg
Normal file
12
assets/icon_gast.svg
Normal file
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg id="Ebene_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 36 36">
|
||||
<!-- Generator: Adobe Illustrator 30.3.0, SVG Export Plug-In . SVG Version: 2.1.3 Build 182) -->
|
||||
<defs>
|
||||
<style>
|
||||
.st0 {
|
||||
fill: #6b6b05;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<path class="st0" d="M6,33c0-6.63,5.37-12,12-12s12,5.37,12,12h-3c0-4.97-4.03-9-9-9s-9,4.03-9,9h-3ZM18,19.5c-4.97,0-9-4.03-9-9S13.03,1.5,18,1.5s9,4.03,9,9-4.03,9-9,9ZM18,16.5c3.32,0,6-2.68,6-6s-2.68-6-6-6-6,2.68-6,6,2.68,6,6,6Z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 553 B |
@ -750,6 +750,7 @@ p {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr auto 1fr;
|
||||
align-items: center;
|
||||
margin-top: 120px;
|
||||
padding: var(--space-3) var(--space-7);
|
||||
}
|
||||
|
||||
|
||||
@ -8,6 +8,7 @@
|
||||
const detailContainer = document.getElementById('detail-view');
|
||||
const locationIconPath = 'assets/icon_location.svg';
|
||||
const calendarIconPath = 'assets/icon_calendar.svg';
|
||||
const calendarIconPath = 'assets/icon_gast.svg';
|
||||
const currentUser = getCurrentUser();
|
||||
|
||||
// Read event id from query string (detail page deep-link support).
|
||||
|
||||
@ -11,6 +11,7 @@
|
||||
const dateFilter = document.getElementById('date-filter');
|
||||
const locationIconPath = 'assets/icon_location.svg';
|
||||
const calendarIconPath = 'assets/icon_calendar.svg';
|
||||
const calendarIconPath = 'assets/icon_gast.svg';
|
||||
|
||||
// -------------------------------------------------------------
|
||||
// In-memory state for fetched events and currently active category.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user