Merge branch 'develop' into BETTERZON-36

This commit is contained in:
Patrick 2021-04-05 16:30:29 +02:00 committed by GitHub
commit 4a37fd3619
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 0 deletions

View File

@ -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;

View File

@ -81,3 +81,8 @@
margin-top: .5em;
text-align: center;
}
.priceAlarm:hover {
background-color: lightgray;
cursor: pointer;
}

View File

@ -53,3 +53,8 @@
.productDescription {
grid-area: description;
}
.productItem:hover {
background-color: lightgray;
cursor: pointer;
}