forstok-ui-lib 5.13.12 → 5.13.13
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/index.js +5 -6
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -6
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/assets/stylesheets/shares.styles.ts +5 -6
package/dist/index.mjs
CHANGED
|
@@ -1204,7 +1204,7 @@ import*as e from"react";import t,{useState as n,useEffect as r,forwardRef as i,u
|
|
|
1204
1204
|
${an} {
|
|
1205
1205
|
width: calc(100% - 19px);
|
|
1206
1206
|
min-width: 975px;
|
|
1207
|
-
border-
|
|
1207
|
+
border-bottom: 1px solid var(--ter-clr-ln);
|
|
1208
1208
|
margin: 9px 9px 9px 10px;
|
|
1209
1209
|
padding: 16px 12px 16px 19px;
|
|
1210
1210
|
display: inline-grid;
|
|
@@ -1224,25 +1224,24 @@ import*as e from"react";import t,{useState as n,useEffect as r,forwardRef as i,u
|
|
|
1224
1224
|
}
|
|
1225
1225
|
&[role=rowheader] {
|
|
1226
1226
|
padding: 18px 12px 18px 19px;
|
|
1227
|
-
border-bottom:
|
|
1227
|
+
border-bottom: 1px solid #e8e8ec;
|
|
1228
1228
|
color: var(--mt-clr);
|
|
1229
1229
|
position: relative;
|
|
1230
1230
|
cursor: pointer;
|
|
1231
1231
|
line-height: 1;
|
|
1232
|
+
font-weight: 600;
|
|
1233
|
+
font-size: .875rem;
|
|
1232
1234
|
}
|
|
1233
1235
|
&[role=row] {
|
|
1234
1236
|
margin-top: 0;
|
|
1235
1237
|
margin-bottom: 0;
|
|
1236
1238
|
}
|
|
1237
|
-
&:last-child {
|
|
1238
|
-
margin-bottom: 9px;
|
|
1239
|
-
}
|
|
1240
1239
|
&[role=row] > div[role=cellgroup] > div[role=rowgroup],
|
|
1241
1240
|
._refCollapse > div,
|
|
1242
1241
|
._refCollapseContainer > div {
|
|
1243
1242
|
padding-bottom: 1em;
|
|
1244
1243
|
&:nth-child(n+2) {
|
|
1245
|
-
border-top: 1px solid
|
|
1244
|
+
border-top: 1px solid rgba(227, 227, 227, .7);
|
|
1246
1245
|
padding-top: 16px;
|
|
1247
1246
|
}
|
|
1248
1247
|
&:last-child {
|