mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 02:41:05 +00:00
docs(style): use correct border style
This commit is contained in:
parent
180f33b907
commit
55d1334224
3 changed files with 5 additions and 5 deletions
|
@ -58,7 +58,7 @@
|
|||
}
|
||||
|
||||
.preview-viewer {
|
||||
border: 1px solid var(--bx-ui-03);
|
||||
border: 1px solid var(--bx-border-subtle-01);
|
||||
border-bottom: 0;
|
||||
position: relative;
|
||||
z-index: 9999;
|
||||
|
|
|
@ -51,11 +51,11 @@
|
|||
}
|
||||
|
||||
.borderRight {
|
||||
border-right: 1px solid var(--bx-ui-03);
|
||||
border-right: 1px solid var(--bx-border-subtle-01);
|
||||
}
|
||||
|
||||
.borderBottom {
|
||||
border-bottom: 1px solid var(--bx-ui-03);
|
||||
border-bottom: 1px solid var(--bx-border-subtle-01);
|
||||
}
|
||||
|
||||
.card {
|
||||
|
@ -84,7 +84,7 @@
|
|||
.card-wrapper,
|
||||
.borderRight {
|
||||
border-right: 0;
|
||||
border-bottom: 1px solid var(--bx-ui-03);
|
||||
border-bottom: 1px solid var(--bx-border-subtle-01);
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -177,7 +177,7 @@
|
|||
display: flex;
|
||||
justify-content: space-between;
|
||||
margin-bottom: var(--bx-spacing-06);
|
||||
border-bottom: 1px solid var(--bx-ui-03);
|
||||
border-bottom: 1px solid var(--bx-border-subtle-01);
|
||||
}
|
||||
|
||||
:global(.toc h5) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue