Skip to content

Commit 1fc411b

Browse files
authored
Merge pull request #211 from devgeniem/TMS-1204
TMS-1204: Icon for image-gallery
2 parents 9cd69de + c09f563 commit 1fc411b

File tree

9 files changed

+357
-238
lines changed

9 files changed

+357
-238
lines changed

CHANGELOG.MD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
- TMS-1204: Add expand-icon for image gallery item if it is expandable
1011
- TMS-1203: Style changes:
1112
- Change text color to black
1213
- Change text links to be underlined by default

assets/icons/expand.svg

Lines changed: 17 additions & 0 deletions
Loading

assets/icons/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ import './drawing.svg';
2020
import './droplet.svg';
2121
import './email.svg';
2222
import './euro.svg';
23+
import './expand.svg';
2324
import './external.svg';
2425
import './facebook.svg';
2526
import './file.svg';

assets/styles/blocks/custom/_image-gallery.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@
1616
height: 100% !important;
1717
object-fit: cover;
1818
}
19+
20+
.icon-container {
21+
display: flex;
22+
justify-content: center;
23+
align-items: center;
24+
height: 2rem;
25+
width: 2rem;
26+
}
1927
}
2028

2129
.modal {

lang/fi.mo

67 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)