passwords.scss 686 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. // 비밀번호 변경, 정기적 변경
  2. #accountPassword,
  3. #accountPasswordCampaign {
  4. position: relative;
  5. > dl {
  6. margin-bottom: 1.5rem;
  7. dt {
  8. font-size: 15px;
  9. margin-bottom: 10px;
  10. }
  11. dd {
  12. font-size: 13px;
  13. }
  14. }
  15. form {
  16. max-width: 450px;
  17. margin: 0 auto;
  18. table {
  19. border: none;
  20. tbody {
  21. tr {
  22. td {
  23. text-align: left;
  24. hr {
  25. margin: 0.3rem 0;
  26. }
  27. }
  28. }
  29. }
  30. }
  31. }
  32. }