Commit f5086947 authored by Shaphen Pangburn's avatar Shaphen Pangburn

[AFP-131 Shaphen Pangburn]: Add small transition to navbar links

parent a673ac4f
......@@ -14,6 +14,19 @@
.navbar-light .navbar-brand {
color: white;
opacity: 0.9;
transition: all 0.5s;
}
#white-color:hover {
cursor: default;
opacity: 1;
}
#collasible-nav-dropdown:hover,
.navbar-light .navbar-brand:hover,
.cart-link:hover {
opacity: 1;
color: white;
}
#collasible-nav-dropdown {
......
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