mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 10:51:06 +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 {
|
.preview-viewer {
|
||||||
border: 1px solid var(--bx-ui-03);
|
border: 1px solid var(--bx-border-subtle-01);
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 9999;
|
z-index: 9999;
|
||||||
|
|
|
@ -51,11 +51,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.borderRight {
|
.borderRight {
|
||||||
border-right: 1px solid var(--bx-ui-03);
|
border-right: 1px solid var(--bx-border-subtle-01);
|
||||||
}
|
}
|
||||||
|
|
||||||
.borderBottom {
|
.borderBottom {
|
||||||
border-bottom: 1px solid var(--bx-ui-03);
|
border-bottom: 1px solid var(--bx-border-subtle-01);
|
||||||
}
|
}
|
||||||
|
|
||||||
.card {
|
.card {
|
||||||
|
@ -84,7 +84,7 @@
|
||||||
.card-wrapper,
|
.card-wrapper,
|
||||||
.borderRight {
|
.borderRight {
|
||||||
border-right: 0;
|
border-right: 0;
|
||||||
border-bottom: 1px solid var(--bx-ui-03);
|
border-bottom: 1px solid var(--bx-border-subtle-01);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -177,7 +177,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
margin-bottom: var(--bx-spacing-06);
|
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) {
|
:global(.toc h5) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue