From 4f926722ea6784ea389013378fd233f59077ec8a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 19 Nov 2020 11:12:01 +0100 Subject: Upgrade client dependencies Migrate removed primeng theme to custom CSS --- client/src/app/menu/menu.component.scss | 42 --------------------------------- 1 file changed, 42 deletions(-) (limited to 'client/src/app/menu/menu.component.scss') diff --git a/client/src/app/menu/menu.component.scss b/client/src/app/menu/menu.component.scss index 3ca4e47a1..8a8094fbb 100644 --- a/client/src/app/menu/menu.component.scss +++ b/client/src/app/menu/menu.component.scss @@ -352,48 +352,6 @@ menu { color: #6c757d; } -input[type=checkbox]{ - position: absolute; - visibility: hidden; -} - -label { - cursor: pointer; - text-indent: -9999px; - width: 35px; - height: 20px; - background: #cccccc; - display: block; - border-radius: 100px; - position: relative; - margin: 0; - - &:after { - content: ''; - position: absolute; - top: 3px; - left: 3px; - width: 14px; - height: 14px; - background: pvar(--mainBackgroundColor); - border-radius: 50%; - transition: 0.3s ease-out; - } - - &:active:after { - width: 40px; - } -} - -input:checked + label { - background: pvar(--mainColor); - - &:after { - left: calc(100% - 3px); - transform: translateX(-100%); - } -} - @media screen and (max-width: $mobile-view) { .menu-wrapper { width: 100% !important; -- cgit v1.2.3