@require "../stylus/index";

.container {
  color: white;
  width: 100%;
  height: 50;
  background: -red-50;
  gap-x: 16;
}

.box {
  min-width: 64;
  background: -red-500;
}

oui-preset-layout();
oui-preset-layout-attrs2();
