@import "mixins/mixins";
@import "common/var";
@import "bio-scss/variables";

@include b(bio-notice) {
  background-color: #fffbe8;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  color: #ed6a0c;
  font-size: 14px;
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
  box-sizing: border-box;

  .bio-font {
    width: 26px;
    font-weight: bold;
  }

  .bio-notice__wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .bio-notice__content {
    position: absolute;
    transition-timing-function: linear;
    white-space: nowrap;
  }
}
