Set next earnings text to white and add top spacing-large

This commit is contained in:
2026-05-21 16:05:36 +02:00
parent 8177eae1af
commit 1b97bd1e32
2 changed files with 6 additions and 1 deletions
@@ -57,7 +57,7 @@
<button id="vsf-business-model-toggle" class="sg-interaction-element sg-button" type="button" aria-controls="vsf-business-model-text" aria-expanded="false">Geschäftsmodell anzeigen</button>
</footer>
</article>
<p class="sg-strong sg-text-layout-pattern__sample sg-text-layout-pattern__sample--full-width" data-pattern-part="text-block-full-width">
<p class="sg-strong sg-text-layout-pattern__sample sg-text-layout-pattern__sample--full-width sg-vsf-drawer-next-earnings" data-pattern-part="text-block-full-width">
Nächste Quartalszahlen: nicht bekannt
</p>
+5
View File
@@ -2133,6 +2133,11 @@ section + section {
margin: 0;
}
.sg-vsf-drawer-next-earnings {
margin-top: var(--spacing-large);
color: var(--text-vsf-drawer-object-card-body);
}
/* ========================================================= */
/* Patterns: Text Layouts */
/* ========================================================= */