@onemrvapublic/design-system-theme 19.1.1-develop.2 → 19.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,6 +8,18 @@
8
8
  @include mat.table-theme($theme);
9
9
 
10
10
  .mat-mdc-table {
11
+ &:not(.mat-card-table) {
12
+ tbody {
13
+ tr {
14
+ &:nth-child(odd) {
15
+ background-color: µ.primary($theme, 50);
16
+ a {
17
+ color: µ.primary($theme, 700);
18
+ }
19
+ }
20
+ }
21
+ }
22
+ }
11
23
  tr.onemrva-notice-row {
12
24
  background: µ.grayscale($theme, 50);
13
25
  font-size: 14px;
@@ -126,16 +138,5 @@
126
138
  }
127
139
  }
128
140
  }
129
-
130
- tbody {
131
- tr {
132
- &:nth-child(odd) {
133
- background-color: µ.primary($theme, 50);
134
- a {
135
- color: µ.primary($theme, 700);
136
- }
137
- }
138
- }
139
- }
140
141
  }
141
142
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onemrvapublic/design-system-theme",
3
- "version": "v19.1.1-develop.2",
3
+ "version": "v19.1.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },