mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
docs(expandable-tile): add "With interactive content" example (#1465)
* style(docs): apply `code-01` styles to component api type, default value * docs(expandable-tile): add "With interactive content" example (#1464) * docs(overflow-menu): do not open flipped example by default
This commit is contained in:
parent
94ea06bfbc
commit
6ec48312ff
5 changed files with 40 additions and 17 deletions
|
@ -177,6 +177,13 @@ html[theme="g90"] .code-override {
|
|||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.code-01 {
|
||||
font-size: var(--cds-code-01-font-size);
|
||||
font-weight: var(--cds-code-01-font-weight);
|
||||
letter-spacing: var(--cds-code-01-letter-spacing);
|
||||
line-height: var(--cds-code-01-line-height);
|
||||
}
|
||||
|
||||
.body-short-01 {
|
||||
font-size: var(--cds-body-short-01-font-size);
|
||||
font-weight: var(--cds-body-short-01-font-weight);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue