Не подключены (4)
diff --git a/src/widgets/layout/Sidebar/styles.module.css b/src/widgets/layout/Sidebar/styles.module.css
index 1ed3121..4b61c9c 100644
--- a/src/widgets/layout/Sidebar/styles.module.css
+++ b/src/widgets/layout/Sidebar/styles.module.css
@@ -49,38 +49,6 @@
font-weight: 600;
}
-.switchPanel {
- display: flex;
- width: 66px;
- height: 34px;
- padding: 0px 4px;
- align-items: center;
- gap: 6px;
- border-radius: 18px;
- background: var(--white, #fff);
- box-shadow: 0px 0px 2px 0px #c5ccd5;
-}
-
-.switch {
- display: flex;
- width: 28px;
- height: 28px;
- justify-content: center;
- align-items: center;
- border-radius: 18px;
- opacity: 0.5;
-}
-
-.switch:hover {
- cursor: pointer;
-}
-
-.switch.active {
- background: var(--grey-6, #f9fafe);
- box-shadow: 0px 0px 2px 0px #c5ccd5;
- opacity: 1;
-}
-
.list {
overflow-y: auto;
align-self: flex-start;