mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-25 16:55:39 +00:00
16 lines
310 B
CSS
16 lines
310 B
CSS
.errorDisplay {
|
|
background-color: var(--red-3);
|
|
color: var(--text-accent-bg-0);
|
|
padding: 0.75em 1.25em;
|
|
border-radius: var(--ifm-global-radius);
|
|
box-shadow: var(--ifm-global-shadow-lw);
|
|
margin: 1em 0;
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 0.75em;
|
|
}
|
|
|
|
.title {
|
|
display: block;
|
|
line-height: 1;
|
|
}
|