element-variables.scss 535 Bytes
/*@forward "~element-plus/theme-chalk/el-header.css" with {
  .el-header {
    padding: 0px;
    height: 50px;
  }
}*/
#app-footer {
  .footer-wrap {
    background-color: #ffffff;
  }
  .footer-btn {
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    vertical-align: top;
    font-size: 0px;

    .btn-img {
      display: inline-block;
      font-size: 0px;
      width: 22px;
      height: 22px;
      margin-top: 5px;
    }

    .btn-dsc {
      margin-top: 4px;
      font-size: 14px;
    }
  }
}