@use "./variables" as *;

.#{$component-prefix}action-bar {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  height: $action-bar-height;
  white-space: nowrap;
  background: $action-bar-background;
}
