cartodb/开发调整.md

45 lines
767 B
Markdown
Raw Normal View History

2023-05-20 19:38:22 +08:00
## 字体样式
lib/assets/javascripts/new-dashboard/styles/base/_typography.scss
2023-05-20 22:18:40 +08:00
.is-medium
2023-05-20 19:38:22 +08:00
.is-caption
.is-small
12px-16px
lib/assets/javascripts/new-dashboard/styles/hangar/_buttons.scss
lib/assets/javascripts/new-dashboard/styles/components/_buttons.scss
2023-05-20 22:28:02 +08:00
## 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
2023-05-20 19:38:22 +08:00