a lot of progress on typeaheads, etc.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user