UserForm.less 247 B

123456789101112131415161718192021
  1. .site-form-item-icon {
  2. color: rgba(0, 0, 0, .25)
  3. }
  4. #item-icon {
  5. color: rgba(0, 0, 0, .25)
  6. }
  7. .logged-div{
  8. text-align: center;
  9. }
  10. .logged-logo{
  11. font-size: 20vh;
  12. margin-bottom: 5vh;
  13. }
  14. .enter-button{
  15. width: 100%;
  16. margin-bottom: 5vh;
  17. }