選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

67 行
1.3 KiB

  1. table {
  2. width: 100%;
  3. img {
  4. width: 40px;
  5. height: auto;
  6. }
  7. }
  8. th.mat-sort-header-sorted {
  9. color: black;
  10. }
  11. .mat-mdc-table {
  12. .mdc-data-table__cell,
  13. .mdc-data-table__header-cell {
  14. padding-top: 8px;
  15. padding-bottom: 8px;
  16. }
  17. }
  18. .mat-elevation-z8,
  19. .mat-mdc-elevation-specific.mat-elevation-z8 {
  20. box-shadow: none;
  21. th {
  22. background: #f2f2f2 !important;
  23. border-top: 1px solid #304049;
  24. font-weight: 600;
  25. }
  26. }
  27. .mat-mdc-paginator {
  28. background: transparent !important;
  29. border-top: 1px solid #2b3a44;
  30. .mat-mdc-paginator-container {
  31. display: flex;
  32. justify-content: space-between;
  33. }
  34. .mat-mdc-paginator-page-size-label,
  35. .mat-mdc-paginator-range-label {
  36. color: #C1C1C1;
  37. }
  38. .mat-mdc-text-field-wrapper {
  39. border-radius: 0;
  40. }
  41. .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline .mdc-notched-outline__leading,
  42. .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline .mdc-notched-outline__notch,
  43. .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline .mdc-notched-outline__trailing {
  44. border: none;
  45. }
  46. .mat-mdc-header-cell {
  47. border: none;
  48. }
  49. .mat-mdc-cell {
  50. border-bottom: 1px solid #c1c1c1;
  51. }
  52. tbody {
  53. tr:first-child {
  54. td {
  55. }
  56. }
  57. }
  58. }
  59. app-paging > .mat-mdc-paginator:first-child {
  60. border-width: 4px;
  61. }