Opacity for galleria

pull/345/head
cagataycivici 2020-05-15 11:48:02 +03:00
parent 55b895c644
commit 4974942160
5 changed files with 7 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 85 KiB

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -285,6 +285,13 @@ export default {
align-items: center;
justify-content: center;
cursor: pointer;
opacity: .5;
transition: opacity .3s;
}
.p-galleria-thumbnail-item:hover,
.p-galleria-thumbnail-item-current {
opacity: 1;
}
/* Positions */