Radish alpha
r
rad:z371PVmDHdjJucejRoRYJcDEvD5pp
Radicle website including documentation and guides
Radicle
Git
css: Remove unused ticker
Lorenz Leutgeb committed 7 days ago
commit 472940ff79abc3ac1c37e791c06e37cbdc0a5d13
parent 9764105
1 file changed +0 -27
modified assets/css/page.css
@@ -390,33 +390,6 @@ img.banner {
  object-position: 50%;
}

-
/* TICKER */
-

-
.ticker {
-
  display: inline-block;
-
  font-size: 0.875rem;
-
  display: flex;
-
  width: 100%;
-
  animation: ticker 120s linear infinite;
-
  margin-top: 2px;
-
}
-

-
.ticker > *:nth-child(even) {
-
  color: var(--color-fg-dim);
-
}
-
.ticker > *:nth-child(odd) {
-
  color: var(--color-fg-low-contrast);
-
}
-

-
@keyframes ticker {
-
  0% {
-
    transform: translate3d(100%, 0, 0);
-
  }
-
  100% {
-
    transform: translate3d(-200%, 0, 0);
-
  }
-
}
-

@media (max-width: 800px) {
  body > main {
    padding: 1rem;