@import './common/var.scss';

.eye-nav-bar {
  height: 46px;
  position: relative;
  user-select: none;
  text-align: center;
  line-height: 46px;
  background-color: $white;

  .eye-icon {
    color: $gray-darker;
    vertical-align: middle;
  }


  .eye-bar-title {
    margin-top: 4px;
    line-height: 22px;
    font-size: 14px;
    vertical-align: bottom;
  }
  .eye-bar-subtitle {
    line-height: 18px;
    font-size: 12px;
    color: #999999;
  }

  &__arrow {
    transform: rotate(180deg);

    + .eye-nav-bar__text {
      margin-left: -20px;
      padding-left: 25px;
    }
  }

  &--fixed {
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
  }

  &__title {
    margin: 0 auto;
    max-width: 60%;
    font-size: 17px;
    color:#222222;
  }

  &__left,
  &__home,
  &__more,
  &__right {
    bottom: 0;
    font-size: 14px;
    position: absolute;
  }

  &__left {
    left: 15px;
  }
  &__home {
    left: 45px;
  }

  &__right {
    right: 15px;
  }

  &__text {
    color: $blue;
    margin: 0 -15px;
    padding: 0 15px;
    display: inline-block;
    vertical-align: middle;

    &:active {
      background-color: $active-color;
    }
  }
}
