started working on validation on action form.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user