mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
style(docs): remove UI Shell overrides
This commit is contained in:
parent
fd42cb3891
commit
fdd246a0b0
1 changed files with 0 additions and 22 deletions
|
@ -239,25 +239,3 @@ html[theme="g90"] .code-override {
|
||||||
.bx--col > p {
|
.bx--col > p {
|
||||||
margin-bottom: var(--cds-layout-02);
|
margin-bottom: var(--cds-layout-02);
|
||||||
}
|
}
|
||||||
|
|
||||||
main.bx--content {
|
|
||||||
min-height: calc(100vh - 3rem - 3rem);
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 1056px) {
|
|
||||||
.bx--side-nav ~ .bx--content {
|
|
||||||
padding-left: 1rem;
|
|
||||||
padding-right: 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.bx--side-nav--expanded ~ .bx--content {
|
|
||||||
white-space: nowrap;
|
|
||||||
min-width: 28rem;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (min-width: 1057px) {
|
|
||||||
.bx--side-nav__navigation {
|
|
||||||
z-index: 1;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue