You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_admin.less 1.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. .admin {
  2. &.hooks .list {
  3. > .item {
  4. &:not(:first-child) {
  5. border-top: 1px solid var(--color-secondary);
  6. padding: 1rem;
  7. margin: 15px -1rem -1rem;
  8. }
  9. }
  10. }
  11. .table.segment {
  12. padding: 0;
  13. font-size: 13px;
  14. &:not(.striped) {
  15. thead {
  16. th:last-child {
  17. padding-right: 5px !important;
  18. }
  19. }
  20. }
  21. th {
  22. padding-top: 5px;
  23. padding-bottom: 5px;
  24. }
  25. &:not(.select) {
  26. th,
  27. td {
  28. &:first-of-type {
  29. padding-left: 15px !important;
  30. }
  31. }
  32. }
  33. form tbody button[type='submit'] {
  34. padding: 5px 8px;
  35. }
  36. }
  37. .settings .button.adopt,
  38. .settings .button.delete {
  39. margin-top: -15px;
  40. margin-bottom: -15px;
  41. .label {
  42. vertical-align: middle;
  43. }
  44. }
  45. &.user {
  46. .email {
  47. max-width: 200px;
  48. }
  49. }
  50. dl.admin-dl-horizontal {
  51. padding: 20px;
  52. margin: 0;
  53. dd {
  54. margin-left: 275px;
  55. }
  56. dt {
  57. font-weight: 600;
  58. float: left;
  59. width: 285px;
  60. clear: left;
  61. overflow: hidden;
  62. text-overflow: ellipsis;
  63. white-space: nowrap;
  64. }
  65. }
  66. &.config {
  67. #test-mail-btn {
  68. margin-left: 5px;
  69. }
  70. }
  71. code,
  72. pre {
  73. white-space: pre-wrap;
  74. word-wrap: break-word;
  75. }
  76. #notice-table {
  77. .notice-description {
  78. @media @mediaSm {
  79. max-width: 80vw;
  80. }
  81. @media @mediaMd {
  82. max-width: 360px;
  83. }
  84. @media @mediaLg {
  85. max-width: 510px;
  86. }
  87. @media @mediaXl {
  88. max-width: 640px;
  89. }
  90. }
  91. }
  92. }