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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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. }
  27. .ui.header,
  28. .ui.segment {
  29. box-shadow: 0 1px 2px 0 rgba(34, 36, 38, .15);
  30. }
  31. &.user {
  32. .email {
  33. max-width: 200px;
  34. }
  35. }
  36. dl.admin-dl-horizontal {
  37. padding: 20px;
  38. margin: 0;
  39. dd {
  40. margin-left: 275px;
  41. }
  42. dt {
  43. font-weight: bolder;
  44. float: left;
  45. width: 285px;
  46. clear: left;
  47. overflow: hidden;
  48. text-overflow: ellipsis;
  49. white-space: nowrap;
  50. }
  51. }
  52. &.config {
  53. #test-mail-btn {
  54. margin-left: 5px;
  55. }
  56. }
  57. code,
  58. pre {
  59. white-space: pre-wrap;
  60. word-wrap: break-word;
  61. }
  62. }