mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui.git
synced 2026-01-09 08:53:07 +00:00
28 lines
339 B
CSS
28 lines
339 B
CSS
.text-contrast {
|
|
color: white;
|
|
}
|
|
|
|
.text-secondary {
|
|
mix-blend-mode: difference;
|
|
}
|
|
|
|
.text-center {
|
|
text-align: center;
|
|
}
|
|
|
|
.text--primary {
|
|
color: var(--codex-color-primary);
|
|
}
|
|
|
|
.text--error {
|
|
color: var(--codex-color-error);
|
|
}
|
|
|
|
.text--spacing {
|
|
margin-bottom: 0.75rem;
|
|
}
|
|
|
|
.text--warning {
|
|
color: var(--codex-color-warning);
|
|
}
|