更新 '开发调整.md'
This commit is contained in:
parent
141bebc03d
commit
f9a72831d2
29
开发调整.md
29
开发调整.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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user