work on load bags button

This commit is contained in:
Rohit
2019-06-26 15:34:16 -04:00
parent b9a80f38d0
commit c1bc3ce0fc
4 changed files with 67 additions and 44 deletions

View File

@@ -402,11 +402,14 @@ html, body {
}
.tagging-options {
.tagging-options, .loading-options {
height: 0;
overflow: hidden;
transition: height 600ms ease 0ms;
}
.tagging-options.open {
height: 122px;
}
.loading-options.open {
height: 85px;
}