@import './var.less';

:root {
  --glm-action-bar-background-color: @action-bar-background-color;
  --glm-action-bar-height: @action-bar-height;
}

.glm-action-bar {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  box-sizing: content-box;
  height: var(--glm-action-bar-height);
  background: var(--glm-action-bar-background-color);
}
