Skip to content

Commit d75919a

Browse files
authored
CHEMH_297 CHEMH-296: fixups for v5.5.0 (#104)
1 parent 6287a91 commit d75919a

File tree

3 files changed

+28
-7
lines changed

3 files changed

+28
-7
lines changed

dist/css/chem_h_subtheme.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.

src/scss/components/local-footer/_local-footer.scss

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,26 @@
237237
font-size: 2.0rem;
238238
font-weight: $su-font-semi-bold;
239239
}
240+
241+
.su-button {
242+
&.ext {
243+
&.su-link--external {
244+
color: $su-color-black;
245+
font-weight: 600;
246+
text-decoration: none;
247+
248+
&:hover,
249+
&:focus,
250+
&:active {
251+
color: $su-color-white;
252+
253+
&:after {
254+
background-color: $su-color-white;
255+
}
256+
}
257+
}
258+
}
259+
}
240260
}
241261

242262
nav[aria-label^='footer'] {

src/scss/components/news-vertical-teaser/_news-vertical-teaser.scss

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
.su-media__wrapper {
5151
margin-bottom: 0;
5252
}
53-
53+
5454
.su-card__contents {
5555
.news-vertical-teaser__topics {
5656
padding-bottom: 1.7rem;
@@ -77,20 +77,20 @@
7777

7878
.su-card__link {
7979
@include type_d;
80-
80+
8181
color: $su-color-black;
8282
text-decoration: none;
8383
font-weight: 600;
8484
margin-left: 0;
8585
margin-right: 0;
8686
margin-bottom: 1rem;
87-
87+
8888
&:hover,
8989
&:focus {
9090
color: $chemh-color-digital-blue;
9191
text-decoration: underline;
9292
}
93-
93+
9494
&:active {
9595
color: $su-color-black;
9696
text-decoration: underline;
@@ -163,6 +163,7 @@
163163

164164
a {
165165
position: absolute;
166+
font-size: 1.95rem;
166167
right: 0;
167168
bottom: 0;
168169
padding: 1.3rem;
@@ -175,7 +176,7 @@
175176
&:focus,
176177
&:active {
177178
background-color: $chemh-color-red;
178-
179+
179180
.su-link--icon,
180181
.su-link--icon--external {
181182
border-bottom: 2px solid white;
@@ -204,7 +205,7 @@
204205
margin-bottom: 4.5rem;
205206
}
206207
}
207-
208+
208209
.su-news-vertical-teaser {
209210
margin-bottom: 0;
210211
}

0 commit comments

Comments
 (0)