mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
parent
3ff7cf329d
commit
14f280f603
@ -670,3 +670,7 @@
|
|||||||
@timeline-dot-border-width: 2px;
|
@timeline-dot-border-width: 2px;
|
||||||
@timeline-dot-color: @primary-color;
|
@timeline-dot-color: @primary-color;
|
||||||
@timeline-dot-bg: @component-background;
|
@timeline-dot-bg: @component-background;
|
||||||
|
|
||||||
|
// Typography
|
||||||
|
// ---
|
||||||
|
@typography-title-font-weight: 600;
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
.typography-title(@fontSize; @lineHeight) {
|
.typography-title(@fontSize; @lineHeight) {
|
||||||
margin-bottom: 0.5em;
|
margin-bottom: 0.5em;
|
||||||
color: @heading-color;
|
color: @heading-color;
|
||||||
font-weight: 600;
|
font-weight: @typography-title-font-weight;
|
||||||
font-size: @fontSize;
|
font-size: @fontSize;
|
||||||
line-height: @lineHeight;
|
line-height: @lineHeight;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user