mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-17 11:11:25 +00:00
breaking(ui-shell): remove GlobalHeader, SideNav folders (#1223)
* breaking(ui-shell): remove GlobalHeader/SideNav folders * Run "yarn build:docs"
This commit is contained in:
parent
d34f571150
commit
62735d6275
34 changed files with 56 additions and 56 deletions
|
@ -1,27 +0,0 @@
|
|||
{#if $$slots.default}
|
||||
<li>
|
||||
<span>
|
||||
<slot />
|
||||
</span>
|
||||
</li>
|
||||
{/if}
|
||||
<hr class:bx--switcher__item--divider="{true}" />
|
||||
|
||||
<style>
|
||||
/**
|
||||
* Carbon does not support a divider with a subject.
|
||||
* We apply custom styles using the switcher subject divider
|
||||
* from https://carbondesignsystem.com/ as a reference.
|
||||
*/
|
||||
|
||||
li {
|
||||
margin: 2rem 1rem 0;
|
||||
color: #525252;
|
||||
}
|
||||
span {
|
||||
font-size: 0.75rem;
|
||||
line-height: 1.3;
|
||||
letter-spacing: 0.02rem;
|
||||
color: #c6c6c6;
|
||||
}
|
||||
</style>
|
Loading…
Add table
Add a link
Reference in a new issue