sub rgb name and stripe fix
This commit is contained in:
@@ -150,4 +150,22 @@ button {
|
||||
&.green {
|
||||
border-color: @green;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes rgb {
|
||||
0% {
|
||||
color: @red;
|
||||
}
|
||||
25% {
|
||||
color: @white;
|
||||
}
|
||||
50% {
|
||||
color: @blue;
|
||||
}
|
||||
75% {
|
||||
color: @white;
|
||||
}
|
||||
100% {
|
||||
color: @green;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -51,6 +51,11 @@
|
||||
color: @yellow;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.name.subscriber {
|
||||
animation: rgb 4s cubic-bezier(0.5, 0, 0.5, 1) 0s infinite alternate;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
||||
.chat {
|
||||
|
||||
Reference in New Issue
Block a user