started working on validation on action form.

This commit is contained in:
Bryce Covert
2018-05-23 12:07:51 -07:00
parent a3762a76af
commit 0611c169c7
6 changed files with 51 additions and 8 deletions

View File

@@ -19,6 +19,7 @@
height: 100%;
background-color: #fff;
}
body {
animation: scaleUp .7s ease both;
}
@@ -28,6 +29,13 @@
@keyframes appear {
from { opacity: 0; }
}
@keyframes slideIn {
from {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
opacity: 0;
}
}
@keyframes moveToTop {
from { }
@@ -47,7 +55,7 @@
}
}
tr.live-added {
tbody tr.live-added {
animation: flashPrimary 1.0s ease both;
}
.left-nav {