mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-02 00:31:27 +03:00
Database
This commit is contained in:
@@ -21,4 +21,75 @@ a code:hover {
|
||||
color: white !important;
|
||||
/* text-decoration: underline; */
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
footer.sponsorship {
|
||||
text-align: center
|
||||
}
|
||||
|
||||
footer.sponsorship hr {
|
||||
display: inline-block;
|
||||
width: 1.6rem;
|
||||
margin: 0 .7rem;
|
||||
vertical-align: middle;
|
||||
border-bottom: 2px solid var(--md-default-fg-color--lighter)
|
||||
}
|
||||
|
||||
footer.sponsorship:hover hr {
|
||||
border-color: var(--md-accent-fg-color)
|
||||
}
|
||||
|
||||
footer.sponsorship:not(:hover) .twemoji.heart-throb-hover svg {
|
||||
color: var(--md-default-fg-color--lighter) !important
|
||||
}
|
||||
|
||||
.twemoji.heart-throb svg,
|
||||
.twemoji.heart-throb-hover svg {
|
||||
position: relative;
|
||||
color: var(--md-heart);
|
||||
animation: pulse 1.5s ease infinite
|
||||
}
|
||||
|
||||
@keyframes pulse {
|
||||
0% {
|
||||
transform: scale(1)
|
||||
}
|
||||
|
||||
40% {
|
||||
color: var(--md-heart-big);
|
||||
transform: scale(1.3)
|
||||
}
|
||||
|
||||
50% {
|
||||
transform: scale(1.2)
|
||||
}
|
||||
|
||||
60% {
|
||||
color: var(--md-heart-big);
|
||||
transform: scale(1.3)
|
||||
}
|
||||
|
||||
100% {
|
||||
transform: scale(1)
|
||||
}
|
||||
}
|
||||
|
||||
footer.sponsorship {
|
||||
text-align: center
|
||||
}
|
||||
|
||||
footer.sponsorship hr {
|
||||
display: inline-block;
|
||||
width: 1.6rem;
|
||||
margin: 0 .7rem;
|
||||
vertical-align: middle;
|
||||
border-bottom: 2px solid var(--md-default-fg-color--lighter)
|
||||
}
|
||||
|
||||
footer.sponsorship:hover hr {
|
||||
border-color: var(--md-accent-fg-color)
|
||||
}
|
||||
|
||||
footer.sponsorship:not(:hover) .twemoji.heart-throb-hover svg {
|
||||
color: var(--md-default-fg-color--lighter) !important
|
||||
}
|
Reference in New Issue
Block a user