mirror of
https://github.com/Mueller-Patrick/Betterzon.git
synced 2024-11-10 00:23:58 +00:00
BETTERZON-53: Styling clickable stuff on hover (#22)
This commit is contained in:
commit
2dfa4e9a96
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user