Index: css/desktop-options.scss |
=================================================================== |
--- a/css/desktop-options.scss |
+++ b/css/desktop-options.scss |
@@ -533,16 +533,33 @@ |
} |
[data-validation] .floating-input input:focus:invalid ~ .error-msg |
{ |
visibility: visible; |
} |
/* |
+ Animations |
+*/ |
+ |
+.highlight-animate |
+{ |
+ animation: highlight 1s 3; |
+} |
+ |
+@keyframes highlight |
+{ |
+ 0% { background-color: transparent } |
+ 30% { background-color: #ffd7a3 } |
+ 70% { background-color: #ffd7a3 } |
+ 100% { background-color: transparent } |
+} |
+ |
+/* |
Sidebar |
*/ |
#sidebar, |
#sidebar .fixed, |
[role="tablist"] |
{ |
width: 14.3rem; |