mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-29 05:00:43 +10:00
add visual hover for the hero image
This commit is contained in:
parent
41f4f42b07
commit
97059136a4
1 changed files with 6 additions and 2 deletions
|
|
@ -99,6 +99,8 @@
|
|||
right: 0;
|
||||
width: 100%;
|
||||
|
||||
transition: var(--transitionStyleButton);
|
||||
|
||||
@media (--viewportMedium) {
|
||||
position: static;
|
||||
top: auto;
|
||||
|
|
@ -110,6 +112,10 @@
|
|||
object-fit: cover;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
opacity: 0.85;
|
||||
}
|
||||
}
|
||||
|
||||
.viewPhotos {
|
||||
|
|
@ -141,8 +147,6 @@
|
|||
@media (--viewportMedium) {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
.carouselModalScrollLayer {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue