mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 03:49:34 +00:00
chore: stick to bx
instead of cds
class prefix
This commit is contained in:
parent
d99e0a1f82
commit
526c574dd2
56 changed files with 191 additions and 193 deletions
|
@ -16,9 +16,7 @@
|
|||
<div class="preview">
|
||||
{#if framed}
|
||||
<div class="framed-header">
|
||||
<div
|
||||
style="margin-left: var(--cds-spacing-05); color: var(--cds-text-02)"
|
||||
>
|
||||
<div style="margin-left: var(--bx-spacing-05); color: var(--bx-text-02)">
|
||||
Content loaded in an iframe
|
||||
</div>
|
||||
<Button
|
||||
|
@ -49,7 +47,7 @@
|
|||
|
||||
<style>
|
||||
.preview {
|
||||
margin-bottom: var(--cds-layout-04);
|
||||
margin-bottom: var(--bx-layout-04);
|
||||
margin-left: -1rem;
|
||||
margin-right: -1rem;
|
||||
max-width: 66rem;
|
||||
|
@ -60,14 +58,14 @@
|
|||
}
|
||||
|
||||
.preview-viewer {
|
||||
border: 1px solid var(--cds-ui-03);
|
||||
border: 1px solid var(--bx-ui-03);
|
||||
border-bottom: 0;
|
||||
position: relative;
|
||||
z-index: 9999;
|
||||
}
|
||||
|
||||
.preview-viewer:not(.framed) {
|
||||
padding: var(--cds-spacing-06) var(--cds-spacing-05);
|
||||
padding: var(--bx-spacing-06) var(--bx-spacing-05);
|
||||
}
|
||||
|
||||
.preview-viewer.framed {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue