mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-09 23:45:25 +02:00
remove unused styles
This commit is contained in:
parent
88b9cf3e21
commit
5177227d1c
2 changed files with 0 additions and 17 deletions
|
@ -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;
|
|
||||||
}
|
|
|
@ -10,7 +10,6 @@
|
||||||
@import './components/auth.pcss';
|
@import './components/auth.pcss';
|
||||||
@import './components/button.pcss';
|
@import './components/button.pcss';
|
||||||
@import './components/sidebar.pcss';
|
@import './components/sidebar.pcss';
|
||||||
@import './components/sidebar-right.pcss';
|
|
||||||
@import './components/table-of-content.pcss';
|
@import './components/table-of-content.pcss';
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue