1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-07 06:25:21 +02:00

remove unused styles

This commit is contained in:
Taly 2022-07-01 18:23:18 +03:00
parent 88b9cf3e21
commit 5177227d1c
2 changed files with 0 additions and 17 deletions

View file

@ -1,16 +0,0 @@
.docs-sidebar--right {
@media (--mobile) {
display: none;
}
height: calc(100vh - var(--layout-height-header));
width: var(--layout-sidebar-width);
padding: var(--layout-padding-vertical) var(--layout-padding-horizontal);
box-sizing: border-box;
position: sticky;
top: var(--layout-height-header);
display: flex;
flex-direction: column;
overflow: auto;
}

View file

@ -10,7 +10,6 @@
@import './components/auth.pcss';
@import './components/button.pcss';
@import './components/sidebar.pcss';
@import './components/sidebar-right.pcss';
@import './components/table-of-content.pcss';
body {