@policystudio/policy-studio-ui-vue 1.0.88 → 1.0.89
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/dist/css/psui_styles.css
CHANGED
|
@@ -18538,7 +18538,7 @@ html {
|
|
|
18538
18538
|
.psui-el-table-results {
|
|
18539
18539
|
position: relative;
|
|
18540
18540
|
vertical-align: top;
|
|
18541
|
-
width:
|
|
18541
|
+
width: 100%;
|
|
18542
18542
|
max-width: 100%;
|
|
18543
18543
|
font-size: 16px;
|
|
18544
18544
|
line-height: 130%;
|
|
@@ -18579,7 +18579,7 @@ html {
|
|
|
18579
18579
|
}
|
|
18580
18580
|
|
|
18581
18581
|
.psui-el-table-results thead tr th {
|
|
18582
|
-
padding-left: 1.
|
|
18582
|
+
padding-left: 1.5rem;
|
|
18583
18583
|
--text-opacity: 1;
|
|
18584
18584
|
color: #798490;
|
|
18585
18585
|
color: rgba(121, 132, 144, var(--text-opacity));
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
}
|
|
5
5
|
|
|
6
6
|
.psui-el-table-results {
|
|
7
|
-
@apply psui-relative psui-align-top psui-w-
|
|
7
|
+
@apply psui-relative psui-align-top psui-w-full psui-max-w-full psui-text-p;
|
|
8
8
|
|
|
9
9
|
tr {
|
|
10
10
|
th, td {
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
th {
|
|
32
|
-
@apply psui-pl-
|
|
32
|
+
@apply psui-pl-6 psui-text-gray-50 psui-text-right psui-w-auto psui-align-top;
|
|
33
33
|
padding-top: 13px;
|
|
34
34
|
padding-bottom: 13px;
|
|
35
35
|
|