mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui-components.git
synced 2026-01-08 16:33:07 +00:00
24 lines
308 B
CSS
24 lines
308 B
CSS
.text--normal {
|
|
color: var(--codex-color);
|
|
}
|
|
|
|
.text--primary {
|
|
color: var(--codex-color-primary);
|
|
}
|
|
|
|
.text--light {
|
|
color: var(--codex-color-light);
|
|
}
|
|
|
|
.text--center {
|
|
text-align: center;
|
|
}
|
|
|
|
.text--error {
|
|
color: var(--codex-color-error);
|
|
}
|
|
|
|
.text--warning {
|
|
color: var(--codex-color-warning);
|
|
}
|