certify.scss 376 B

1234567891011121314151617181920212223242526
  1. // 비밀번호 인증
  2. #accountCertify {
  3. position: relative;
  4. > dl {
  5. margin-bottom: 1.5rem;
  6. dt {
  7. font-size: 17px;
  8. margin-bottom: 10px;
  9. }
  10. dd {
  11. font-size: 13px;
  12. }
  13. }
  14. form {
  15. max-width: 420px;
  16. margin: 0 auto;
  17. table {
  18. border: none;
  19. }
  20. }
  21. }