@egovernments/digit-ui-components-css 0.0.1
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/CHANGELOG.md +50 -0
- package/README.md +81 -0
- package/dist/index.css +17004 -0
- package/dist/index.min.css +6 -0
- package/img/browser-icon.png +0 -0
- package/img/m_seva_white_logo.png +0 -0
- package/img/mseva-demo.png +0 -0
- package/package.json +67 -0
- package/src/components/CardBasedOptions.scss +46 -0
- package/src/components/CitizenHomeCard.scss +56 -0
- package/src/components/EllipsisMenu.scss +17 -0
- package/src/components/EventCalendarView.scss +10 -0
- package/src/components/FAQ.scss +64 -0
- package/src/components/OnGroundEventCard.scss +72 -0
- package/src/components/PageBasedInput.scss +29 -0
- package/src/components/PopupHeadingLabel.scss +15 -0
- package/src/components/PropertySearchForm.scss +58 -0
- package/src/components/SearchForm.scss +56 -0
- package/src/components/SearchOnRadioButton.scss +10 -0
- package/src/components/StandaloneSearchBar.scss +10 -0
- package/src/components/TimeLine.scss +68 -0
- package/src/components/WhatsNewCard.scss +13 -0
- package/src/components/actionLink.scss +3 -0
- package/src/components/actionbar.scss +97 -0
- package/src/components/bannercomponents.scss +136 -0
- package/src/components/body.scss +144 -0
- package/src/components/buttons.scss +101 -0
- package/src/components/card.scss +391 -0
- package/src/components/cardHeaderWithOptions.scss +14 -0
- package/src/components/changeLanguage.scss +3 -0
- package/src/components/charts.scss +186 -0
- package/src/components/checkbox.scss +53 -0
- package/src/components/checkpoint.scss +63 -0
- package/src/components/citizenInfoLabel.scss +14 -0
- package/src/components/custombtn.scss +11 -0
- package/src/components/datatable.scss +134 -0
- package/src/components/datewrap.scss +21 -0
- package/src/components/detailscard.scss +6 -0
- package/src/components/detailscontainer.scss +13 -0
- package/src/components/filters.scss +98 -0
- package/src/components/grey.scss +3 -0
- package/src/components/hoc/InboxComposer.scss +115 -0
- package/src/components/hoc/index.scss +1 -0
- package/src/components/howItWorks.scss +71 -0
- package/src/components/imageviewer.scss +33 -0
- package/src/components/inboxv2/InboxLinks.scss +59 -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/info-banner.scss +35 -0
- package/src/components/inputotp.scss +15 -0
- package/src/components/keynote.scss +27 -0
- package/src/components/languageSelector.scss +24 -0
- package/src/components/loader.scss +96 -0
- package/src/components/map.scss +30 -0
- package/src/components/menu.scss +0 -0
- package/src/components/metricsTable.scss +28 -0
- package/src/components/multiLink.scss +88 -0
- package/src/components/multiSelectDropdown.scss +77 -0
- package/src/components/navbar.scss +312 -0
- package/src/components/plusMinus.scss +15 -0
- package/src/components/popup.scss +16 -0
- package/src/components/radiobtn.scss +45 -0
- package/src/components/ratingstar.scss +33 -0
- package/src/components/roundedLabel.scss +10 -0
- package/src/components/searchAction.scss +20 -0
- package/src/components/sectionalDropdown.scss +43 -0
- package/src/components/selectdropdown.scss +174 -0
- package/src/components/sidebar.scss +141 -0
- package/src/components/staticDynamicMessages.scss +107 -0
- package/src/components/staticSideBar.scss +27 -0
- package/src/components/statushighlight.scss +17 -0
- package/src/components/submiterrors.scss +11 -0
- package/src/components/summary.scss +29 -0
- package/src/components/table.scss +201 -0
- package/src/components/tag.scss +27 -0
- package/src/components/telephone.scss +17 -0
- package/src/components/textfields.scss +96 -0
- package/src/components/toast.scss +31 -0
- package/src/components/toggleSwitch.scss +41 -0
- package/src/components/topbar.scss +153 -0
- package/src/components/uploadcomponents.scss +100 -0
- package/src/digitv2/components/CitizenHomeCardV2.scss +56 -0
- package/src/digitv2/components/ErrorMessage.scss +19 -0
- package/src/digitv2/components/FormComposerV2.scss +118 -0
- package/src/digitv2/components/PageBasedInputV2.scss +33 -0
- package/src/digitv2/components/WhatsNewCardV2.scss +13 -0
- package/src/digitv2/components/actionLinkV2.scss +9 -0
- package/src/digitv2/components/actionbarV2.scss +110 -0
- package/src/digitv2/components/appContainerV2.scss +49 -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 +34 -0
- package/src/digitv2/components/breakLineV2.scss +6 -0
- package/src/digitv2/components/buttonsV2.scss +407 -0
- package/src/digitv2/components/cardBasedOptionsV2.scss +46 -0
- package/src/digitv2/components/cardLabelV2.scss +8 -0
- package/src/digitv2/components/cardV2.scss +383 -0
- package/src/digitv2/components/checkboxV2.scss +80 -0
- package/src/digitv2/components/checkpointV2.scss +71 -0
- package/src/digitv2/components/collapseAndExpandGroups.scss +60 -0
- package/src/digitv2/components/dateWrapV2.scss +17 -0
- package/src/digitv2/components/detailsCardV2.scss +17 -0
- package/src/digitv2/components/displayPhotosV2.scss +33 -0
- package/src/digitv2/components/fieldV1.scss +97 -0
- package/src/digitv2/components/footerV2.scss +55 -0
- package/src/digitv2/components/headerBarV2.scss +34 -0
- package/src/digitv2/components/headerV2.scss +12 -0
- package/src/digitv2/components/infoCardV2.scss +143 -0
- package/src/digitv2/components/infobuttons.scss +76 -0
- package/src/digitv2/components/keynoteV2.scss +35 -0
- package/src/digitv2/components/labelFieldPairV2.scss +58 -0
- package/src/digitv2/components/loaderV2.scss +85 -0
- package/src/digitv2/components/mobileNumberV2.scss +65 -0
- package/src/digitv2/components/modalV2.scss +46 -0
- package/src/digitv2/components/multiSelectDropdownV2.scss +316 -0
- package/src/digitv2/components/multiUploadWrapperV2.scss +6 -0
- package/src/digitv2/components/navbarV2.scss +9 -0
- package/src/digitv2/components/noresultsfoundV2.scss +11 -0
- package/src/digitv2/components/numeric.scss +47 -0
- package/src/digitv2/components/otpInputV2.scss +15 -0
- package/src/digitv2/components/panelcard.scss +161 -0
- package/src/digitv2/components/panels.scss +115 -0
- package/src/digitv2/components/paragraphV2.scss +5 -0
- package/src/digitv2/components/popUpV2.scss +309 -0
- package/src/digitv2/components/radiobtnV2.scss +114 -0
- package/src/digitv2/components/ratingV2.scss +33 -0
- package/src/digitv2/components/searchActionV2.scss +11 -0
- package/src/digitv2/components/searchFormV2.scss +76 -0
- package/src/digitv2/components/searchcomponent.scss +7 -0
- package/src/digitv2/components/selectdropdownV2.scss +361 -0
- package/src/digitv2/components/sidebarV2.scss +11 -0
- package/src/digitv2/components/stepper.scss +127 -0
- package/src/digitv2/components/tagV2.scss +121 -0
- package/src/digitv2/components/telephoneV2.scss +18 -0
- package/src/digitv2/components/textInputV2.scss +463 -0
- package/src/digitv2/components/textareaV2.scss +100 -0
- package/src/digitv2/components/textblock.scss +47 -0
- package/src/digitv2/components/timeline.scss +127 -0
- package/src/digitv2/components/toastV2.scss +81 -0
- package/src/digitv2/components/toggle.scss +73 -0
- package/src/digitv2/components/toggleswitchV2.scss +42 -0
- package/src/digitv2/components/topbarV2.scss +187 -0
- package/src/digitv2/components/treeSelectV2.scss +133 -0
- package/src/digitv2/components/uploadFileV2.scss +146 -0
- package/src/digitv2/components/uploader.scss +469 -0
- package/src/digitv2/index.scss +198 -0
- package/src/digitv2/pages/employee/index.scss +1 -0
- package/src/digitv2/pages/employee/workbench.scss +615 -0
- package/src/digitv2/typography.scss +658 -0
- package/src/index.scss +774 -0
- package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -0
- package/src/pages/citizen/DocumentList.scss +305 -0
- package/src/pages/citizen/Events.scss +47 -0
- package/src/pages/citizen/HomePageWrapper.scss +158 -0
- package/src/pages/citizen/SurveyList.scss +22 -0
- package/src/pages/citizen/citizenDocument.scss +22 -0
- package/src/pages/citizen/container.scss +19 -0
- package/src/pages/citizen/payment/payment-type.scss +3 -0
- package/src/pages/citizen/updatePropertyNumber.scss +46 -0
- package/src/pages/employee/EmployeeLogin.scss +7 -0
- package/src/pages/employee/cardfix.scss +13 -0
- package/src/pages/employee/container.scss +72 -0
- package/src/pages/employee/dss.scss +266 -0
- package/src/pages/employee/form-fields.scss +13 -0
- package/src/pages/employee/iframe.scss +66 -0
- package/src/pages/employee/inbox.scss +585 -0
- package/src/pages/employee/index.scss +626 -0
- package/src/pages/employee/login.scss +221 -0
- package/src/pages/employee/oldMobileInbox.scss +5 -0
- package/src/pages/employee/popupmodule.scss +34 -0
- package/src/pages/employee/response.scss +3 -0
- package/src/pages/employee/scroll-table.scss +119 -0
- package/src/pages/employee/surveys.scss +273 -0
- package/src/pages/employee/tooltip.scss +36 -0
- package/src/pages/employee/updateNumber.scss +13 -0
- package/svg/arrowdown.svg +1 -0
- package/svg/arrowleft.svg +1 -0
- package/svg/calendar.svg +1 -0
- package/svg/camera.svg +4 -0
- package/svg/check.svg +4 -0
- package/svg/close.svg +4 -0
- package/svg/error.svg +4 -0
- package/svg/error2.svg +5 -0
- package/svg/searchicon.svg +4 -0
- package/svg/starempty.svg +4 -0
- package/svg/starfilled.svg +5 -0
- package/svg/success.svg +4 -0
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
.table {
|
|
2
|
+
@apply bg-white w-full;
|
|
3
|
+
|
|
4
|
+
thead {
|
|
5
|
+
th {
|
|
6
|
+
padding: 20px 18px;
|
|
7
|
+
@apply font-bold align-middle text-left;
|
|
8
|
+
&:first-child {
|
|
9
|
+
min-width: 256px;
|
|
10
|
+
}
|
|
11
|
+
&:nth-child(2) {
|
|
12
|
+
min-width: 200px;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
tbody {
|
|
19
|
+
border: none;
|
|
20
|
+
padding: 0;
|
|
21
|
+
margin: 0;
|
|
22
|
+
td {
|
|
23
|
+
@apply border-t border-border text-left align-middle;
|
|
24
|
+
padding: "20px 18px";
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.pagination {
|
|
30
|
+
display: flex;
|
|
31
|
+
justify-content: flex-end;
|
|
32
|
+
background-color: rgba(255, 255, 255, var(--bg-opacity));
|
|
33
|
+
border-top: 1px solid rgb(214, 213, 212);
|
|
34
|
+
padding: 20px 40px 20px 0px;
|
|
35
|
+
color: rgb(80, 90, 95);
|
|
36
|
+
|
|
37
|
+
svg {
|
|
38
|
+
fill: theme(colors.text.secondary);
|
|
39
|
+
@apply ml-md;
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.pagination button:nth-child(1) span::after {
|
|
44
|
+
content: "\f105";
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.fullWidth {
|
|
48
|
+
width: 100% !important;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.customTable {
|
|
52
|
+
width: 100%;
|
|
53
|
+
th {
|
|
54
|
+
font-weight: bold;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
th,
|
|
58
|
+
td {
|
|
59
|
+
text-align: left;
|
|
60
|
+
border-bottom: 1px solid #b1b4b6;
|
|
61
|
+
padding: 15px 10px;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
tr:nth-child(odd) {
|
|
65
|
+
background-color: theme(colors.grey.mid);
|
|
66
|
+
}
|
|
67
|
+
tr:nth-child(even) {
|
|
68
|
+
background-color: #fff;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
thead {
|
|
72
|
+
tr:first-child {
|
|
73
|
+
background-color: unset;
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.table-fixed-first-column {
|
|
79
|
+
thead {
|
|
80
|
+
th:first-child {
|
|
81
|
+
position: sticky;
|
|
82
|
+
background: #fff;
|
|
83
|
+
left: 0;
|
|
84
|
+
border-right: 1px solid #b1b4b6;
|
|
85
|
+
border-top-left-radius: 4px;
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
tbody {
|
|
89
|
+
td:first-child {
|
|
90
|
+
position: sticky;
|
|
91
|
+
background: #fff;
|
|
92
|
+
color: theme(colors.primary.main);
|
|
93
|
+
left: 0;
|
|
94
|
+
border-right: 1px solid #b1b4b6;
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.table-fixed-last-column {
|
|
100
|
+
thead {
|
|
101
|
+
th:last-child {
|
|
102
|
+
position: sticky;
|
|
103
|
+
background: #fff;
|
|
104
|
+
right: 0;
|
|
105
|
+
left:0;
|
|
106
|
+
border-top-left-radius: 4px;
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
tbody {
|
|
110
|
+
td:last-child {
|
|
111
|
+
position: sticky;
|
|
112
|
+
background: #fff;
|
|
113
|
+
color: theme(colors.primary.main);
|
|
114
|
+
left: 0;
|
|
115
|
+
right:0;
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.table-fixed-column-common-pay {
|
|
121
|
+
thead {
|
|
122
|
+
th:first-child {
|
|
123
|
+
position: sticky;
|
|
124
|
+
background: rgb(238, 238, 238);
|
|
125
|
+
left: 0;
|
|
126
|
+
border-top-left-radius: 4px;
|
|
127
|
+
}
|
|
128
|
+
th:last-child {
|
|
129
|
+
position: sticky;
|
|
130
|
+
background: rgb(238, 238, 238);
|
|
131
|
+
right: 0;
|
|
132
|
+
border-top-left-radius: 4px;
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
tbody {
|
|
136
|
+
td:first-child {
|
|
137
|
+
position: sticky;
|
|
138
|
+
background: rgb(238, 238, 238);
|
|
139
|
+
left: 0;
|
|
140
|
+
}
|
|
141
|
+
td:last-child {
|
|
142
|
+
position: sticky;
|
|
143
|
+
background: rgb(238, 238, 238);
|
|
144
|
+
right: 0;
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.table-fixed-first-second-column {
|
|
150
|
+
thead {
|
|
151
|
+
th:nth-child(2) {
|
|
152
|
+
position: sticky;
|
|
153
|
+
left: 0;
|
|
154
|
+
background-color: white;
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
tbody {
|
|
158
|
+
td:nth-child(2) {
|
|
159
|
+
position: sticky;
|
|
160
|
+
left: 0;
|
|
161
|
+
background-color: inherit;
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
.table-border-style {
|
|
166
|
+
border: 1px solid #b1b4b6;
|
|
167
|
+
border-radius: 4px;
|
|
168
|
+
border-spacing: 0;
|
|
169
|
+
border-collapse: separate;
|
|
170
|
+
}
|
|
171
|
+
.dss-table-wrapper {
|
|
172
|
+
width: 100%;
|
|
173
|
+
display: block;
|
|
174
|
+
overflow-x: auto;
|
|
175
|
+
table {
|
|
176
|
+
th {
|
|
177
|
+
.tooltip {
|
|
178
|
+
min-width: 80px;
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
tr {
|
|
182
|
+
td {
|
|
183
|
+
span {
|
|
184
|
+
white-space: pre;
|
|
185
|
+
min-width: 80px;
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
.reports-table {
|
|
193
|
+
margin-top: 2rem;
|
|
194
|
+
thead {
|
|
195
|
+
th {
|
|
196
|
+
&:first-child {
|
|
197
|
+
min-width: unset;
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
.tag-container {
|
|
2
|
+
@apply flex flex-wrap mb-md;
|
|
3
|
+
.tag {
|
|
4
|
+
@apply bg-grey-mid rounded-2xl pt-sm pb-sm flex justify-between items-center;
|
|
5
|
+
padding-left: 12px;
|
|
6
|
+
padding-right: 12px;
|
|
7
|
+
font-size: 14px;
|
|
8
|
+
margin-left: 2px;
|
|
9
|
+
height: 2rem;
|
|
10
|
+
margin-top: 1rem;
|
|
11
|
+
.text {
|
|
12
|
+
padding-right: 5px;
|
|
13
|
+
max-width: calc( 100% - 24px );
|
|
14
|
+
height: 22px;
|
|
15
|
+
overflow: hidden;
|
|
16
|
+
text-overflow: clip;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
&:hover {
|
|
20
|
+
@apply cursor-pointer;
|
|
21
|
+
|
|
22
|
+
.close {
|
|
23
|
+
fill: black;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
.telephone {
|
|
2
|
+
@apply flex items-baseline;
|
|
3
|
+
img,
|
|
4
|
+
svg {
|
|
5
|
+
height: 22px;
|
|
6
|
+
width: 20px;
|
|
7
|
+
@apply text-primary-main ml-sm items-center;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
p {
|
|
11
|
+
@apply text-text-primary text-body-l pl-sm;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.call {
|
|
16
|
+
@apply flex text-text-secondary text-body-l;
|
|
17
|
+
}
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
.card-input {
|
|
2
|
+
@apply mb-lg pl-sm outline-none mt-sm block border w-full h-10 border-input-border border-solid bg-white leading-10 text-form-field text-text-primary;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.card-input-error {
|
|
6
|
+
@apply mb-lg pl-sm block w-full h-10 outline-none border-2 border-error border-solid bg-white leading-10 text-form-field text-text-primary;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.employee-card-input {
|
|
10
|
+
@apply mb-lg pl-sm outline-none block border w-full h-10 border-input-border border-solid bg-white leading-10 text-form-field text-text-primary;
|
|
11
|
+
}
|
|
12
|
+
.employee-card-input:disabled {
|
|
13
|
+
@apply border-grey-dark text-grey-dark !important;
|
|
14
|
+
pointer-events: none !important;
|
|
15
|
+
}
|
|
16
|
+
.employee-card-input--front {
|
|
17
|
+
width: fit-content !important;
|
|
18
|
+
display: flex;
|
|
19
|
+
align-items: center;
|
|
20
|
+
background: theme(colors.grey.mid);
|
|
21
|
+
border-right: 0;
|
|
22
|
+
padding-right: 5px;
|
|
23
|
+
}
|
|
24
|
+
.employee-card-input-error {
|
|
25
|
+
@apply mb-lg pl-sm block w-full h-10 outline-none border-2 border-error border-solid bg-white leading-10 text-form-field text-text-primary;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.card-textarea,
|
|
29
|
+
.employee-card-textarea {
|
|
30
|
+
@apply block outline-none mt-md mb-lg border w-full border-input-border border-solid bg-white h-24 text-form-field text-text-primary p-sm;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.inputWrapper {
|
|
34
|
+
display: flex;
|
|
35
|
+
justify-content: flex-start;
|
|
36
|
+
max-width: 500px;
|
|
37
|
+
|
|
38
|
+
div {
|
|
39
|
+
max-width: 80px;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
span {
|
|
43
|
+
margin-top: 16px;
|
|
44
|
+
margin-left: 10%;
|
|
45
|
+
margin-right: 10%;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
@screen dt {
|
|
50
|
+
.card-input {
|
|
51
|
+
width: 480px;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.card-input-emp {
|
|
55
|
+
width: 240px;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.card-input-error {
|
|
59
|
+
width: 480px;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.employee-card-input {
|
|
63
|
+
@apply w-full;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.employee-card-input-error {
|
|
67
|
+
@apply w-full;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.card-textarea {
|
|
71
|
+
/* //width: 480px; */
|
|
72
|
+
@apply w-full;
|
|
73
|
+
max-width:540px;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.employee-card-textarea {
|
|
77
|
+
@apply w-full;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.card-input-emp {
|
|
81
|
+
width: 240px;
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.citizen-card-input {
|
|
86
|
+
@apply mb-lg pl-sm outline-none block border w-full h-10 border-input-border border-solid bg-white leading-10 text-form-field text-text-primary;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.citizen-card-input--front {
|
|
90
|
+
width: fit-content !important;
|
|
91
|
+
display: flex;
|
|
92
|
+
align-items: center;
|
|
93
|
+
background: theme(colors.grey.mid);
|
|
94
|
+
border-right: 0;
|
|
95
|
+
padding-right: 5px;
|
|
96
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
.toast-success {
|
|
2
|
+
max-width: 480px;
|
|
3
|
+
width: calc(100% - 20px);
|
|
4
|
+
bottom: 64px;
|
|
5
|
+
left: 0;
|
|
6
|
+
margin: 0 10px;
|
|
7
|
+
gap: 16px;
|
|
8
|
+
border-radius: 4px;
|
|
9
|
+
min-height: 48px;
|
|
10
|
+
@apply fixed flex bg-success leading-7 z-20 items-center pl-md pr-sm;
|
|
11
|
+
|
|
12
|
+
svg {
|
|
13
|
+
height: 20px;
|
|
14
|
+
width: 20px;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.toast-close-btn {
|
|
18
|
+
margin-left: auto;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
h2 {
|
|
22
|
+
@apply text-body-s-dt text-white;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
@screen dt {
|
|
27
|
+
.toast-success {
|
|
28
|
+
width: 100%;
|
|
29
|
+
left: calc(50% - 240px);
|
|
30
|
+
}
|
|
31
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
.react-switch-checkbox {
|
|
2
|
+
height: 0;
|
|
3
|
+
width: 0;
|
|
4
|
+
visibility: hidden;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.react-switch-label {
|
|
8
|
+
display: flex;
|
|
9
|
+
align-items: center;
|
|
10
|
+
justify-content: space-between;
|
|
11
|
+
cursor: pointer;
|
|
12
|
+
width: 50px;
|
|
13
|
+
height: 20px;
|
|
14
|
+
background: white;
|
|
15
|
+
border-radius: 100px;
|
|
16
|
+
position: relative;
|
|
17
|
+
transition: background-color .2s;
|
|
18
|
+
border: 1px solid #bbb;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.react-switch-label .react-switch-button {
|
|
22
|
+
content: '';
|
|
23
|
+
position: absolute;
|
|
24
|
+
top: 2px;
|
|
25
|
+
left: 2px;
|
|
26
|
+
width: 14px;
|
|
27
|
+
height: 14px;
|
|
28
|
+
border-radius: 45px;
|
|
29
|
+
transition: 0.2s;
|
|
30
|
+
background: theme(colors.primary.main);
|
|
31
|
+
box-shadow: 0 0 2px 0 rgba(10, 10, 10, 0.29);
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.react-switch-checkbox:checked + .react-switch-label .react-switch-button {
|
|
35
|
+
left: calc(100% - 2px);
|
|
36
|
+
transform: translateX(-100%);
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.react-switch-label:active .react-switch-button {
|
|
40
|
+
width: 45px;
|
|
41
|
+
}
|
|
@@ -0,0 +1,153 @@
|
|
|
1
|
+
.topbar {
|
|
2
|
+
position: fixed;
|
|
3
|
+
top: 0;
|
|
4
|
+
width: 100%;
|
|
5
|
+
padding: 10px 24px;
|
|
6
|
+
background: white;
|
|
7
|
+
box-shadow: rgba(0, 0, 0, 0.24) 0 1px 4px;
|
|
8
|
+
z-index: 9999999;
|
|
9
|
+
@apply flex items-center;
|
|
10
|
+
|
|
11
|
+
img {
|
|
12
|
+
display: inline;
|
|
13
|
+
|
|
14
|
+
&.city {
|
|
15
|
+
margin-right: 8px;
|
|
16
|
+
height: 48px;
|
|
17
|
+
width: 48px;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
&.state {
|
|
21
|
+
height: 20px;
|
|
22
|
+
max-height: 20px;
|
|
23
|
+
width: auto;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.ulb {
|
|
28
|
+
font-weight: bold;
|
|
29
|
+
display: inline-block;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.right {
|
|
33
|
+
float: right;
|
|
34
|
+
margin-top: 12px;
|
|
35
|
+
position: relative;
|
|
36
|
+
|
|
37
|
+
svg {
|
|
38
|
+
display: inline;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.user-img-txt {
|
|
42
|
+
background: theme(colors.primary.main);
|
|
43
|
+
padding: 10px 15px;
|
|
44
|
+
border-radius: 50%;
|
|
45
|
+
color: white;
|
|
46
|
+
font-weight: 700;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.left {
|
|
51
|
+
float: left;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.w-80 {
|
|
55
|
+
width: 70%;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.width-20 {
|
|
59
|
+
width: 30%;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.margin-top-6 {
|
|
63
|
+
margin-top: 6px;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.margin-right-30 {
|
|
67
|
+
margin-right: 30px;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.margin-top-10 {
|
|
71
|
+
margin-top: 10px;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.icon {
|
|
75
|
+
display: block;
|
|
76
|
+
color: rgb(117, 117, 117);
|
|
77
|
+
fill: rgb(117, 117, 117);
|
|
78
|
+
height: 21px;
|
|
79
|
+
width: 21px;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.column-gap-15 {
|
|
83
|
+
column-gap: 15px;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.column-gap-5 {
|
|
87
|
+
column-gap: 5px;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.select-wrap,
|
|
91
|
+
.employee-select-wrap {
|
|
92
|
+
margin-bottom: 0px;
|
|
93
|
+
.profile-dropdown--item {
|
|
94
|
+
span {
|
|
95
|
+
white-space: pre;
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.cp {
|
|
102
|
+
cursor: pointer;
|
|
103
|
+
.hamburger {
|
|
104
|
+
display: none;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
@media (max-width: 780px) {
|
|
108
|
+
.hamburger {
|
|
109
|
+
display: none;
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
.citizen {
|
|
115
|
+
.right {
|
|
116
|
+
margin-top: 5px;
|
|
117
|
+
margin-bottom: 5px;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.topbar-select-wrap {
|
|
121
|
+
margin-bottom: 0;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
.flex-between {
|
|
125
|
+
@apply flex items-center justify-between;
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
.profile-dropdown--item {
|
|
130
|
+
display: flex;
|
|
131
|
+
flex-direction: row;
|
|
132
|
+
padding: 10px;
|
|
133
|
+
column-gap: 10px;
|
|
134
|
+
color: theme(colors.text.secondary);
|
|
135
|
+
|
|
136
|
+
&:hover {
|
|
137
|
+
background: theme(colors.grey.mid);
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
.flex-right {
|
|
142
|
+
@apply flex items-center justify-end;
|
|
143
|
+
min-width: 85px;
|
|
144
|
+
}
|
|
145
|
+
video::-webkit-media-controls-panel {
|
|
146
|
+
top: 55%;
|
|
147
|
+
position: absolute;
|
|
148
|
+
width: 100%;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.topbarOptionsClassName {
|
|
152
|
+
right: -3rem !important
|
|
153
|
+
}
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
.upload-wrap {
|
|
2
|
+
@apply flex w-full h-40 bg-grey-light relative mb-lg px-sm border border-border border-dashed;
|
|
3
|
+
max-width: 540px;
|
|
4
|
+
|
|
5
|
+
img {
|
|
6
|
+
display: block;
|
|
7
|
+
margin-top: 58px;
|
|
8
|
+
margin-left: calc(50% - 23px);
|
|
9
|
+
height: 42px;
|
|
10
|
+
width: 46px;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
svg {
|
|
14
|
+
display: block;
|
|
15
|
+
margin-top: 58px;
|
|
16
|
+
margin-left: calc(50% - 23px);
|
|
17
|
+
height: 42px;
|
|
18
|
+
width: 46px;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
input {
|
|
22
|
+
@apply absolute w-full h-full opacity-0 top-0;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.multi-upload-wrap {
|
|
27
|
+
@apply flex mb-lg;
|
|
28
|
+
|
|
29
|
+
div {
|
|
30
|
+
display: block;
|
|
31
|
+
position: relative;
|
|
32
|
+
background-color: theme(colors.grey.light);
|
|
33
|
+
width: calc((100% - 16px) / 3);
|
|
34
|
+
margin-right: 8px;
|
|
35
|
+
|
|
36
|
+
.delete {
|
|
37
|
+
position: absolute;
|
|
38
|
+
height: 24px;
|
|
39
|
+
width: 24px;
|
|
40
|
+
border-radius: 100%;
|
|
41
|
+
top: 2px;
|
|
42
|
+
right: 2px;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.upload-img-container {
|
|
47
|
+
border: 1px dashed theme(colors.border);
|
|
48
|
+
margin: 0 !important;
|
|
49
|
+
|
|
50
|
+
img {
|
|
51
|
+
margin-left: auto;
|
|
52
|
+
margin-right: auto;
|
|
53
|
+
padding-top: calc(33% - 21px);
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
svg {
|
|
57
|
+
@apply flex;
|
|
58
|
+
margin: auto;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
svg {
|
|
62
|
+
margin-left: auto;
|
|
63
|
+
margin-right: auto;
|
|
64
|
+
top: calc(50% - 21px);
|
|
65
|
+
position: relative;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
input {
|
|
69
|
+
@apply absolute w-full h-full opacity-0 top-0;
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.upload-file-max-width {
|
|
75
|
+
max-width: 540px;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.upload-file {
|
|
79
|
+
min-height: 56px;
|
|
80
|
+
@apply relative border border-input-border w-full;
|
|
81
|
+
|
|
82
|
+
div {
|
|
83
|
+
@apply flex flex-row h-full items-center pl-md mt-sm flex-wrap;
|
|
84
|
+
|
|
85
|
+
.file-upload-status {
|
|
86
|
+
@apply text-body-s-dt ml-sm;
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
input {
|
|
90
|
+
width: 160px;
|
|
91
|
+
@apply absolute top-0 left-0 opacity-0 h-full;
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
@screen dt {
|
|
96
|
+
.multi-upload-wrap img {
|
|
97
|
+
width: 100%;
|
|
98
|
+
height: 158px;
|
|
99
|
+
}
|
|
100
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
.digit-citizen-home-card {
|
|
2
|
+
@apply bg-white mx-md p-md mb-lg;
|
|
3
|
+
|
|
4
|
+
.digit-header {
|
|
5
|
+
@apply flex font-bold text-heading-l text-text-primary justify-between pb-sm;
|
|
6
|
+
|
|
7
|
+
svg {
|
|
8
|
+
width: 33px;
|
|
9
|
+
height: 33px;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.digit-links {
|
|
14
|
+
@apply text-heading-s text-primary-main;
|
|
15
|
+
|
|
16
|
+
a {
|
|
17
|
+
@apply block pb-sm;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
@screen dt {
|
|
23
|
+
.citizenAllServiceGrid {
|
|
24
|
+
display: flex;
|
|
25
|
+
flex-direction: column;
|
|
26
|
+
justify-content: center;
|
|
27
|
+
flex: 1;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.digit-citizen-home-card {
|
|
31
|
+
@apply p-lg;
|
|
32
|
+
.header {
|
|
33
|
+
@apply pb-lg text-heading-l-dt;
|
|
34
|
+
svg {
|
|
35
|
+
@apply w-12 h-12;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.links {
|
|
40
|
+
@apply grid grid-cols-4 gap-px;
|
|
41
|
+
.digit-links-wrapper {
|
|
42
|
+
height: 25px;
|
|
43
|
+
margin-bottom: 0.5em;
|
|
44
|
+
}
|
|
45
|
+
a {
|
|
46
|
+
@apply pb-md;
|
|
47
|
+
padding-left: 0.2em;
|
|
48
|
+
margin-bottom: 16px;
|
|
49
|
+
width: 100%;
|
|
50
|
+
overflow: hidden;
|
|
51
|
+
text-overflow: ellipsis;
|
|
52
|
+
min-width: 0;
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|