@import (reference) '../../../Style/App.less';

.BootstrapGuide {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  visibility: hidden;
  z-index: 2000;

  & > .BootstrapGuide-line {
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    position: fixed;
    top: 0;
  }

  & > .BootstrapGuide-hline {
    height: 1px;
    width: 100%;
  }

  & > .BootstrapGuide-vline {
    height: 100%;
    width: 1px;
  }

  & .BootstrapGuide-col {
    background-color: rgba(64, 64, 64, 0.25);
    border: 1px solid @brand-primary;
  }

  & .BootstrapGuide-block {
    border: 1px solid @brand-danger;
    border-width: 0 1px;
  }
}
