Set next earnings text to white and add top spacing-large
This commit is contained in:
@@ -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>
|
<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>
|
</footer>
|
||||||
</article>
|
</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
|
Nächste Quartalszahlen: nicht bekannt
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -2133,6 +2133,11 @@ section + section {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sg-vsf-drawer-next-earnings {
|
||||||
|
margin-top: var(--spacing-large);
|
||||||
|
color: var(--text-vsf-drawer-object-card-body);
|
||||||
|
}
|
||||||
|
|
||||||
/* ========================================================= */
|
/* ========================================================= */
|
||||||
/* Patterns: Text Layouts */
|
/* Patterns: Text Layouts */
|
||||||
/* ========================================================= */
|
/* ========================================================= */
|
||||||
|
|||||||
Reference in New Issue
Block a user