@import '../../app.less';


.continue {
  width: 100%;
  box-shadow: 0 4px 14px 0 rgba(189, 199, 215, 0.25);
  background-color: #fefefe;
  text-align: center;

  .body {
    margin: 0 auto;
    width: @content_width;
    height: 80px;
    position: relative;
  }

  .left {
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    padding-top: 19px;
  }

  .center {
    padding-top: 14px;

    .text {
      margin-bottom: 7px;
    }

    .list {
      .button {
        width: 88px;
        margin: 0 6px;
        padding: 3px 0;
        color: @theme_color;

        .assets {
          transform: translateY(-1.5px);
          margin-right: 2px;
        }
      }

      .button:hover {
        color: @theme_color_hover;
      }
    }
  }

  .right {
    position: absolute;
    right: 12px;
    top: 24px;
    cursor: pointer;
  }
}