Commit 3f0acf9f authored by Shaphen Pangburn's avatar Shaphen Pangburn

[AFP-131 Shaphen Pangburn]: Add animation to dropdown for user that is logged in

parent 16bbc1ee
...@@ -48,3 +48,10 @@ ...@@ -48,3 +48,10 @@
.no-show { .no-show {
display: none; display: none;
} }
.dropdown-menu {
right: 2px;
animation: fadeInUp;
animation-duration: 0.3s;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment