a lot of progress on typeaheads, etc.

This commit is contained in:
Bryce Covert
2018-05-23 11:35:58 -07:00
parent e445adec02
commit bc10b35f0b
4 changed files with 17 additions and 5 deletions

View File

@@ -34,7 +34,16 @@
to { -webkit-transform: translateY(-100%); transform:
translateY(-100%); }
}
@keyframes flashPrimary {
from {
background-color: #00d1b2;
}
}
tr.live-added {
animation: flashPrimary .7s ease both;
}
.left-nav {
width: 300px;
}