Skip to content

Commit

Permalink
added css class for wb
Browse files Browse the repository at this point in the history
  • Loading branch information
hridya-egov committed Jul 9, 2024
1 parent b993800 commit 655471f
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
4 changes: 4 additions & 0 deletions micro-ui/web/packages/workbench/src/WorkbenchWrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ import { QueryClientProvider } from 'react-query';
import EmployeeApp from './pages/employee';
import { Switch, useLocation, BrowserRouter as Router } from 'react-router-dom';
import { Loader } from '@digit-ui/digit-ui-react-components';
// import './engagement.css';
// import './styles.tw.css';

import './workbench.css';
import './styles.tw.css';
const App = ({ queryClient }) => {
initWorkbenchComponents();
//make way to do this job in container while registering remotes
Expand Down
34 changes: 34 additions & 0 deletions micro-ui/web/packages/workbench/src/workbench.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@

.careerTitle {
@apply text-3xl mb-6 text-center font-bold sm:text-5xl;
}

.employeeCard {
margin-left: 5.5em;
}
.h1
{
margin-left:2.5em;
}
.employee-app-wrapper
{
min-height:0;
}
.body-container
{
display:contents;
}
.employee .ground-container
{
margin-bottom: 0px;
}
.bread-crumb
{
margin-left:6.1em;
}
.inbox-container .filters-container {
margin-left: 6em;
}
.documentDetails_wrapper {
margin-left: 5em;
}

0 comments on commit 655471f

Please sign in to comment.