add icon buttons, misc styling on venue pages
This commit is contained in:
31
web/src/components/general/Icon.tsx
Normal file
31
web/src/components/general/Icon.tsx
Normal file
File diff suppressed because one or more lines are too long
11
web/src/components/general/icon.module.scss
Normal file
11
web/src/components/general/icon.module.scss
Normal 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%;
|
||||
}
|
||||
}
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user