Skip to content

Commit beb2b0d

Browse files
docs(MigrationGuide): format headings (#6098)
Co-authored-by: Marcus Notheis <[email protected]>
1 parent 07facf3 commit beb2b0d

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

docs/MigrationGuide.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
h1#migration-guide-v1-to-v2 ~ h2 {
2+
margin-block-start: 5rem;
3+
}
4+
5+
h1#migration-guide-v1-to-v2 ~ h3 {
6+
border-start-start-radius: 3px;
7+
border-end-start-radius: 3px;
8+
padding-inline-start: 0.25rem;
9+
background: linear-gradient(to right, var(--sapInformationColor) -500%, transparent 100%);
10+
}
11+
12+
h1#migration-guide-v1-to-v2 ~ h3:dir(rtl) {
13+
background: linear-gradient(to left, var(--sapInformationColor) -500%, transparent 100%);
14+
}

docs/MigrationGuide.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { Footer, TableOfContent } from '@sb/components';
22
import { Meta } from '@storybook/blocks';
3+
import './MigrationGuide.css';
34

45
<Meta title="Migration Guide" />
56

0 commit comments

Comments
 (0)