Revert "refactor: include themes in components folder"

This reverts commit 711bea0166.
This commit is contained in:
Mo
2022-11-09 11:00:09 -06:00
parent 711bea0166
commit 3690104934
11 changed files with 21 additions and 339 deletions

View File

@@ -1,22 +0,0 @@
@media screen and (min-width: 768px) {
#navigation {
flex: none !important;
width: 10px !important;
transition: width 0.25s;
}
#navigation:hover {
flex: initial;
width: 200px !important;
transition: width 0.25s;
}
#items-column {
flex: none !important;
width: 270px !important;
transition: width 0.25s;
}
#items-column:hover {
flex: initial;
width: 380px !important;
transition: width 0.25s;
}
}