|
|
|
@@ -6,6 +6,7 @@ |
|
|
|
|
|
|
|
table { |
|
|
|
width: 100%; |
|
|
|
|
|
|
|
img { |
|
|
|
width: 40px; |
|
|
|
height: auto; |
|
|
|
@@ -22,11 +23,20 @@ th.mat-sort-header-sorted { |
|
|
|
padding-top: 8px; |
|
|
|
padding-bottom: 8px; |
|
|
|
} |
|
|
|
|
|
|
|
.mat-mdc-row { |
|
|
|
&:hover { |
|
|
|
.mdc-data-table__cell { |
|
|
|
background: #fbfbfb; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.mat-elevation-z8, |
|
|
|
.mat-mdc-elevation-specific.mat-elevation-z8 { |
|
|
|
box-shadow: none; |
|
|
|
|
|
|
|
th { |
|
|
|
background: #f2f2f2 !important; |
|
|
|
border-top: 1px solid #304049; |
|
|
|
@@ -37,28 +47,35 @@ th.mat-sort-header-sorted { |
|
|
|
.mat-mdc-paginator { |
|
|
|
background: transparent !important; |
|
|
|
border-top: 1px solid #2b3a44; |
|
|
|
|
|
|
|
.mat-mdc-paginator-container { |
|
|
|
display: flex; |
|
|
|
justify-content: space-between; |
|
|
|
} |
|
|
|
|
|
|
|
.mat-mdc-paginator-page-size-label, |
|
|
|
.mat-mdc-paginator-range-label { |
|
|
|
color: #C1C1C1; |
|
|
|
} |
|
|
|
|
|
|
|
.mat-mdc-text-field-wrapper { |
|
|
|
border-radius: 0; |
|
|
|
} |
|
|
|
|
|
|
|
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline .mdc-notched-outline__leading, |
|
|
|
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline .mdc-notched-outline__notch, |
|
|
|
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline .mdc-notched-outline__trailing { |
|
|
|
border: none; |
|
|
|
} |
|
|
|
|
|
|
|
.mat-mdc-header-cell { |
|
|
|
border: none; |
|
|
|
} |
|
|
|
|
|
|
|
.mat-mdc-cell { |
|
|
|
border-bottom: 1px solid #c1c1c1; |
|
|
|
} |
|
|
|
|
|
|
|
tbody { |
|
|
|
tr:first-child { |
|
|
|
td { |
|
|
|
@@ -67,6 +84,7 @@ th.mat-sort-header-sorted { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
app-paging > .mat-mdc-paginator:first-child { |
|
|
|
border-width: 4px; |
|
|
|
} |