diff --git a/.husky/pre-commit b/.husky/pre-commit index 7400bcbf63..dc2b0ddabc 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -3,7 +3,7 @@ # npm run format:fix # npm run lint:fix -# npm run lint-staged +npm run lint-staged # npm run typecheck npm run update:toc diff --git a/src/assets/css/app.css b/src/assets/css/app.css index 3701ba12e8..585c77eab3 100644 --- a/src/assets/css/app.css +++ b/src/assets/css/app.css @@ -21,8 +21,7 @@ --bs-white: #fff; --bs-gray: #6c757d; --bs-gray-dark: #343a40; - --bs-greyish-black: #555555 - --bs-gray-100: #f8f9fa; + --bs-greyish-black: #555555 --bs-gray-100: #f8f9fa; --bs-gray-200: #e9ecef; --bs-gray-300: #dee2e6; --bs-gray-400: #ced4da; @@ -31,7 +30,7 @@ --bs-gray-700: #495057; --bs-gray-800: #343a40; --bs-gray-900: #212529; - --bs-primary: #EAEBEF; + --bs-primary: #eaebef; --bs-secondary: #707070; --bs-success: #31bb6b; --bs-info: #0dcaf0; @@ -42,7 +41,7 @@ --bs-primary-rgb: 49, 187, 107; --bs-secondary-rgb: 112, 112, 112; --bs-success-rgb: 49, 187, 107; - --bs-info-rgb: 13, 202, 240; + --bs-info-rgb: 13, 202, 240; --bs-warning-rgb: 254, 188, 89; --bs-danger-rgb: 220, 53, 69; --bs-light-rgb: 248, 249, 250; @@ -137,7 +136,7 @@ [data-bs-theme='dark'] { color-scheme: dark; - --bs-body-color: #F6F8FC; + --bs-body-color: #f6f8fc; --bs-body-color-rgb: 173, 181, 189; --bs-body-bg: #212529; --bs-body-bg-rgb: 33, 37, 41; diff --git a/src/components/LeftDrawer/LeftDrawer.module.css b/src/components/LeftDrawer/LeftDrawer.module.css index 7b143efb25..86948b9930 100644 --- a/src/components/LeftDrawer/LeftDrawer.module.css +++ b/src/components/LeftDrawer/LeftDrawer.module.css @@ -7,7 +7,7 @@ display: flex; flex-direction: column; padding: 1rem 1rem 0 1rem; - background-color: #F6F8FC; + background-color: #f6f8fc; transition: 0.5s; font-family: var(--bs-leftDrawer-font-family); } diff --git a/src/components/LeftDrawerOrg/LeftDrawerOrg.module.css b/src/components/LeftDrawerOrg/LeftDrawerOrg.module.css index 0920493771..6296b1aa73 100644 --- a/src/components/LeftDrawerOrg/LeftDrawerOrg.module.css +++ b/src/components/LeftDrawerOrg/LeftDrawerOrg.module.css @@ -8,7 +8,7 @@ display: flex; flex-direction: column; padding: 0.8rem 0rem 0 1rem; - background-color: #F6F8FC; + background-color: #f6f8fc; transition: 0.5s; font-family: var(--bs-leftDrawer-font-family); } @@ -105,7 +105,7 @@ } .leftDrawer .organizationContainer .profileContainer { - background-color: #E0E9FF; + background-color: #e0e9ff; padding-right: 10px; } diff --git a/src/screens/OrganizationPeople/OrganizationPeople.module.css b/src/screens/OrganizationPeople/OrganizationPeople.module.css index 242a879297..8b794766fe 100644 --- a/src/screens/OrganizationPeople/OrganizationPeople.module.css +++ b/src/screens/OrganizationPeople/OrganizationPeople.module.css @@ -9,13 +9,12 @@ } .subtleBlueGrey { - color: #7c9beb; - text-decoration: none; + color: #7c9beb; + text-decoration: none; } - .subtleBlueGrey:hover { - color: #5F7E91; + color: #5f7e91; text-decoration: underline; } .dropdown { @@ -30,27 +29,22 @@ .dropdown:hover, .dropdown:focus, -.dropdown:active -.dropdown:focus-visible -.dropdown.show -{ +.dropdown:active .dropdown:focus-visible .dropdown.show { background-color: transparent !important; border: 1px solid #555555; - color:#555555 !important; - + color: #555555 !important; } .dropdown:focus, .dropdown:focus-visible, -.dropdown:active -.dropdown.show { - background-color: white !important; - color: black !important; +.dropdown:active .dropdown.show { + background-color: white !important; + color: black !important; outline: none !important; } .dropdownItem { - background-color: white !important; - color: #555555 !important; + background-color: white !important; + color: #555555 !important; border: none !important; } @@ -90,8 +84,6 @@ position: relative; } - - .btnsContainer .input button { width: 52px; } @@ -100,18 +92,18 @@ margin-top: 10px; margin-bottom: 10px; background-color: white; - box-shadow: 0 1px 1px #DDDDDD; + box-shadow: 0 1px 1px #dddddd; } .inputFieldModal { margin-bottom: 10px; background-color: white; - box-shadow: 0 1px 1px #DDDDDD; + box-shadow: 0 1px 1px #dddddd; } .inputField > button { padding-top: 10px; padding-bottom: 10px; } -.TableImage { +.TableImage { object-fit: cover; margin-top: 15px !important; width: 50px !important; @@ -119,7 +111,6 @@ border-radius: 100% !important; } .tableHead { - color: white; border-radius: 20px !important; padding: 20px;