更新 'lib/assets/javascripts/new-dashboard/styles/base/_typography.scss'

This commit is contained in:
zhongjin 2023-05-20 22:07:44 +08:00
parent ebc1cf9340
commit 55c4bf7323

View File

@ -28,17 +28,17 @@
} }
.is-caption { .is-caption {
font-size: 12px; font-size: 16px;
line-height: 24px; line-height: 24px;
} }
.is-small { .is-small {
font-size: 12px; font-size: 14px;
line-height: 16px; line-height: 16px;
} }
.is-xsmall { .is-xsmall {
font-size: 10px; font-size: 12px;
line-height: 14px; line-height: 14px;
} }