certify.scss 402 B

123456789101112131415161718192021222324252627
  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. min-width: 250px;
  16. max-width: 420px;
  17. margin: 0 auto;
  18. table {
  19. border: none;
  20. }
  21. }
  22. }