@include export-module('co-statusbar-theme') {
  .co-statusbar-wrapper {
    .statusses {
      background-color: $statusbar-background-color;
    }
  }
  .co-statusbar-popup-wrapper {
    background-color: $statusbar-background-color;
    border-color: $statusbar-popup-border-color;
    box-shadow: $statusbar-popup-border-box-shadow;
  }
}

