mirror of
https://github.com/vector-im/element-call.git
synced 2026-01-24 02:45:55 +00:00
22 lines
334 B
CSS
22 lines
334 B
CSS
.error {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
gap: var(--cpd-space-2x);
|
|
max-inline-size: 480px;
|
|
}
|
|
|
|
.icon {
|
|
margin-block-end: var(--cpd-space-4x);
|
|
}
|
|
|
|
.error > h1 {
|
|
margin: 0;
|
|
}
|
|
|
|
.error > p {
|
|
font: var(--cpd-font-body-lg-regular);
|
|
color: var(--cpd-color-text-secondary);
|
|
text-align: center;
|
|
}
|