From f9a72831d25b38dea2a381993cf9c3c30ed7920a Mon Sep 17 00:00:00 2001 From: zhongjin Date: Sat, 20 May 2023 22:28:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'=E5=BC=80=E5=8F=91?= =?UTF-8?q?=E8=B0=83=E6=95=B4.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 开发调整.md | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/开发调整.md b/开发调整.md index a771689..94afde0 100644 --- a/开发调整.md +++ b/开发调整.md @@ -13,7 +13,32 @@ lib/assets/javascripts/new-dashboard/styles/hangar/_buttons.scss lib/assets/javascripts/new-dashboard/styles/components/_buttons.scss -.CDB-Size-medium -assets/stylesheets/common/map-card.scss + +## https://git.kongjian.xin:8443/cartodb4/CartoAssets + +CartoAssets/src/scss/cdb-components/_typography.scss + +.CDB-Size-huge { + font-size: $sFontSize-huge; + line-height: $sLineHeight-huge; +} + +.CDB-Size-large { + font-size: $sFontSize-large; + line-height: $sLineHeight-large; +} + +.CDB-Size-medium { + font-size: $sFontSize-medium; + line-height: $sLineHeight-medium; +} + +.CDB-Size-small { + font-size: $sFontSize-small; + line-height: $sLineHeight-small; + +} + +### src/scss/cdb-variables/_sizes.scss