style.scss 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. #changePassword {
  2. padding: 0 32px 32px 32px;
  3. h1 {
  4. font-size: 22px;
  5. margin-bottom: 20px;
  6. }
  7. table {
  8. border: 1px solid #ccc;
  9. caption {
  10. text-align: left;
  11. font-size: 16px;
  12. margin-bottom: 10px;
  13. }
  14. tbody {
  15. tr {
  16. th, td {
  17. text-align: left;
  18. font-size: 14px;
  19. font-weight: normal;
  20. padding: 12px 13px;
  21. }
  22. th {
  23. background: #f9f9f9;
  24. border: 1px solid #ccc;
  25. }
  26. td {
  27. border-bottom: 1px solid #ccc;
  28. a {
  29. padding: 3px 16px;
  30. }
  31. &:nth-of-type(2) {
  32. text-align: right;
  33. }
  34. input {
  35. width: 100%;
  36. }
  37. }
  38. }
  39. }
  40. tfoot {
  41. background: #fbfbfb;
  42. tr {
  43. td {
  44. text-align: center;
  45. padding: 8px;
  46. button, a {
  47. padding: 6px 20px;
  48. }
  49. }
  50. }
  51. }
  52. }
  53. dl {
  54. background-color: #f1f1f1;
  55. border: 1px solid #ccc;
  56. line-height: 1.5;
  57. padding: 15px 16px 12px 16px;
  58. dt, dd {
  59. font-size: 14px;
  60. }
  61. dt {
  62. font-weight: bold;
  63. margin-bottom: 7px;
  64. }
  65. dd {
  66. ol {
  67. list-style: disc;
  68. padding: 0 20px;
  69. }
  70. }
  71. }
  72. blockquote {
  73. line-height: 1.9;
  74. }
  75. }