Opacity for galleria
Before Width: | Height: | Size: 85 KiB After Width: | Height: | Size: 48 KiB |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 85 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 2.5 KiB |
|
@ -285,6 +285,13 @@ export default {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
opacity: .5;
|
||||||
|
transition: opacity .3s;
|
||||||
|
}
|
||||||
|
|
||||||
|
.p-galleria-thumbnail-item:hover,
|
||||||
|
.p-galleria-thumbnail-item-current {
|
||||||
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Positions */
|
/* Positions */
|
||||||
|
|