refactor code to improve readability and maintainability + redesigned announcement bar
This commit is contained in:
@@ -255,32 +255,6 @@
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
.rainbow {
|
||||
background: linear-gradient(
|
||||
45deg,
|
||||
#ff00004b,
|
||||
#ff99004b,
|
||||
#33cc334b,
|
||||
#0099cc4b,
|
||||
#9900cc4b,
|
||||
#ff33cc4b
|
||||
);
|
||||
background-size: 400% 400%;
|
||||
animation: rainbow 30s linear infinite;
|
||||
}
|
||||
|
||||
@keyframes rainbow {
|
||||
0% {
|
||||
background-position: 0% 50%;
|
||||
}
|
||||
50% {
|
||||
background-position: 100% 50%;
|
||||
}
|
||||
100% {
|
||||
background-position: 0% 50%;
|
||||
}
|
||||
}
|
||||
|
||||
.custom-file-input::file-selector-button {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user