breaking(ui-shell): remove GlobalHeader, SideNav folders (#1223)

* breaking(ui-shell): remove GlobalHeader/SideNav folders

* Run "yarn build:docs"
This commit is contained in:
metonym 2022-04-02 11:46:55 -07:00 committed by GitHub
commit 62735d6275
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
34 changed files with 56 additions and 56 deletions

View file

@ -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>