Skip to content

Commit 315ea21

Browse files
committed
Update pages design
1 parent 663ad16 commit 315ea21

File tree

4 files changed

+24
-6
lines changed

4 files changed

+24
-6
lines changed

packages/fhir-location-management/src/components/AllLocationListFlat/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { useTranslation } from '../../mls';
1212
import { Row, Col, Button, Divider, Dropdown } from 'antd';
1313
import { useHistory, Link } from 'react-router-dom';
1414
import { RbacCheck } from '@opensrp/rbac';
15-
import type { MenuProps } from 'antd';
15+
import { MenuProps } from 'antd';
1616
import { MoreOutlined, PlusOutlined } from '@ant-design/icons';
1717
import { BundleEntry } from '@smile-cdr/fhirts/dist/FHIR-R4/classes/bundleEntry';
1818
import { getEntryFromBundle, getTableData } from './utils';

packages/keycloak-user-management/src/index.css

+16-5
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,15 @@
6666
}
6767
}
6868

69+
.list-view {
70+
padding-bottom: 16px;
71+
}
72+
6973
@media only screen and (min-width: 0px) {
7074
.list-view {
7175
display: flex;
7276
justify-content: space-between;
7377
flex-direction: column;
74-
padding-bottom: 32px;
7578
}
7679
.main-content {
7780
background-color: #fff;
@@ -114,9 +117,17 @@
114117

115118
.content-section {
116119
padding: 0 24px;
117-
}
118120

119-
.content-section > div {
120-
padding: 0;
121-
padding-top: 24px;
121+
.header {
122+
padding: 0;
123+
padding-top: 24px;
124+
padding-left: 16px;
125+
126+
.page-header {
127+
margin-bottom: 16px;
128+
font-size: 20px;
129+
font-weight: 500;
130+
line-height: 28px;
131+
}
132+
}
122133
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.search-input-wrapper {
2+
width: 732px;
3+
border-radius: 6px;
4+
border: 1px;
5+
padding-right: 12px;
6+
}

packages/react-utils/src/components/Search/index.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { OnChangeType, DEBOUNCE_HANDLER_MS } from './utils';
55
import { SearchOutlined } from '@ant-design/icons';
66
import { InputProps } from 'antd/lib/input/';
77
import { useTranslation } from '../../mls';
8+
import './index.css';
89

910
/**
1011
* Interface for SearchForm props

0 commit comments

Comments
 (0)