summaryrefslogtreecommitdiffstats
path: root/packages/excalidraw/components/ConfirmDialog.scss
blob: 1fa36fc41daf72743e5941b8af795df34dc9a018 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
@import "../css/variables.module.scss";

.excalidraw {
  .confirm-dialog {
    &-buttons {
      display: flex;
      column-gap: 0.5rem;
      justify-content: flex-end;
    }
  }
}