## 字体样式 ``` lib/assets/javascripts/new-dashboard/styles/base/_typography.scss .is-medium .is-caption .is-small 12px-16px lib/assets/javascripts/new-dashboard/styles/hangar/_buttons.scss lib/assets/javascripts/new-dashboard/styles/components/_buttons.scss ``` ## 小部件样式 lib/assets/javascripts/deep-insights/util/error-enhancer.js lib/assets/javascripts/deep-insights/widgets/category/title/search-title-template.tpl ## CartoAssets 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