mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-26 01:05:38 +00:00
14 lines
215 B
CSS
14 lines
215 B
CSS
.buttonGroup {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
margin: 1rem 0;
|
|
}
|
|
|
|
.resultDisplay {
|
|
margin: 1em 0;
|
|
}
|
|
|
|
.withError {
|
|
border: 0.2rem solid var(--text-error);
|
|
border-radius: var(--border-radius-small);
|
|
}
|