Add special styling for bergamot error messages

Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
Danila Fedorin 2023-12-25 18:42:29 -08:00
parent 16086e79b0
commit fa5536f504
1 changed files with 8 additions and 0 deletions

View File

@ -55,6 +55,14 @@
overflow: auto;
}
.bergamot-error {
@include bordered-block;
padding: 0.5rem;
border-color: tomato;
background-color: rgba(tomato, 0.25);
margin-top: 1rem;
}
.bergamot-selector {
button {
@include var(background-color, background-color);