add icon buttons, misc styling on venue pages

This commit is contained in:
elisejakob
2024-06-20 20:35:52 +02:00
parent 7e5f82ce76
commit 9b3eb3c4a6
12 changed files with 110 additions and 41 deletions

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,11 @@
.icon {
width: var(--size-icon);
height: var(--size-icon);
display: inline-block;
vertical-align: middle;
svg {
display: block;
width: 100%;
}
}

View File

@ -4,13 +4,13 @@
.static,
.animate {
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.animate {
position: absolute;
top: 0;
left: 0;
animation: glow 1s infinite alternate;
}
}