@include export-module('co-stock-statusbar-layout') {
  .status-bar {
    display: flex;
    height: 10px;
    width: 36px;
  }

  .status-bar-block {
    flex: 1;
    margin-right: 2px;
  }

  .red {
    background-color: #e31919;
  }

  .orange {
    background-color: orange;
  }

  .green {
    background-color: green;
  }
}
