@egovernments/digit-ui-health-css 0.2.129 → 0.2.130
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.
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
.health-dss-inbox-table {
|
|
2
2
|
.rdt_TableBody {
|
|
3
3
|
border: none !important;
|
|
4
|
+
border-bottom: 0.063rem solid theme(digitv2.lightTheme.divider) !important;
|
|
4
5
|
}
|
|
5
6
|
}
|
|
6
7
|
|
|
@@ -780,13 +781,13 @@
|
|
|
780
781
|
}
|
|
781
782
|
}
|
|
782
783
|
|
|
783
|
-
.digit-dss-options-header-options-button-wrapper{
|
|
784
|
-
.header-dropdown-container{
|
|
785
|
-
|
|
786
|
-
|
|
784
|
+
.digit-dss-options-header-options-button-wrapper {
|
|
785
|
+
.header-dropdown-container {
|
|
786
|
+
.header-dropdown-menu {
|
|
787
|
+
left: -100px !important;
|
|
788
|
+
}
|
|
787
789
|
}
|
|
788
790
|
}
|
|
789
|
-
}
|
|
790
791
|
|
|
791
792
|
.table-column-header {
|
|
792
793
|
white-space: nowrap;
|
|
@@ -70,6 +70,7 @@
|
|
|
70
70
|
border-bottom-left-radius: 0.5rem;
|
|
71
71
|
display: flex;
|
|
72
72
|
justify-content: space-between;
|
|
73
|
+
align-items: center;
|
|
73
74
|
|
|
74
75
|
|
|
75
76
|
.digit-results-card-buttons-internal {
|
|
@@ -95,7 +96,7 @@
|
|
|
95
96
|
.digit-viewcard-field-pair {
|
|
96
97
|
&.digit-results-status-card-field-pair {
|
|
97
98
|
align-items: center;
|
|
98
|
-
gap:
|
|
99
|
+
gap: 4rem;
|
|
99
100
|
flex-direction: unset;
|
|
100
101
|
.digit-viewcard-label {
|
|
101
102
|
color: theme(digitv2.lightTheme.primary-2);
|