background updated
This commit is contained in:
+4
-38
@@ -1,38 +1,4 @@
|
||||
.App {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.App-logo {
|
||||
height: 40vmin;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
@media (prefers-reduced-motion: no-preference) {
|
||||
.App-logo {
|
||||
animation: App-logo-spin infinite 20s linear;
|
||||
}
|
||||
}
|
||||
|
||||
.App-header {
|
||||
background-color: #282c34;
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: calc(10px + 2vmin);
|
||||
color: white;
|
||||
}
|
||||
|
||||
.App-link {
|
||||
color: #61dafb;
|
||||
}
|
||||
|
||||
@keyframes App-logo-spin {
|
||||
from {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
to {
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
.custom-bg {
|
||||
background-image: url('./assets/bg/bg_1.jpg') !important;
|
||||
background-size: 100%;
|
||||
}
|
||||
+1
-13
@@ -1,19 +1,7 @@
|
||||
import { QueryClientProvider, QueryClient } from '@tanstack/react-query'
|
||||
import AppRouters from './AppRouters';
|
||||
import axios from 'axios';
|
||||
// import './App.css';
|
||||
|
||||
|
||||
// axios.interceptors.request.use(
|
||||
// config => {
|
||||
// config.headers['Authorization'] = `Bearer localStorage.getItem('access_token')`;
|
||||
// config.baseURL = 'https://devapi.mermsemr.com'
|
||||
// return config;
|
||||
// },
|
||||
// error => {
|
||||
// return Promise.reject(error);
|
||||
// }
|
||||
// );
|
||||
import './App.css';
|
||||
|
||||
|
||||
function App() {
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 155 KiB |
@@ -100,10 +100,10 @@ export default function Login() {
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-sm-6 col-xxl-9 col-lg-7 bg-gradient o-hidden order-1 order-sm-2">
|
||||
<div className="custom-bg col-sm-6 col-xxl-9 col-lg-7 b-gradient o-hidden order-1 order-sm-2">
|
||||
<div className="row align-items-center h-100">
|
||||
<div className="col-7 mx-auto ">
|
||||
<img className="img-fluid" src={LoginImg} alt="" />
|
||||
{/* <img className="img-fluid" src={LoginImg} alt="" /> */}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user