@use "../../../style/theme/util" as *;

.pusher-container {
  width: 100%;
  height: 100%;
  position: relative;
  @include theme() {
    background-color: get(white-6);
  }
}
