diff --git a/src/pages/login/login-form.js b/src/pages/login/login-form.js index 77283ac..5ce50d9 100644 --- a/src/pages/login/login-form.js +++ b/src/pages/login/login-form.js @@ -22,8 +22,6 @@ import { useDispatch } from 'react-redux' import { login } from '../../store/userSlice'; import _ from 'lodash'; -import "./login.css"; - const LoginForm = (props) => { const [username, setUsername] = useState(''); const [password, setPassword] = useState(''); diff --git a/src/pages/login/login.css b/src/pages/login/login.css deleted file mode 100644 index 74b8e69..0000000 --- a/src/pages/login/login.css +++ /dev/null @@ -1,42 +0,0 @@ -/** - * This file is part of VILLASweb. - * - * VILLASweb is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * VILLASweb is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with VILLASweb. If not, see . - ******************************************************************************/ - -.login-parent { - display: flex; - max-width: 800px; - margin: 30px auto; -} - -.login-welcome { - float: right; - max-width: 400px; - padding: 15px 20px; - border-radius: var(--borderradius) 0px 0px var(--borderradius); - background-color: #fff; - box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), - 0 9px 18px 0 rgba(0, 0, 0, 0.1); -} - -.login-container { - float: left; - max-width: 400px; - border-radius: 0px var(--borderradius) var(--borderradius) 0px; - padding: 15px 20px; - background-color: #fff; - box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), - 0 9px 18px 0 rgba(0, 0, 0, 0.1); -} \ No newline at end of file diff --git a/src/pages/login/login.js b/src/pages/login/login.js index 59af39a..dc6d33a 100644 --- a/src/pages/login/login.js +++ b/src/pages/login/login.js @@ -28,8 +28,6 @@ import NotificationsDataManager from '../../common/data-managers/notifications-d import AppDispatcher from '../../common/app-dispatcher'; import branding from '../../branding/branding'; -import './login.css'; - const Login = (props) => { const notificationSystem = useRef() diff --git a/src/store/icSlice.js b/src/store/icSlice.js index a94d0c2..c8cc96d 100644 --- a/src/store/icSlice.js +++ b/src/store/icSlice.js @@ -28,7 +28,6 @@ const icSlice = createSlice({ isLoading: false, currentIC: {}, isCurrentICLoading: false - }, reducers: { checkICsByCategory: (state, args) => {