@use "../base/color" as cl;

.qo-drawer-shield {
  background-color: cl.$background-transparent;
  width: 100%;
  height: 100vh;
}

.qo-drawer {
  background-color: cl.$background-default;
}

.qo-drawer-md {
  width: 43.53%;
  height: 100%;
}
