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

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