1
0
mirror of https://github.com/kuohuanhuan/x-markdown-css.git synced 2024-11-25 06:18:19 +00:00

BREAKING CHANGE: normalize number values

This commit is contained in:
2023-03-01 20:12:33 +08:00
parent ebac47e0d7
commit 2aa806938e
10 changed files with 21 additions and 465 deletions

View File

@ -3,9 +3,9 @@ table {
margin-bottom: 2rem;
width: 100%;
table-layout: auto;
font-size: .875rem;
font-size: .85rem;
text-align: left;
line-height: 1.7143;
line-height: 1.75;
}
thead {
font-weight: 600;
@ -14,9 +14,9 @@ thead {
border-bottom-color: var(--xm-c-thead-border);
th {
vertical-align: bottom;
padding-right: .5714rem;
padding-bottom: .5714rem;
padding-left: .5714rem;
padding-right: .575rem;
padding-bottom: .575rem;
padding-left: .575rem;
&:first-child {
padding-left: 0;
}
@ -35,7 +35,7 @@ tbody {
}
td {
vertical-align: top;
padding: .5714rem;
padding: .575rem;
&:first-child {
padding-left: 0;
}