@use "variables" as *;
// Footer is sticky at the bottom of the stage
.gjs-pn-footer {
  bottom: 0;
  left: $projectBarWidth;
  right: var(--viewsPanelWidth);
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  height: $footerHeight;
}
