@import (reference) '../../style/common.less';

.umui-guide-banner {
  background-color: @component-background;
  height: 294px;
  padding-left: 60px;
  border: 4px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: @border-radius-base;
  line-height: 1.5;

  h1 {
    padding-top: 0;
    margin-bottom: 8px;
    font-size: 28px;
    font-style: normal;
  }

  &-desc {
    max-width: 490px;
    color: @text-color-secondary;
    font-size: 14px;
    text-align: justify;
  }

  &-hint {
    color: @text-color-info;
    font-size: 12px;
    i {
      color: @primary-color;
    }
  }

  .@{ant-prefix}-btn-primary,
  .@{ant-prefix}-btn-primary:hover {
    background: @warning-color;
    border-color: @warning-color;
  }

  &-bg {
    position: absolute;
    right: 0;
    top: 0;
    height: 294px;
  }
}
