inline for neon and update dashboard styles
This commit is contained in:
@@ -58,6 +58,23 @@
|
||||
}
|
||||
}
|
||||
|
||||
/*-- Inline Sign Styles for Headers --*/
|
||||
.sign-inline {
|
||||
font-family: "Carry-You", cursive;
|
||||
font-size: 3rem;
|
||||
line-height: 1;
|
||||
color: #c6e2ff;
|
||||
animation: neon .08s ease-in-out infinite alternate;
|
||||
}
|
||||
|
||||
.sign-pink-inline {
|
||||
font-family: "Carry-You", cursive;
|
||||
font-size: 3rem;
|
||||
line-height: 1;
|
||||
color: #ffc5ec;
|
||||
animation: neon-pink .08s ease-in-out infinite alternate;
|
||||
}
|
||||
|
||||
|
||||
@keyframes neon {
|
||||
from {
|
||||
|
||||
Reference in New Issue
Block a user