@import "~@dewesoft-web/ui/common/mixins";

.spacer {
  padding: 0 !important;
  width: 10px;
  background: #d5d5d5;
  border: none !important;
  
  @include noselect();

  &.hidden {
//    width: 1px;
    display: none;
  }
}