Skip to content

Commit 59b985d

Browse files
committed
Merge branch 'release/41.1.0'
2 parents 98e33d8 + 503aa21 commit 59b985d

File tree

4 files changed

+33
-16
lines changed

4 files changed

+33
-16
lines changed

Documentation/Technical/Changelog/Index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
| Version | Date | State | TYPO3 | Description |
1111
|------------|------------|----------|---------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
12+
| 41.1.0 | 2025-12-23 | Task | `12.4 + 13.4` | CSS update for a better campaign layout |
1213
| 41.0.0 | 2025-12-18 | Task | `12.4 + 13.4` | IP services were replaced (iplist.cc + ipapi.com with ipapi.is + ipapi.co) see for more details [IpAddresses.md](../../Privacy/IpAddresses.md) |
1314
| 40.0.1 | 2025-12-04 | Bugfix | `12.4 + 13.4` | Don't add events on a-tags with downloads if there is already an linklistener event given |
1415
| 40.0.0 !!! | 2025-11-12 | Feature | `12.4 + 13.4` | Use FluidEmail instead of MailMessage for email4link mails - use your own layout now, show also unused linklisteners in backend |

Resources/Private/Sass/_Wizard.scss

Lines changed: 30 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,28 @@
77
}
88

99
.wizard {
10-
padding: 0.2em 0em 0.2em 0.2em;
10+
display: flex;
1111
}
1212

1313
.wizard a {
14-
padding: 22px 12px 19px;
15-
position: relative;
16-
display: inline-block;
17-
text-decoration: none;
18-
min-width: 33.00%;
19-
margin-left: 3px;
20-
text-align: center;
21-
font-size: 18px;
22-
color: $white;
23-
font-weight: bold;
14+
align-items: center;
2415
background: light-dark($colorGreyBright, $colorGreyDark);
25-
text-transform: uppercase;
16+
color: $white;
2617
cursor: pointer;
18+
display: flex;
19+
flex: 1;
20+
font-size: 18px;
21+
font-weight: bold;
22+
gap: 8px;
23+
justify-content: center;
2724
margin-bottom: 20px;
25+
margin-left: 3px;
26+
min-height: 68px;
27+
padding: 19px 12px 19px;
28+
position: relative;
29+
text-align: center;
30+
text-decoration: none;
31+
text-transform: uppercase;
2832
}
2933

3034
.wizard a:hover {
@@ -113,9 +117,7 @@
113117
}
114118

115119
.lux .wizard .badge {
116-
margin: 0 5px 0 18px;
117120
position: relative;
118-
top: -1px;
119121
border-radius: 20px;
120122
font-size: 18px;
121123
background: $white;
@@ -127,6 +129,20 @@
127129
}
128130
}
129131

132+
.wizard a:not(:first-child) .badge {
133+
@media (max-width: 1000px) {
134+
transform: translateX(17px);
135+
}
136+
}
137+
138+
.lux .wizard .badge-text {
139+
display: none;
140+
141+
@media (min-width: 1000px) {
142+
display: inline-block;
143+
}
144+
}
145+
130146
.wizard a:first-child .badge {
131147
margin-left: 0;
132148
}

Resources/Public/Css/Modules.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
'description' => 'Living User Experience - LUX - the Marketing Automation tool for TYPO3.
55
Turn your visitors to leads. Identification and profiling of your visitors within your TYPO3 website.',
66
'category' => 'plugin',
7-
'version' => '41.0.0',
7+
'version' => '41.1.0',
88
'author' => 'Alex Kellner',
99
'author_email' => 'alexander.kellner@in2code.de',
1010
'author_company' => 'in2code.de',

0 commit comments

Comments
 (0)