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.7KB

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