Item Menu dropdown

This commit is contained in:
Faris Ansari
2018-08-01 13:35:19 +05:30
parent a12076e0fd
commit c0a22a689e
2 changed files with 14 additions and 4 deletions

View File

@@ -106,7 +106,7 @@ body[data-route^="marketplace/"] {
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.1);
background-color: rgba(0, 0, 0, 0.05);
}
.hub-card-overlay-body {
@@ -217,4 +217,8 @@ body[data-route^="marketplace/"] {
.hub-item-review-container {
margin-top: calc(30vh);
}
.hub-item-dropdown {
margin-top: 20px;
}
}