fix: make font-weight consistent in mdx components

This commit is contained in:
Hossein Mehrabi
2023-07-17 16:50:18 +03:30
parent c80a09b782
commit b043a9b817
5 changed files with 16 additions and 1 deletions
@@ -32,6 +32,7 @@
.mdx-cta-button {
.lsd-button--large {
@include lsd.typography('label2');
font-weight: 100 !important;
padding: 5px 11px;
}
}
@@ -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;
}
}
@@ -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 {