@djb25/digit-ui-css 1.0.2 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +80 -0
- package/dist/index.css +7 -15823
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/CardBasedOptions.scss +36 -97
- package/src/components/CitizenHomeCard.scss +41 -43
- package/src/components/PageBasedInput.scss +0 -2
- package/src/components/PropertySearchForm.scss +4 -4
- package/src/components/SearchForm.scss +903 -22
- package/src/components/SearchOnRadioButton.scss +1 -1
- package/src/components/StandaloneSearchBar.scss +1 -1
- package/src/components/TimeLine.scss +4 -4
- package/src/components/WorkflowTimeline.scss +165 -0
- package/src/components/bannercomponents.scss +3 -4
- package/src/components/body.scss +5 -10
- package/src/components/buttons.scss +57 -1
- package/src/components/card.scss +98 -42
- package/src/components/charts.scss +3 -150
- package/src/components/checkbox.scss +4 -35
- package/src/components/checkpoint.scss +1 -3
- package/src/components/datatable.scss +65 -7
- package/src/components/filters.scss +3 -3
- package/src/components/financeUi.scss +876 -0
- package/src/components/hoc/InboxComposer.scss +1 -1
- package/src/components/inboxv2/InboxLinks.scss +60 -0
- package/src/components/inboxv2/horizontalNav.scss +224 -0
- package/src/components/inboxv2/inboxSearch.scss +116 -0
- package/src/components/inboxv2/inboxSearchComposer.scss +134 -0
- package/src/components/inboxv2/index.scss +5 -0
- package/src/components/inboxv2/searchComponentTable.scss +44 -0
- package/src/components/languageSelector.scss +1 -2
- package/src/components/loader.scss +1 -1
- package/src/components/metricsTable.scss +2 -1
- package/src/components/multiLink.scss +1 -1
- package/src/components/multiSelectDropdown.scss +4 -0
- package/src/components/navbar.scss +13 -9
- package/src/components/plusMinus.scss +3 -3
- package/src/components/radiobtn.scss +0 -12
- package/src/components/searchAction.scss +1 -1
- package/src/components/selectdropdown.scss +12 -37
- package/src/components/sidebar.scss +141 -0
- package/src/components/table.scss +60 -8
- package/src/components/textfields.scss +4 -16
- package/src/components/toggleSwitch.scss +1 -1
- package/src/components/topbar.scss +11 -7
- package/src/components/uploadcomponents.scss +3 -16
- package/src/digitv2/components/ErrorMessage.scss +6 -0
- package/src/digitv2/components/FormComposerV2.scss +119 -0
- package/src/digitv2/components/actionLinkV2.scss +7 -0
- package/src/digitv2/components/actionbarV2.scss +110 -0
- package/src/digitv2/components/appContainerV2.scss +54 -0
- package/src/digitv2/components/backButtonV2.scss +26 -0
- package/src/digitv2/components/bannerV2.scss +120 -0
- package/src/digitv2/components/bodyContainerV2.scss +39 -0
- package/src/digitv2/components/breadCrumbV2.scss +31 -0
- package/src/digitv2/components/breakLineV2.scss +6 -0
- package/src/digitv2/components/buttonsV2.scss +40 -0
- package/src/digitv2/components/cardV2.scss +385 -0
- package/src/digitv2/components/checkboxV2.scss +61 -0
- package/src/digitv2/components/checkpointV2.scss +71 -0
- package/src/digitv2/components/collapseAndExpandGroups.scss +60 -0
- package/src/digitv2/components/dateWrapV2.scss +12 -0
- package/src/digitv2/components/displayPhotosV2.scss +33 -0
- package/src/digitv2/components/headerV2.scss +6 -0
- package/src/digitv2/components/infoBannerV2.scss +37 -0
- package/src/digitv2/components/keynoteV2.scss +35 -0
- package/src/digitv2/components/loaderV2.scss +81 -0
- package/src/digitv2/components/mobileNumberV2.scss +33 -0
- package/src/digitv2/components/multiSelectDropdownV2.scss +92 -0
- package/src/digitv2/components/noresultsfoundV2.scss +11 -0
- package/src/digitv2/components/otpInputV2.scss +15 -0
- package/src/digitv2/components/popUpV2.scss +16 -0
- package/src/digitv2/components/radiobtnV2.scss +51 -0
- package/src/digitv2/components/ratingV2.scss +33 -0
- package/src/digitv2/components/selectdropdownV2.scss +170 -0
- package/src/digitv2/components/tagV2.scss +28 -0
- package/src/digitv2/components/telephoneV2.scss +18 -0
- package/src/digitv2/components/textInputV2.scss +123 -0
- package/src/digitv2/components/textareaV2.scss +11 -0
- package/src/digitv2/components/uploadFileV2.scss +146 -0
- package/src/digitv2/index.scss +168 -0
- package/src/digitv2/pages/employee/index.scss +1 -0
- package/src/digitv2/pages/employee/workbench.scss +1042 -0
- package/src/digitv2/typography.scss +241 -0
- package/src/index.scss +110 -74
- package/src/pages/citizen/DocumentList.scss +5 -5
- package/src/pages/citizen/HomePageWrapper.scss +6 -11
- package/src/pages/citizen/container.scss +1 -1
- package/src/pages/employee/cardfix.scss +1 -2
- package/src/pages/employee/container.scss +8 -9
- package/src/pages/employee/dss.scss +29 -12
- package/src/pages/employee/inbox.scss +92 -144
- package/src/pages/employee/index.scss +243 -248
- package/src/pages/employee/login.scss +135 -93
- package/src/pages/employee/popupmodule.scss +0 -13
- package/src/pages/employee/scroll-table.scss +9 -4
- package/src/pages/employee/surveys.scss +14 -13
- package/svg/check.svg +1 -1
- package/svg/starempty.svg +1 -1
- package/svg/starfilled.svg +1 -1
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
.secondary-color {
|
|
18
|
-
color:
|
|
18
|
+
color: theme(colors.text.primary);
|
|
19
19
|
padding: 5px;
|
|
20
20
|
font-size: small;
|
|
21
21
|
}
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
top: 12px;
|
|
27
27
|
left: calc(50% + 8px);
|
|
28
28
|
right: calc(-50% + 8px);
|
|
29
|
-
border-top: 4px solid
|
|
29
|
+
border-top: 4px solid theme(colors.border);
|
|
30
30
|
z-index: -1;
|
|
31
31
|
}
|
|
32
32
|
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
.active {
|
|
42
|
-
background-color:
|
|
43
|
-
border-color:
|
|
42
|
+
background-color: theme(colors.primary.main);
|
|
43
|
+
border-color: theme(colors.primary.main);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
|
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
.timeline-container {
|
|
2
|
+
display: flex;
|
|
3
|
+
flex-direction: column;
|
|
4
|
+
position: relative;
|
|
5
|
+
margin: 20px 0;
|
|
6
|
+
padding-left: 20px;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.timeline-item {
|
|
10
|
+
display: flex;
|
|
11
|
+
position: relative;
|
|
12
|
+
padding-bottom: 20px;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.timeline-item:last-child {
|
|
16
|
+
padding-bottom: 0;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.timeline-marker {
|
|
20
|
+
display: flex;
|
|
21
|
+
flex-direction: column;
|
|
22
|
+
align-items: center;
|
|
23
|
+
margin-right: 15px;
|
|
24
|
+
position: relative;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.timeline-circle {
|
|
28
|
+
width: 16px;
|
|
29
|
+
height: 16px;
|
|
30
|
+
border-radius: 50%;
|
|
31
|
+
border: 2px solid #ccc;
|
|
32
|
+
background-color: #fff;
|
|
33
|
+
z-index: 10;
|
|
34
|
+
transition: all 0.3s ease;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.timeline-item.completed .timeline-circle {
|
|
38
|
+
background-color: #4caf50;
|
|
39
|
+
border-color: #4caf50;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.timeline-item.current .timeline-circle {
|
|
43
|
+
background-color: #2196f3;
|
|
44
|
+
border-color: #2196f3;
|
|
45
|
+
transform: scale(1.2);
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.timeline-item.pending .timeline-circle {
|
|
49
|
+
background-color: #f5f5f5;
|
|
50
|
+
border-color: #ccc;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.timeline-line {
|
|
54
|
+
position: absolute;
|
|
55
|
+
top: 16px;
|
|
56
|
+
bottom: -20px;
|
|
57
|
+
/* Connect to next item */
|
|
58
|
+
width: 2px;
|
|
59
|
+
background-color: #e0e0e0;
|
|
60
|
+
z-index: 1;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.timeline-item:last-child .timeline-line {
|
|
64
|
+
display: none;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.timeline-content {
|
|
68
|
+
flex: 1;
|
|
69
|
+
background: #e8e8e8;
|
|
70
|
+
padding: 10px 15px;
|
|
71
|
+
border-radius: 8px;
|
|
72
|
+
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
|
|
73
|
+
transition: transform 0.2s;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.timeline-content:hover {
|
|
77
|
+
transform: translateX(5px);
|
|
78
|
+
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.timeline-title {
|
|
82
|
+
font-weight: 600;
|
|
83
|
+
font-size: 14px;
|
|
84
|
+
color: #333;
|
|
85
|
+
margin-bottom: 4px;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.timeline-date {
|
|
89
|
+
font-size: 12px;
|
|
90
|
+
color: #000000;
|
|
91
|
+
margin-bottom: 6px;
|
|
92
|
+
display: block;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.timeline-comment {
|
|
96
|
+
font-size: 13px;
|
|
97
|
+
color: #555;
|
|
98
|
+
line-height: 1.4;
|
|
99
|
+
background-color: #f9f9f9;
|
|
100
|
+
padding: 8px;
|
|
101
|
+
border-radius: 4px;
|
|
102
|
+
margin-top: 5px;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.timeline-status-tag {
|
|
106
|
+
display: inline-block;
|
|
107
|
+
padding: 10px;
|
|
108
|
+
border-radius: 12px;
|
|
109
|
+
font-size: 11px;
|
|
110
|
+
font-weight: bold;
|
|
111
|
+
text-transform: uppercase;
|
|
112
|
+
margin-top: 5px;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.status-completed {
|
|
116
|
+
background-color: #e8f5e9;
|
|
117
|
+
color: #2e7d32;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.status-current {
|
|
121
|
+
background-color: #e3f2fd;
|
|
122
|
+
color: #1565c0;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
.status-pending {
|
|
126
|
+
background-color: #f5f5f5;
|
|
127
|
+
color: #757575;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
/* Animations */
|
|
131
|
+
@keyframes fadeIn {
|
|
132
|
+
from {
|
|
133
|
+
opacity: 0;
|
|
134
|
+
transform: translateY(10px);
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
to {
|
|
138
|
+
opacity: 1;
|
|
139
|
+
transform: translateY(0);
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
.timeline-item {
|
|
144
|
+
animation: fadeIn 0.5s ease-out forwards;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
.timeline-item:nth-child(1) {
|
|
148
|
+
animation-delay: 0.1s;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.timeline-item:nth-child(2) {
|
|
152
|
+
animation-delay: 0.2s;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
.timeline-item:nth-child(3) {
|
|
156
|
+
animation-delay: 0.3s;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
.timeline-item:nth-child(4) {
|
|
160
|
+
animation-delay: 0.4s;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
.timeline-item:nth-child(5) {
|
|
164
|
+
animation-delay: 0.5s;
|
|
165
|
+
}
|
|
@@ -62,7 +62,6 @@
|
|
|
62
62
|
|
|
63
63
|
@screen dt {
|
|
64
64
|
.success-wrap {
|
|
65
|
-
width: calc(100%);
|
|
66
65
|
header {
|
|
67
66
|
@apply text-heading-xl-dt;
|
|
68
67
|
}
|
|
@@ -75,7 +74,7 @@
|
|
|
75
74
|
}
|
|
76
75
|
|
|
77
76
|
.error-wrap {
|
|
78
|
-
width:
|
|
77
|
+
width: 100%;
|
|
79
78
|
header {
|
|
80
79
|
@apply text-heading-xl-dt;
|
|
81
80
|
}
|
|
@@ -111,7 +110,7 @@
|
|
|
111
110
|
.banner {
|
|
112
111
|
@apply flex justify-center items-center;
|
|
113
112
|
height: calc(100vh - 80px);
|
|
114
|
-
|
|
113
|
+
background: linear-gradient(rgba(11, 75, 102, 0.8), rgba(11, 75, 102, 0.8)), var(--banner-url) center center;
|
|
115
114
|
|
|
116
115
|
.bannerCard {
|
|
117
116
|
min-width: 400px;
|
|
@@ -122,7 +121,7 @@
|
|
|
122
121
|
object-fit: contain;
|
|
123
122
|
padding-right: 10px;
|
|
124
123
|
margin-right: 10px;
|
|
125
|
-
border-right: 1px solid
|
|
124
|
+
border-right: 1px solid theme(colors.text.primary);
|
|
126
125
|
}
|
|
127
126
|
.bannerHeader {
|
|
128
127
|
@apply flex justify-center items-center;
|
package/src/components/body.scss
CHANGED
|
@@ -4,14 +4,10 @@ body {
|
|
|
4
4
|
|
|
5
5
|
.body-container {
|
|
6
6
|
@apply bg-grey-bg h-full min-h-screen overflow-x-hidden;
|
|
7
|
-
position: relative !important;
|
|
8
|
-
|
|
9
|
-
|
|
10
7
|
}
|
|
11
8
|
|
|
12
9
|
.navbar {
|
|
13
10
|
@apply text-white bg-secondary p-md w-full mb-md;
|
|
14
|
-
background: linear-gradient(to right, #feeee7, #a82227,#feeee7) !important;
|
|
15
11
|
img {
|
|
16
12
|
height: 24px;
|
|
17
13
|
}
|
|
@@ -51,10 +47,11 @@ body {
|
|
|
51
47
|
|
|
52
48
|
.bread-crumb {
|
|
53
49
|
font-size: 14px;
|
|
54
|
-
color:
|
|
50
|
+
color: theme(colors.text.secondary);
|
|
55
51
|
display: flex;
|
|
56
52
|
margin-bottom: 10px;
|
|
57
|
-
|
|
53
|
+
list-style: none;
|
|
54
|
+
padding: 0;
|
|
58
55
|
}
|
|
59
56
|
.bread-crumb--item {
|
|
60
57
|
margin-left: 5px;
|
|
@@ -68,7 +65,7 @@ body {
|
|
|
68
65
|
}
|
|
69
66
|
|
|
70
67
|
.last {
|
|
71
|
-
color:
|
|
68
|
+
color: theme(colors.text.primary);
|
|
72
69
|
}
|
|
73
70
|
}
|
|
74
71
|
|
|
@@ -103,9 +100,7 @@ body {
|
|
|
103
100
|
h2 {
|
|
104
101
|
text-align: left;
|
|
105
102
|
}
|
|
106
|
-
|
|
107
|
-
max-width: 540px;
|
|
108
|
-
}
|
|
103
|
+
|
|
109
104
|
button {
|
|
110
105
|
max-width: 240px;
|
|
111
106
|
}
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
.input-mirror-selector-button{
|
|
25
|
+
.input-mirror-selector-button {
|
|
26
26
|
@apply h-16 bg-border text-center border-b-2 border-input-border border-solid outline-none px-lg !important;
|
|
27
27
|
|
|
28
28
|
&:focus {
|
|
@@ -45,6 +45,62 @@
|
|
|
45
45
|
@apply font-rc font-medium text-legend text-white;
|
|
46
46
|
}
|
|
47
47
|
}
|
|
48
|
+
|
|
48
49
|
.submit-bar:focus {
|
|
49
50
|
@apply outline-none !important;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.jk-digit-secondary-btn {
|
|
54
|
+
width: auto;
|
|
55
|
+
height: 40px;
|
|
56
|
+
background: theme(colors.white);
|
|
57
|
+
border: 1px solid theme(colors.primary.main);
|
|
58
|
+
padding: 20px;
|
|
59
|
+
color: theme(colors.primary.main);
|
|
60
|
+
display: flex;
|
|
61
|
+
align-items: center;
|
|
62
|
+
font-size: 19px;
|
|
63
|
+
cursor: pointer;
|
|
64
|
+
border-radius: 6px;
|
|
65
|
+
|
|
66
|
+
svg {
|
|
67
|
+
margin: 0 10px;
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.jk-digit-primary-btn {
|
|
72
|
+
width: auto;
|
|
73
|
+
height: 40px;
|
|
74
|
+
background: linear-gradient(135deg, #667eea, #764ba2);
|
|
75
|
+
border: 1px solid linear-gradient(135deg, #667eea, #764ba2);
|
|
76
|
+
padding: 20px;
|
|
77
|
+
color: theme(colors.white);
|
|
78
|
+
display: flex;
|
|
79
|
+
align-items: center;
|
|
80
|
+
cursor: pointer;
|
|
81
|
+
font-size: 19px;
|
|
82
|
+
border-radius: 6px;
|
|
83
|
+
|
|
84
|
+
svg {
|
|
85
|
+
margin: 0 15px;
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.jk-digit-disabled-btn {
|
|
90
|
+
opacity: 0.5;
|
|
91
|
+
font-size: 19px;
|
|
92
|
+
cursor: not-allowed;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.jk-header-btn-wrapper {
|
|
96
|
+
display: flex;
|
|
97
|
+
justify-content: space-between;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
/* for mobile view */
|
|
101
|
+
@media (max-width: 780px) {
|
|
102
|
+
.jk-header-btn-wrapper {
|
|
103
|
+
flex-flow: column;
|
|
104
|
+
margin-bottom: 15px;
|
|
105
|
+
}
|
|
50
106
|
}
|
package/src/components/card.scss
CHANGED
|
@@ -53,17 +53,18 @@
|
|
|
53
53
|
}
|
|
54
54
|
|
|
55
55
|
.docsDescription {
|
|
56
|
-
color:
|
|
56
|
+
color: theme(colors.text.primary) !important;
|
|
57
57
|
}
|
|
58
58
|
|
|
59
59
|
.field-container {
|
|
60
|
-
@apply flex
|
|
60
|
+
@apply flex items-center;
|
|
61
61
|
/*@apply flex justify-center items-center;*/
|
|
62
62
|
}
|
|
63
63
|
|
|
64
64
|
.employeeCard {
|
|
65
65
|
@apply bg-white shadow-card p-md mb-xl;
|
|
66
66
|
border-radius: 4px;
|
|
67
|
+
background-color: brown;
|
|
67
68
|
|
|
68
69
|
.card-header {
|
|
69
70
|
@apply text-text-primary text-heading-xl font-bold font-rc align-middle text-left mb-md;
|
|
@@ -78,7 +79,7 @@
|
|
|
78
79
|
@apply text-text-primary text-heading-m font-bold;
|
|
79
80
|
}
|
|
80
81
|
|
|
81
|
-
.card-section-sub-text{
|
|
82
|
+
.card-section-sub-text {
|
|
82
83
|
@apply text-text-primary text-body-s;
|
|
83
84
|
}
|
|
84
85
|
|
|
@@ -126,10 +127,7 @@
|
|
|
126
127
|
padding-left: 25px;
|
|
127
128
|
}
|
|
128
129
|
}
|
|
129
|
-
|
|
130
|
-
margin-bottom: 64px !important;
|
|
131
|
-
margin-left: 0px !important;
|
|
132
|
-
margin-right: 16px !important; }
|
|
130
|
+
|
|
133
131
|
.header-wrap {
|
|
134
132
|
@apply flex mb-md;
|
|
135
133
|
|
|
@@ -138,6 +136,7 @@
|
|
|
138
136
|
}
|
|
139
137
|
|
|
140
138
|
.header-content {
|
|
139
|
+
margin-top: 0.2rem;
|
|
141
140
|
}
|
|
142
141
|
|
|
143
142
|
.header-end {
|
|
@@ -154,8 +153,10 @@
|
|
|
154
153
|
}
|
|
155
154
|
|
|
156
155
|
.submit-bar {
|
|
157
|
-
@apply h-10
|
|
158
|
-
|
|
156
|
+
@apply h-10 text-center w-full outline-none;
|
|
157
|
+
background: linear-gradient(135deg, #667eea, #764ba2);
|
|
158
|
+
box-shadow: inset 0px -2px 0px theme(colors.text.primary);
|
|
159
|
+
cursor: pointer;
|
|
159
160
|
|
|
160
161
|
&:focus {
|
|
161
162
|
@apply outline-none;
|
|
@@ -167,8 +168,8 @@
|
|
|
167
168
|
}
|
|
168
169
|
|
|
169
170
|
.submit-bar-disabled {
|
|
170
|
-
@apply h-10
|
|
171
|
-
background
|
|
171
|
+
@apply h-10 text-center w-full outline-none opacity-50;
|
|
172
|
+
background: linear-gradient(135deg, #667eea, #764ba2);
|
|
172
173
|
|
|
173
174
|
&:focus {
|
|
174
175
|
@apply outline-none;
|
|
@@ -176,16 +177,14 @@
|
|
|
176
177
|
|
|
177
178
|
header {
|
|
178
179
|
@apply font-rc font-medium text-legend text-white leading-10;
|
|
179
|
-
line-height: 2rem !important;
|
|
180
180
|
}
|
|
181
181
|
}
|
|
182
182
|
|
|
183
183
|
@screen dt {
|
|
184
|
+
|
|
184
185
|
.submit-bar,
|
|
185
186
|
.submit-bar-disabled {
|
|
186
187
|
width: 240px;
|
|
187
|
-
background-color: #882636 !important;
|
|
188
|
-
height: 2rem !important
|
|
189
188
|
}
|
|
190
189
|
|
|
191
190
|
.card {
|
|
@@ -215,7 +214,10 @@
|
|
|
215
214
|
}
|
|
216
215
|
|
|
217
216
|
.employeeCard {
|
|
218
|
-
|
|
217
|
+
/* TODO need to revisit that we need mx-md NABEEL/ANIL
|
|
218
|
+
@apply mb-md mx-md !important;
|
|
219
|
+
*/
|
|
220
|
+
@apply mb-md !important;
|
|
219
221
|
|
|
220
222
|
&.filter {
|
|
221
223
|
margin-left: auto;
|
|
@@ -240,7 +242,7 @@
|
|
|
240
242
|
@apply text-heading-m-dt;
|
|
241
243
|
}
|
|
242
244
|
|
|
243
|
-
.card-section-sub-text{
|
|
245
|
+
.card-section-sub-text {
|
|
244
246
|
@apply text-text-primary text-body-s-dt;
|
|
245
247
|
}
|
|
246
248
|
|
|
@@ -265,8 +267,14 @@
|
|
|
265
267
|
@apply text-left;
|
|
266
268
|
}
|
|
267
269
|
|
|
270
|
+
/*
|
|
268
271
|
.label-field-pair {
|
|
269
272
|
@apply flex items-center;
|
|
273
|
+
gap: 1rem;
|
|
274
|
+
|
|
275
|
+
.card-label-smaller {
|
|
276
|
+
min-width: 250px;
|
|
277
|
+
}
|
|
270
278
|
|
|
271
279
|
h2 {
|
|
272
280
|
width: 30%;
|
|
@@ -275,11 +283,75 @@
|
|
|
275
283
|
.field {
|
|
276
284
|
width: 50%;
|
|
277
285
|
margin-right: 20%;
|
|
286
|
+
flex: 1;
|
|
287
|
+
|
|
278
288
|
.field {
|
|
279
289
|
margin-right: unset;
|
|
280
290
|
}
|
|
281
291
|
}
|
|
282
292
|
}
|
|
293
|
+
*/
|
|
294
|
+
|
|
295
|
+
/* CSS for vertical label-field layout */
|
|
296
|
+
|
|
297
|
+
.label-field-pair {
|
|
298
|
+
display: flex;
|
|
299
|
+
flex-direction: column;
|
|
300
|
+
gap: 8px;
|
|
301
|
+
/* Adjust spacing between label and field */
|
|
302
|
+
margin-bottom: 16px;
|
|
303
|
+
/* Space between form groups */
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
.label-field-pair .card-label-smaller {
|
|
307
|
+
margin-bottom: 0;
|
|
308
|
+
font-weight: 500;
|
|
309
|
+
color: #333;
|
|
310
|
+
font-size: 14px;
|
|
311
|
+
line-height: 1.4;
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
.label-field-pair .field {
|
|
315
|
+
width: 100%;
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
/* Ensure the text input takes full width of its container */
|
|
319
|
+
.label-field-pair .field .text-input {
|
|
320
|
+
width: 100%;
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
.label-field-pair .field .text-input input {
|
|
324
|
+
width: 100%;
|
|
325
|
+
box-sizing: border-box;
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
/* Optional: Add some styling to make it look cleaner */
|
|
329
|
+
.label-field-pair .field .text-input input:focus {
|
|
330
|
+
outline: none;
|
|
331
|
+
border-color: #007bff;
|
|
332
|
+
box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
/* Responsive adjustments if needed */
|
|
336
|
+
@media (max-width: 768px) {
|
|
337
|
+
.label-field-pair {
|
|
338
|
+
gap: 6px;
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
.label-field-pair .card-label-smaller {
|
|
342
|
+
font-size: 13px;
|
|
343
|
+
}
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
/* Remove any default margins that might interfere */
|
|
347
|
+
.label-field-pair>* {
|
|
348
|
+
margin: 0;
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
/* Ensure proper spacing for the mandatory asterisk */
|
|
352
|
+
.label-field-pair .card-label-smaller::after {
|
|
353
|
+
margin-left: 2px;
|
|
354
|
+
}
|
|
283
355
|
|
|
284
356
|
.field-container {
|
|
285
357
|
span {
|
|
@@ -303,8 +375,7 @@
|
|
|
303
375
|
margin-right: auto;
|
|
304
376
|
}
|
|
305
377
|
|
|
306
|
-
.header-content {
|
|
307
|
-
}
|
|
378
|
+
.header-content {}
|
|
308
379
|
|
|
309
380
|
.header-end {
|
|
310
381
|
margin-left: auto;
|
|
@@ -336,15 +407,17 @@
|
|
|
336
407
|
.button-sub-text {
|
|
337
408
|
width: 240px;
|
|
338
409
|
}
|
|
410
|
+
|
|
339
411
|
.home-page-info-banner-wrap {
|
|
340
412
|
max-width: 45%;
|
|
341
|
-
min-width:
|
|
413
|
+
min-width: 40%;
|
|
342
414
|
margin-left: 0;
|
|
343
415
|
margin-right: 24px;
|
|
344
416
|
margin-bottom: 24px;
|
|
345
417
|
}
|
|
346
|
-
|
|
347
|
-
}
|
|
418
|
+
|
|
419
|
+
.info-banner-wrap-citizen-override {}
|
|
420
|
+
|
|
348
421
|
.oc-aknowledgement-screen {
|
|
349
422
|
width: auto;
|
|
350
423
|
min-width: 240px;
|
|
@@ -364,17 +437,16 @@
|
|
|
364
437
|
.BPAemployeeCard {
|
|
365
438
|
margin-left: 0px !important;
|
|
366
439
|
margin-right: 0px !important;
|
|
367
|
-
margin-bottom:
|
|
440
|
+
margin-bottom: 64px !important;
|
|
368
441
|
}
|
|
369
442
|
|
|
370
443
|
.employee-application-details {
|
|
371
444
|
display: flex !important;
|
|
372
|
-
flex-direction: column !important;
|
|
373
445
|
justify-content: space-between !important;
|
|
374
|
-
max-height:
|
|
375
|
-
height:
|
|
376
|
-
margin-bottom: 15px !important;
|
|
446
|
+
max-height: 60px !important;
|
|
447
|
+
height: 60px !important;
|
|
377
448
|
}
|
|
449
|
+
|
|
378
450
|
.employee-main-application-details {
|
|
379
451
|
padding: 10px !important;
|
|
380
452
|
}
|
|
@@ -394,20 +466,4 @@
|
|
|
394
466
|
position: unset !important;
|
|
395
467
|
margin: 0 !important;
|
|
396
468
|
width: 100% !important;
|
|
397
|
-
}
|
|
398
|
-
|
|
399
|
-
.language-selector .submit-bar, .submit-bar-disabled{
|
|
400
|
-
background-color: #5a1166 !important;
|
|
401
|
-
}
|
|
402
|
-
|
|
403
|
-
.owner-details{
|
|
404
|
-
display: flex;
|
|
405
|
-
flex-direction: row;
|
|
406
|
-
width: 100%;
|
|
407
|
-
flex-wrap: wrap;
|
|
408
|
-
justify-content: space-between
|
|
409
|
-
}
|
|
410
|
-
|
|
411
|
-
.owner-details-child{
|
|
412
|
-
width: 50%;
|
|
413
469
|
}
|