mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-28 03:43:28 +10:00
image carousel design review
This commit is contained in:
parent
7fc2d680f9
commit
55a21296cc
1 changed files with 9 additions and 0 deletions
|
|
@ -65,6 +65,15 @@
|
|||
@media (--viewportMedium) {
|
||||
background-size: 20px auto;
|
||||
}
|
||||
|
||||
@media (--viewportLarge) {
|
||||
opacity: 0.5;
|
||||
transition: var(--transitionStyleButton);
|
||||
|
||||
&:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.prev {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue