mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui-components.git
synced 2026-01-29 02:33:11 +00:00
29 lines
516 B
CSS
29 lines
516 B
CSS
.failure-code {
|
|
font-size: var(--codex-code-font-size, 6rem);
|
|
line-height: 1;
|
|
color: var(--codex-text-contrast);
|
|
font-family: var(--codex-font-family);
|
|
margin: 0;
|
|
}
|
|
|
|
.failure {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
flex: 1;
|
|
}
|
|
|
|
.failure-title {
|
|
font-size: 1.875rem;
|
|
line-height: 2.25rem;
|
|
font-weight: 600;
|
|
margin: 0.75rem 0;
|
|
color: var(--codex-text-contrast);
|
|
}
|
|
|
|
.failure-message {
|
|
margin-bottom: 0.75rem;
|
|
mix-blend-mode: difference;
|
|
}
|