mirror of
https://github.com/Dvorinka/excalidraw-full.git
synced 2026-06-04 22:32:55 +00:00
12 lines
183 B
SCSS
12 lines
183 B
SCSS
@import "../css/variables.module.scss";
|
|
|
|
.excalidraw {
|
|
.confirm-dialog {
|
|
&-buttons {
|
|
display: flex;
|
|
column-gap: 0.5rem;
|
|
justify-content: flex-end;
|
|
}
|
|
}
|
|
}
|