_registration.sass 526 B

1234567891011121314151617181920212223242526
  1. // *************************************
  2. //
  3. // Registration
  4. // -> Sign-in and Sign-up Styles
  5. //
  6. // *************************************
  7. .registration
  8. @extend %card
  9. @extend %card--center
  10. text-align: center
  11. .form-input
  12. margin-bottom: $b-space-s
  13. .btn
  14. font-size: $b-fontSize-l
  15. margin-bottom: $b-space-s
  16. padding: $btn-space
  17. width: 100%
  18. h2
  19. border-bottom: 1px solid #d3d3d3
  20. margin-bottom: $b-space-s
  21. padding-bottom: $b-space-s
  22. color: $c-highlight
  23. text-transform: uppercase