diff --git a/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/client/components/plugin/_sections-image-gallery.scss b/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/client/components/plugin/_sections-image-gallery.scss
index c952ecc..da0ea40 100644
a
|
b
|
$ig-background-black: rgba(0, 0, 0, .4) !default; |
41 | 41 | } |
42 | 42 | |
43 | 43 | .image-gallery-left-nav { |
44 | | left: 0; |
| 44 | left: 8px; |
45 | 45 | |
46 | 46 | &:before { |
47 | 47 | content: '\f341'; |
| 48 | font-size: 1.5rem; |
| 49 | background: #3858e9; |
| 50 | border-radius: 100px; |
| 51 | padding: 4px; |
| 52 | color: #fff; |
48 | 53 | } |
49 | 54 | |
50 | 55 | &:hover { |
… |
… |
$ig-background-black: rgba(0, 0, 0, .4) !default; |
53 | 58 | } |
54 | 59 | |
55 | 60 | .image-gallery-right-nav { |
56 | | right: 0; |
| 61 | right: 8px; |
57 | 62 | |
58 | 63 | &:before { |
59 | 64 | content: '\f345'; |
| 65 | font-size: 1.5rem; |
| 66 | background: #3858e9; |
| 67 | border-radius: 100px; |
| 68 | padding: 4px; |
| 69 | color: #fff; |
60 | 70 | } |
61 | 71 | |
62 | 72 | &:hover { |