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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. .admin {
  2. padding-top: 15px;
  3. .table.segment {
  4. padding: 0;
  5. font-size: 13px;
  6. &:not(.striped) {
  7. padding-top: 5px;
  8. thead {
  9. th:last-child {
  10. padding-right: 5px !important;
  11. }
  12. }
  13. }
  14. th {
  15. padding-top: 5px;
  16. padding-bottom: 5px;
  17. }
  18. &:not(.select) {
  19. th,
  20. td {
  21. &:first-of-type {
  22. padding-left: 15px !important;
  23. }
  24. }
  25. }
  26. form tbody button[type='submit'] {
  27. padding: 5px 8px;
  28. }
  29. }
  30. .ui.header,
  31. .ui.segment {
  32. box-shadow: 0 1px 2px 0 rgba(34, 36, 38, .15);
  33. }
  34. &.user {
  35. .email {
  36. max-width: 200px;
  37. }
  38. }
  39. dl.admin-dl-horizontal {
  40. padding: 20px;
  41. margin: 0;
  42. dd {
  43. margin-left: 275px;
  44. }
  45. dt {
  46. font-weight: bolder;
  47. float: left;
  48. width: 285px;
  49. clear: left;
  50. overflow: hidden;
  51. text-overflow: ellipsis;
  52. white-space: nowrap;
  53. }
  54. }
  55. &.config {
  56. #test-mail-btn {
  57. margin-left: 5px;
  58. }
  59. }
  60. code,
  61. pre {
  62. white-space: pre-wrap;
  63. word-wrap: break-word;
  64. }
  65. #notice-table {
  66. .notice-description {
  67. @media only screen and (max-width: 767px) {
  68. max-width: 80vw;
  69. }
  70. @media only screen and (max-width: 991px) and (min-width: 768px) {
  71. max-width: 360px;
  72. }
  73. @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  74. max-width: 510px;
  75. }
  76. @media only screen and (min-width: 1200px) {
  77. max-width: 640px;
  78. }
  79. }
  80. }
  81. }