#15 added placeholder to matches
This commit is contained in:
@@ -17,3 +17,14 @@
|
||||
border: 1px solid #ff2f2f;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.placeholder-wave-alt {
|
||||
mask-image: linear-gradient(130deg, black 55%, rgba(0, 0, 0, (1 - 0.2)) 75%, black 95%);
|
||||
mask-size: 200% 100%;
|
||||
animation: placeholder-wave-alt 2.5s linear infinite;
|
||||
}
|
||||
@keyframes placeholder-wave-alt {
|
||||
100% {
|
||||
mask-position: -200% 0%;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user