Skip to content

Commit

Permalink
Refine preview label
Browse files Browse the repository at this point in the history
  • Loading branch information
timuric committed Apr 19, 2023
1 parent 0351aca commit 0f8b67e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions components/FeaturePreview/styles.module.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
.featurePreview {
font-size: calc(var(--ifm-font-size-base) * 0.8);
line-height: 1.5rem;
border-top: solid 1px var(--ifm-color-emphasis-500);
padding: 0.5rem 0.5rem 0 0.5rem;
font-size: var(--font-size-sm);
padding: var(--spacer-3) 0;
display: flex;
}

.svg {
font-weight: 600;
margin-right: 0.25rem;
}

0 comments on commit 0f8b67e

Please sign in to comment.