Produtos
Categorias
diff --git a/gestaoRaul/templates/static/base.css b/gestaoRaul/templates/static/base.css
index b68b97b..bacb379 100644
--- a/gestaoRaul/templates/static/base.css
+++ b/gestaoRaul/templates/static/base.css
@@ -88,6 +88,7 @@ text-align: center;
position: relative;
display: inline-block;
color: #fff;
+ cursor: pointer;
}
.dropdown-content {
@@ -97,6 +98,7 @@ text-align: center;
background-color: #313238;
min-width: 160px;
box-shadow: 0px 3px 10px #464646;
+ transition: display 0.9s ease-in-out
}
.dropdown-content a {
@@ -109,9 +111,21 @@ text-align: center;
.dropdown-content a:hover {
background-color: #7a7a7a;
border-radius: 5px;
-}
+ }
+
+ .img-drop {
+ width: 35px;
+ transition: transform 0.3s ease-in-out;
+ }
+
+ .dropdown:hover .img-drop {
+ transform: rotate(180deg);
+ }
- .dropdown:hover .dropdown-content {display: block;}
+ .dropdown:hover .dropdown-content {
+ display: block;
+}
+
/* .dropdown:hover .dropbtn {background-color: #3e8e41;} */
diff --git a/gestaoRaul/templates/static/midia/icons/down.svg b/gestaoRaul/templates/static/midia/icons/down.svg
new file mode 100644
index 0000000..d3f307d
--- /dev/null
+++ b/gestaoRaul/templates/static/midia/icons/down.svg
@@ -0,0 +1,7 @@
+
+
+
\ No newline at end of file