@import '../variable.less';

.bixi-banner {
  display: flex;
  min-height: 32px;
  background: @bixi-banner-background;

  &-bordered {
    border: 1px solid rgba(62, 70, 98, 0.1);
  }

  .bixi-banner-icon {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    padding: 8px;

    &-inner {
      width: 74px;
      height: 74px;
      padding: 16 0;
      color: fade(@bixi-banner-title-color, 80);
      line-height: 74px;
      text-align: center;
    }

    img {
      width: 100%;
      height: 100%;
    }
  }

  .bixi-banner-text {
    display: flex;
    flex: 1;
    flex-shrink: 0;
    align-items: center;
    padding: 16px 16px 16px 0;
  }

  .bixi-banner-title {
    margin-bottom: 4px;
    color: @bixi-banner-title-color;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
  }

  .bixi-banner-description {
    color: @bixi-banner-description-color;
    font-size: 12px;
  }

  .bixi-banner-link {
    margin: 0 8px;

    svg {
      width: 12px;
      height: 12px;
      margin-left: 4px;
      color: @bixi-primary-color;
      vertical-align: initial;
    }
  }
}
