Skip to content

Commit

Permalink
Removed unneccessary styles after @swmansion/t-rex-ui patch
Browse files Browse the repository at this point in the history
  • Loading branch information
patrycjakalinska committed May 20, 2024
1 parent 0df9ddf commit f5cd519
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions docs/src/css/overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -109,36 +109,3 @@ table thead tr {
[class*='DocCategoryGeneratedIndexPage'][class*='title'] {
font-size: var(--swm-h1-font-size);
}

/* TODO: Remove after @swmansion/t-rex-ui 0.0.4 patch */

[class*='sidebarLogo'] {
min-height: 0 !important;
margin: 0 !important;
}

[class*='sidebar'] [class*='logoWrapper'] a {
align-items: center;
}

@media (min-width: 996px) {
[class*='logoWrapper'] a {
padding-left: 1.5rem;
}
[class*='colorModeToggle'] {
margin: 0 1.5em !important;
}
}
@media (max-width: 996px) {
[class*='colorModeToggle'] {
margin: 0 0 !important;
}
}

[class*='navbar__logo'] img {
margin-right: 0.5rem;
}

[class*='logoWrapper'] {
justify-content: flex-start !important;
}

0 comments on commit f5cd519

Please sign in to comment.