mirror of
https://github.com/wavetermdev/docusaurus-og.git
synced 2026-08-05 13:46:35 -07:00
fix: make font-weight consistent in mdx components
This commit is contained in:
+1
@@ -32,6 +32,7 @@
|
||||
.mdx-cta-button {
|
||||
.lsd-button--large {
|
||||
@include lsd.typography('label2');
|
||||
font-weight: 100 !important;
|
||||
padding: 5px 11px;
|
||||
}
|
||||
}
|
||||
|
||||
+10
@@ -153,6 +153,12 @@
|
||||
margin-top: 3rem;
|
||||
}
|
||||
|
||||
.mdx-feature-list__feature-title,
|
||||
.mdx-feature-list__feature-index,
|
||||
.mdx-feature-list__feature-description {
|
||||
font-weight: 100 !important;
|
||||
}
|
||||
|
||||
.mdx-feature-list__feature-inner {
|
||||
}
|
||||
|
||||
@@ -162,4 +168,8 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.mdx-feature-list__title {
|
||||
font-weight: 100 !important;
|
||||
}
|
||||
}
|
||||
|
||||
+3
-1
@@ -22,8 +22,10 @@
|
||||
|
||||
@include utils.responsive('lg', 'down') {
|
||||
.mdx-hero-description {
|
||||
margin-top: 12px;
|
||||
@include lsd.typography('subtitle1');
|
||||
|
||||
margin-top: 12px;
|
||||
font-weight: 100 !important;
|
||||
}
|
||||
|
||||
.mdx-hero-description--large {
|
||||
|
||||
@@ -110,6 +110,7 @@
|
||||
|
||||
h2 {
|
||||
@include lsd.typography('body1');
|
||||
font-weight: 100 !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -40,6 +40,7 @@
|
||||
|
||||
.mdx-showcase__item-name {
|
||||
@include lsd.typography('h6');
|
||||
font-weight: 100 !important;
|
||||
}
|
||||
|
||||
.mdx-showcase__item-description {
|
||||
|
||||
Reference in New Issue
Block a user