mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig.space.git
synced 2025-12-14 08:46:49 +00:00
Update meetups
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
& li {
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
font-size: var(--font-size-xs);
|
||||
font-size: .65rem;
|
||||
|
||||
&.unmapped {
|
||||
display: none;
|
||||
@@ -54,22 +54,22 @@
|
||||
& a {
|
||||
color: inherit;
|
||||
display: inline-block;
|
||||
margin-top: .2rem;
|
||||
margin-top: .3rem;
|
||||
}
|
||||
|
||||
& .dot {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: .275rem;
|
||||
left: -1.25rem;
|
||||
top: .375rem;
|
||||
left: -1rem;
|
||||
background: radial-gradient(currentColor 0%, rgba(255, 255, 255, 0) 100%);
|
||||
animation-timing-function: linear;
|
||||
animation-iteration-count: infinite;
|
||||
will-change: transform;
|
||||
transform-origin: 50%;
|
||||
border-radius: 50%;
|
||||
width: 1rem;
|
||||
height: 1rem;
|
||||
width: .8rem;
|
||||
height: .8rem;
|
||||
transform: scale(.75);
|
||||
animation-name: pulse;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user