Merge branch 'develop' into BETTERZON-36

This commit is contained in:
Patrick
2021-04-05 16:30:29 +02:00
committed by GitHub
3 changed files with 18 additions and 0 deletions
@@ -15,6 +15,10 @@
margin-left: 50%;
}
.logo:hover {
cursor: pointer;
}
.searchBox {
position: relative;
margin: auto;
@@ -36,6 +40,10 @@
margin-left: 10%;
}
.profileIcon:hover {
cursor: pointer;
}
.icon-3d {
padding: 10px;
color: #fff;
@@ -81,3 +81,8 @@
margin-top: .5em;
text-align: center;
}
.priceAlarm:hover {
background-color: lightgray;
cursor: pointer;
}
@@ -53,3 +53,8 @@
.productDescription {
grid-area: description;
}
.productItem:hover {
background-color: lightgray;
cursor: pointer;
}