12 lines
180 B
SCSS
12 lines
180 B
SCSS
@use "../css/variables.module" as *;
|
|
|
|
.excalidraw {
|
|
.confirm-dialog {
|
|
&-buttons {
|
|
display: flex;
|
|
column-gap: 0.5rem;
|
|
justify-content: flex-end;
|
|
}
|
|
}
|
|
}
|