|
|
@ -281,11 +281,16 @@ footer.annoying {
|
|
|
|
bottom: .5rem;
|
|
|
|
bottom: .5rem;
|
|
|
|
right: .5rem;
|
|
|
|
right: .5rem;
|
|
|
|
background-color: var(--green);
|
|
|
|
background-color: var(--green);
|
|
|
|
animation: slide 10s ease-in-out;
|
|
|
|
animation: slide 1s ease-in-out;
|
|
|
|
padding: .5rem;
|
|
|
|
padding: .5rem;
|
|
|
|
font-size: 16px;
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
footer.annoying[position="left"] {
|
|
|
|
|
|
|
|
right: auto;
|
|
|
|
|
|
|
|
left: .5rem;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.container--events {
|
|
|
|
.container--events {
|
|
|
|
display: grid;
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: 1fr 3fr;
|
|
|
|
grid-template-columns: 1fr 3fr;
|
|
|
@ -344,3 +349,19 @@ footer.annoying {
|
|
|
|
background-color: var(--black);
|
|
|
|
background-color: var(--black);
|
|
|
|
color: white;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
button, .button, .button--inline {
|
|
|
|
|
|
|
|
display: inline-flex;
|
|
|
|
|
|
|
|
padding: .25rem;
|
|
|
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
background-color: rgba(5, 5, 5, 0);
|
|
|
|
|
|
|
|
transition: .2s ease-in;
|
|
|
|
|
|
|
|
justify-content: center;
|
|
|
|
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
line-height: 100%;
|
|
|
|
|
|
|
|
border-radius: 2px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.button--inline:hover {
|
|
|
|
|
|
|
|
background-color: rgba(5, 5, 5, 0.3);
|
|
|
|
|
|
|
|
}
|