Fixed up job details lines table + jobs totals page.
This commit is contained in:
@@ -10,6 +10,7 @@ import { checkUserSession } from "../redux/user/user.actions";
|
||||
import { selectCurrentUser } from "../redux/user/user.selectors";
|
||||
import PrivateRoute from "../utils/private-route";
|
||||
import "antd/dist/antd.css";
|
||||
import "./App.styles.scss";
|
||||
|
||||
const LandingPage = lazy(() => import("../pages/landing/landing.page"));
|
||||
const ManagePage = lazy(() => import("../pages/manage/manage.page.container"));
|
||||
|
||||
10
client/src/App/App.styles.scss
Normal file
10
client/src/App/App.styles.scss
Normal file
@@ -0,0 +1,10 @@
|
||||
//Global Styles.
|
||||
|
||||
.imex-table-header {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
&__search {
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user