File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 289
289
290
290
.doc table .tableblock th ,
291
291
.doc table .tableblock td {
292
- padding : var (--ds-space-1h ) var (--ds-space-2 );
292
+ padding : calc ( 13 / var (--rem-base ) * 1 rem ) var (--ds-space-2 );
293
293
}
294
294
295
295
.doc table .tableblock ,
311
311
312
312
.doc table .grid-all > thead th ,
313
313
.doc table .grid-rows > thead th {
314
- border-bottom-width : 2.5px ;
314
+ border-bottom-width : var (--ds-space-q );
315
+ border-color : var (--ds-primary-outlined-border );
316
+ font-size : calc (13 / var (--rem-base ) * 1rem );
317
+ color : var (--ds-text-tertiary );
318
+ letter-spacing : 0.65px ;
315
319
}
316
320
317
321
.doc table .frame-all {
329
333
.doc table .frame-none > colgroup + * > : first-child > * ,
330
334
.doc table .frame-sides > colgroup + * > : first-child > * {
331
335
border-top-width : 0 ;
336
+ font-size : calc (13 / var (--rem-base ) * 1rem );
337
+ color : var (--ds-text-tertiary );
338
+ letter-spacing : 0.65px ;
332
339
}
333
340
334
341
/* NOTE let the grid win in case of frame-none */
681
688
.doc .tableblock caption {
682
689
text-align : left;
683
690
margin-bottom : var (--ds-space-3 );
691
+ font-style : normal;
692
+ letter-spacing : 0 ;
693
+ padding-bottom : 0 ;
684
694
}
685
695
686
696
.doc .ulist .title ,
You can’t perform that action at this time.
0 commit comments