CoolFace
Apppublic

Biomimicry-AI/Nexus

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes
auth.module.scss37 linesDownload Raw Back to components
1.auth-page {2  display: flex;3  justify-content: center;4  align-items: center;5  height: 100%;6  width: 100%;7  flex-direction: column;8 9  .auth-logo {10    transform: scale(1.4);11  }12 13  .auth-title {14    font-size: 24px;15    font-weight: bold;16    line-height: 2;17  }18 19  .auth-tips {20    font-size: 14px;21  }22 23  .auth-input {24    margin: 3vh 0;25  }26 27  .auth-actions {28    display: flex;29    justify-content: center;30    flex-direction: column;31 32    button:not(:last-child) {33      margin-bottom: 10px;34    }35  }36}37