aboutsummaryrefslogtreecommitdiffstats
path: root/packages/excalidraw/components/footer/FooterCenter.scss
blob: ce656592271d9e1c3142a4fc189fbb8a15311fa7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
.footer-center {
  pointer-events: none;
  & > * {
    pointer-events: var(--ui-pointerEvents);
  }

  display: flex;
  width: 100%;
  justify-content: flex-start;
  margin-inline-end: 0.6rem;
}