leave.css 387 B

123456789101112131415161718192021222324
  1. #accountLeave {
  2. position: relative;
  3. }
  4. #accountLeave > dl {
  5. margin-bottom: 1.5rem;
  6. }
  7. #accountLeave > dl dt {
  8. font-size: 17px;
  9. margin-bottom: 10px;
  10. }
  11. #accountLeave > dl dd {
  12. font-size: 13px;
  13. }
  14. #accountLeave form {
  15. min-width: 350px;
  16. max-width: 550px;
  17. margin: 0 auto;
  18. }
  19. #accountLeave form table {
  20. border: none;
  21. }
  22. #accountLeave form table tbody tr td {
  23. text-align: left;
  24. }