@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,221 @@
|
|
|
1
|
+
.loginFormStyleEmployee {
|
|
2
|
+
.employeeCard {
|
|
3
|
+
.submit-bar {
|
|
4
|
+
@apply w-full;
|
|
5
|
+
}
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
.banner .bannerCard{
|
|
9
|
+
min-width: 420px !important;
|
|
10
|
+
}
|
|
11
|
+
.employeeForgotPassword .employeeCard .field .field-container .component-in-front {
|
|
12
|
+
margin-top: 0;
|
|
13
|
+
border: 1px solid;
|
|
14
|
+
border-right: none;
|
|
15
|
+
padding: 7px;
|
|
16
|
+
}
|
|
17
|
+
@screen dt {
|
|
18
|
+
.employeeForgotPassword .employeeCard .field .field-container .component-in-front {
|
|
19
|
+
padding: 7px;
|
|
20
|
+
}
|
|
21
|
+
.loginFormStyleEmployee .employeeCard, .banner .bannerCard{
|
|
22
|
+
min-width: 420px !important;
|
|
23
|
+
}
|
|
24
|
+
.employeeForgotPassword .employeeCard, .employeeChangePassword .employeeCard{
|
|
25
|
+
max-width: 420px !important;
|
|
26
|
+
min-width: 420px !important;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.employeeForgotPassword .employee-card-input {
|
|
31
|
+
margin-bottom: 0px;
|
|
32
|
+
border-left: none;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.employeeForgotPassword .field-container {
|
|
36
|
+
margin: 10px 0;
|
|
37
|
+
}
|
|
38
|
+
.employeeForgotPassword {
|
|
39
|
+
.submit-bar {
|
|
40
|
+
@apply w-full;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
.employeeChangePassword .submit-bar {
|
|
44
|
+
width: 100% !important;
|
|
45
|
+
}
|
|
46
|
+
.employeeChangePassword .card-text {
|
|
47
|
+
text-align: center;
|
|
48
|
+
}
|
|
49
|
+
.employeeChangePassword .input-otp-wrap {
|
|
50
|
+
text-align: center;
|
|
51
|
+
}
|
|
52
|
+
.submit-bar {
|
|
53
|
+
.submit-bar {
|
|
54
|
+
@apply w-full;
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
.loginFormStyleEmployee .bannerHeader p,
|
|
58
|
+
.employeeForgotPassword .bannerHeader p,
|
|
59
|
+
.employeeChangePassword .bannerHeader p {
|
|
60
|
+
font-size: 19px;
|
|
61
|
+
}
|
|
62
|
+
.employeeCard .card-sub-header {
|
|
63
|
+
font-size: 24px;
|
|
64
|
+
}
|
|
65
|
+
.loginFormStyleEmployee .employeeCard .card-label, .employeeForgotPassword .employeeCard .card-label{
|
|
66
|
+
font-weight: normal;
|
|
67
|
+
font-size: 16px;
|
|
68
|
+
line-height: 19px;
|
|
69
|
+
color: theme(colors.text.primary);
|
|
70
|
+
margin-top: 20px;
|
|
71
|
+
}
|
|
72
|
+
.banner .bannerHeader {
|
|
73
|
+
margin-bottom: 20px;
|
|
74
|
+
}
|
|
75
|
+
.employeeCard .card-label{
|
|
76
|
+
font-weight: normal;
|
|
77
|
+
font-size: 16px;
|
|
78
|
+
line-height: 19px;
|
|
79
|
+
color: theme(colors.text.primary);
|
|
80
|
+
}
|
|
81
|
+
.profile-label-margin{
|
|
82
|
+
margin-top: 10px;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.employeeForgotPassword .employeeCard .card-label-desc {
|
|
86
|
+
font-weight: normal;
|
|
87
|
+
font-size: 16px;
|
|
88
|
+
line-height: 24px;
|
|
89
|
+
color: theme(colors.text.secondary);
|
|
90
|
+
margin-top: 15px;
|
|
91
|
+
}
|
|
92
|
+
.employeeChangePassword .employeeCard .card-text {
|
|
93
|
+
margin-bottom: 15px;
|
|
94
|
+
font-size: 16px;
|
|
95
|
+
color: theme(colors.text.secondary);
|
|
96
|
+
}
|
|
97
|
+
@media screen and (max-width: 768px) {
|
|
98
|
+
.employeeChangePassword .employeeCard .card-text {
|
|
99
|
+
margin-top: 7px;
|
|
100
|
+
}
|
|
101
|
+
.employeeCard .card-sub-header {
|
|
102
|
+
font-size: 18px;
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
.employeeChangePassword .employeeCard .card-text-button {
|
|
106
|
+
text-align: center !important;
|
|
107
|
+
margin-bottom: 12px !important;
|
|
108
|
+
}
|
|
109
|
+
.employeeChangePassword .employeeCard .input-otp-wrap {
|
|
110
|
+
margin-bottom: 10px;
|
|
111
|
+
}
|
|
112
|
+
.employee .loginContainer {
|
|
113
|
+
padding-top: 0px !important;
|
|
114
|
+
}
|
|
115
|
+
.banner {
|
|
116
|
+
height: calc(100vh ) !important;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.employeeChangePassword .employeeCard .field .field-container{
|
|
120
|
+
margin-bottom: 24px;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
.employeeForgotPassword .employeeCard .employee-card-sub-header, .employeeChangePassword .employeeCard .employee-card-sub-header, .loginFormStyleEmployee .employeeCard .employee-card-sub-header{
|
|
124
|
+
font-size: 24px !important;
|
|
125
|
+
line-height: 28px !important;
|
|
126
|
+
margin-bottom: 0px !important;
|
|
127
|
+
}
|
|
128
|
+
@media screen and (max-width : 768px){
|
|
129
|
+
.employeeForgotPassword .employeeCard .employee-card-sub-header, .employeeChangePassword .employeeCard .employee-card-sub-header, .loginFormStyleEmployee .employeeCard .employee-card-sub-header{
|
|
130
|
+
font-size: 18px !important;
|
|
131
|
+
line-height: 21px !important;
|
|
132
|
+
margin-bottom: 0px !important;
|
|
133
|
+
}
|
|
134
|
+
.loginFormStyleEmployee .employeeCard, .banner .bannerCard{
|
|
135
|
+
min-width: 340px !important;
|
|
136
|
+
margin: 10px !important;
|
|
137
|
+
}
|
|
138
|
+
.employeeForgotPassword .employeeCard, .employeeChangePassword .employeeCard{
|
|
139
|
+
max-width: 360px !important;
|
|
140
|
+
min-width: 340px !important;
|
|
141
|
+
margin: 10px !important;
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
.employeeChangePassword .employeeCard .card-text{
|
|
145
|
+
margin-top: 18px !important;
|
|
146
|
+
margin-bottom: 20px !important;
|
|
147
|
+
}
|
|
148
|
+
.employeeBackbuttonAlign{
|
|
149
|
+
display: none;
|
|
150
|
+
}
|
|
151
|
+
.resend-otp{
|
|
152
|
+
cursor: pointer;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
.employee-select-wrap.login-city-dd {
|
|
156
|
+
.options-card{
|
|
157
|
+
max-height: 200px;
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
@media screen and (max-width: 768px){
|
|
161
|
+
.employeeBackbuttonAlign{
|
|
162
|
+
display: block;
|
|
163
|
+
position: absolute;
|
|
164
|
+
top: 20px;
|
|
165
|
+
left: 20px;
|
|
166
|
+
}
|
|
167
|
+
.banner{
|
|
168
|
+
align-items: flex-end;
|
|
169
|
+
padding-bottom: 40px;
|
|
170
|
+
height: 100vh !important;
|
|
171
|
+
}
|
|
172
|
+
.topbar{
|
|
173
|
+
background: rgba(34, 57, 77, var(--bg-opacity)) !important;
|
|
174
|
+
color: white;
|
|
175
|
+
}
|
|
176
|
+
.employee .loginContainer{
|
|
177
|
+
padding-top: 0px !important;
|
|
178
|
+
}
|
|
179
|
+
.removeBottomMargin{
|
|
180
|
+
margin-bottom: 0px !important;
|
|
181
|
+
}
|
|
182
|
+
.employee-select-wrap.login-city-dd {
|
|
183
|
+
.options-card{
|
|
184
|
+
max-height: 160px;
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
.loginFormStyleEmployee {
|
|
191
|
+
|
|
192
|
+
.loginCardSubHeaderClassName {
|
|
193
|
+
text-align: center !important;
|
|
194
|
+
}
|
|
195
|
+
.loginCardClassName {
|
|
196
|
+
margin: auto !important;
|
|
197
|
+
min-width: 408px !important;
|
|
198
|
+
header.employee-card-sub-header{
|
|
199
|
+
text-align: center;
|
|
200
|
+
margin-top: 10px;
|
|
201
|
+
}
|
|
202
|
+
}
|
|
203
|
+
.buttonClassName {
|
|
204
|
+
max-width: 100% !important;
|
|
205
|
+
width: 100% !important
|
|
206
|
+
}
|
|
207
|
+
.field .field-container .text-input input {
|
|
208
|
+
margin-bottom: 5px !important;
|
|
209
|
+
}
|
|
210
|
+
.bannerHeader {
|
|
211
|
+
margin-bottom: 0px !important;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
.primary-label-btn {
|
|
215
|
+
margin: 20px auto 0 auto !important;
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
.employee-select-wrap .options-card {
|
|
219
|
+
max-height: 150px !important;
|
|
220
|
+
}
|
|
221
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
.popup-module {
|
|
2
|
+
width: 480px;
|
|
3
|
+
margin: 0 auto;
|
|
4
|
+
@apply bg-white;
|
|
5
|
+
|
|
6
|
+
.popup-module-main {
|
|
7
|
+
@apply px-lg pb-lg;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.popup-module-action-bar {
|
|
11
|
+
gap: 16px;
|
|
12
|
+
@apply flex flex-row justify-end;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
@screen dt {
|
|
17
|
+
.popup-module {
|
|
18
|
+
width: 480px;
|
|
19
|
+
margin: auto;
|
|
20
|
+
@apply bg-white;
|
|
21
|
+
|
|
22
|
+
.popup-module-main {
|
|
23
|
+
@apply px-lg pb-lg;
|
|
24
|
+
}
|
|
25
|
+
.popup-module-main {
|
|
26
|
+
@apply w-full p-sm h-full;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.popup-module-action-bar {
|
|
30
|
+
gap: 16px;
|
|
31
|
+
@apply flex flex-row justify-end;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
.scroll-table-wrapper{
|
|
2
|
+
&::-webkit-scrollbar {
|
|
3
|
+
display: none;
|
|
4
|
+
}
|
|
5
|
+
-ms-overflow-style: none;
|
|
6
|
+
scrollbar-width: none;
|
|
7
|
+
@apply relative overflow-x-scroll overflow-y-visible pb-sm text-center;
|
|
8
|
+
|
|
9
|
+
.scroll-table-width-wrapper{
|
|
10
|
+
&::-webkit-scrollbar {
|
|
11
|
+
display: none;
|
|
12
|
+
}
|
|
13
|
+
-ms-overflow-style: none;
|
|
14
|
+
scrollbar-width: none;
|
|
15
|
+
width: calc(100% - 110px);
|
|
16
|
+
margin: auto;
|
|
17
|
+
@apply overflow-x-scroll;
|
|
18
|
+
table{
|
|
19
|
+
margin: auto;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.first-col{
|
|
24
|
+
width:110px;
|
|
25
|
+
@apply absolute left-0;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.last-col{
|
|
29
|
+
width:110px;
|
|
30
|
+
@apply absolute right-0;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
@screen dt{
|
|
35
|
+
.scroll-table-wrapper{
|
|
36
|
+
width: 60%;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
.table-switch-card-chip{
|
|
40
|
+
display: flex;
|
|
41
|
+
cursor: pointer;
|
|
42
|
+
padding-right: 10px;
|
|
43
|
+
width: 100%;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.table-search-wrapper{
|
|
47
|
+
display:flex;
|
|
48
|
+
width:100%;
|
|
49
|
+
align-items:center;
|
|
50
|
+
}
|
|
51
|
+
.table-switch-card-inactive{
|
|
52
|
+
/* Frame 58 */
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
/* Auto layout */
|
|
56
|
+
|
|
57
|
+
display: flex;
|
|
58
|
+
flex-direction: row;
|
|
59
|
+
align-items: flex-start;
|
|
60
|
+
padding: 8px;
|
|
61
|
+
|
|
62
|
+
position: static;
|
|
63
|
+
height: 40px;
|
|
64
|
+
left: 84px;
|
|
65
|
+
top: 0px;
|
|
66
|
+
|
|
67
|
+
/* Light Theme / Paper */
|
|
68
|
+
|
|
69
|
+
background: theme(colors.white);
|
|
70
|
+
box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
|
|
71
|
+
|
|
72
|
+
/* Inside auto layout */
|
|
73
|
+
|
|
74
|
+
flex: none;
|
|
75
|
+
flex-grow: 0;
|
|
76
|
+
margin: 0px 0px;
|
|
77
|
+
color: #B1B4B6;
|
|
78
|
+
}
|
|
79
|
+
.table-switch-card-inactive:hover{
|
|
80
|
+
background: #fffffc;
|
|
81
|
+
font-size: 17px;
|
|
82
|
+
color: theme(colors.text.secondary);
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.table-switch-card-active{/* Frame 57 */
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
/* Auto layout */
|
|
89
|
+
|
|
90
|
+
display: flex;
|
|
91
|
+
flex-direction: row;
|
|
92
|
+
align-items: flex-start;
|
|
93
|
+
padding: 8px;
|
|
94
|
+
|
|
95
|
+
position: static;
|
|
96
|
+
height: 40px;
|
|
97
|
+
left: 0px;
|
|
98
|
+
top: 0px;
|
|
99
|
+
|
|
100
|
+
/* Light Theme / Paper */
|
|
101
|
+
|
|
102
|
+
background: theme(colors.white);
|
|
103
|
+
/* Light Theme / Primary */
|
|
104
|
+
|
|
105
|
+
border: 1px solid theme(colors.primary.main);
|
|
106
|
+
box-sizing: border-box;
|
|
107
|
+
box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
|
|
108
|
+
|
|
109
|
+
/* Inside auto layout */
|
|
110
|
+
|
|
111
|
+
flex: none;
|
|
112
|
+
flex-grow: 0;
|
|
113
|
+
margin: 0px 0px;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.icon-wrapper {
|
|
117
|
+
margin-left:1rem;
|
|
118
|
+
cursor:pointer
|
|
119
|
+
}
|
|
@@ -0,0 +1,273 @@
|
|
|
1
|
+
.surveydetailsform-wrapper {
|
|
2
|
+
@apply grid gap-6 py-md;
|
|
3
|
+
|
|
4
|
+
label {
|
|
5
|
+
@apply font-medium;
|
|
6
|
+
}
|
|
7
|
+
.surveyformfield {
|
|
8
|
+
@apply grid gap-4;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.employee-select-wrap,
|
|
12
|
+
.employee-card-input {
|
|
13
|
+
margin-bottom: 0;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.newSurveyForm_wrapper {
|
|
18
|
+
@apply grid p-md bg-grey-light border border-border rounded gap-6 ;
|
|
19
|
+
.newSurveyForm_questions {
|
|
20
|
+
}
|
|
21
|
+
.newSurveyForm_answer {
|
|
22
|
+
}
|
|
23
|
+
.newSurveyForm_actions {
|
|
24
|
+
@apply flex justify-end gap-4 py-md;
|
|
25
|
+
.checkbox-wrap .label {
|
|
26
|
+
margin-left: 40px;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
.newSurveyForm_seprator {
|
|
30
|
+
@apply w-px h-6 border border-border;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.surveyformslist_wrapper,
|
|
35
|
+
.surveydetailsform-wrapper {
|
|
36
|
+
.heading {
|
|
37
|
+
@apply text-heading-l font-medium py-md;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.surveyformslist_wrapper {
|
|
42
|
+
@apply grid gap-6 py-md;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.options_checkboxes {
|
|
46
|
+
@apply flex flex-col gap-4;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.optioncheckboxwrapper {
|
|
50
|
+
@apply flex;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.simple_editable-input {
|
|
54
|
+
outline-width: 0;
|
|
55
|
+
border: 0;
|
|
56
|
+
border-bottom: 2px solid black;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.simple_readonly-input {
|
|
60
|
+
outline-width: 0;
|
|
61
|
+
border: 0;
|
|
62
|
+
background: transparent;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.pointer {
|
|
66
|
+
cursor: pointer;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.disabled-btn {
|
|
70
|
+
@apply pointer-events-none cursor-not-allowed;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.optionradiobtnwrapper {
|
|
74
|
+
@apply flex gap-2;
|
|
75
|
+
|
|
76
|
+
.customradiobutton {
|
|
77
|
+
@apply w-6 h-6;
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.edit-action-btn {
|
|
82
|
+
@apply flex justify-end;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.surveyQuestion-wrapper{
|
|
86
|
+
@apply grid gap-6;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.question-title {
|
|
90
|
+
font-size: 18px;
|
|
91
|
+
line-height: 21px;
|
|
92
|
+
color: theme(colors.text.primary);
|
|
93
|
+
font-weight: 700;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.responses-container {
|
|
97
|
+
display: flex;
|
|
98
|
+
flex-direction: column;
|
|
99
|
+
align-items: flex-start;
|
|
100
|
+
padding: 8px 4px;
|
|
101
|
+
background-color: theme(colors.grey.light);
|
|
102
|
+
border: 1px solid theme(colors.border);
|
|
103
|
+
box-sizing: border-box;
|
|
104
|
+
border-radius: 4px;
|
|
105
|
+
margin-top: 20px;
|
|
106
|
+
margin-bottom: 20px;
|
|
107
|
+
position: relative;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
.responses-container-date {
|
|
111
|
+
display: flex;
|
|
112
|
+
flex-direction: column;
|
|
113
|
+
justify-content: center;
|
|
114
|
+
align-items: center;
|
|
115
|
+
padding: 8px 8px 0px 8px;
|
|
116
|
+
position: static;
|
|
117
|
+
left: 0px;
|
|
118
|
+
top: 41px;
|
|
119
|
+
background: theme(colors.grey.light);
|
|
120
|
+
border: 1px solid theme(colors.border);
|
|
121
|
+
box-sizing: border-box;
|
|
122
|
+
border-radius: 4px;
|
|
123
|
+
margin-top: 20px;
|
|
124
|
+
margin-bottom: 20px;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.responses-container-line {
|
|
128
|
+
width: 100%;
|
|
129
|
+
margin-bottom: -12px;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
.date-time{
|
|
133
|
+
margin-top: 10px;
|
|
134
|
+
margin-bottom: 10px;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.response-result {
|
|
138
|
+
flex: none;
|
|
139
|
+
order: 1;
|
|
140
|
+
flex-grow: 0;
|
|
141
|
+
margin: 0px 0px -20px;
|
|
142
|
+
display: inline-block;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
.date-container {
|
|
146
|
+
display: flex;
|
|
147
|
+
flex-direction: column;
|
|
148
|
+
justify-content: center;
|
|
149
|
+
align-items: center;
|
|
150
|
+
padding: 16px 8px;
|
|
151
|
+
background: theme(colors.grey.light);
|
|
152
|
+
border: 1px solid theme(colors.border);
|
|
153
|
+
box-sizing: border-box;
|
|
154
|
+
border-radius: 4px;
|
|
155
|
+
@apply gap-y-6;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
.date-response {
|
|
159
|
+
display: flex;
|
|
160
|
+
flex-direction: row;
|
|
161
|
+
font-weight: bold;
|
|
162
|
+
@apply gap-10 ;
|
|
163
|
+
}
|
|
164
|
+
.divide {
|
|
165
|
+
--tw-divide-x-reverse: 0;
|
|
166
|
+
border-right-width: calc(2px * var(--tw-divide-x-reverse));
|
|
167
|
+
border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
.circle {
|
|
171
|
+
background-color:red;
|
|
172
|
+
height:40px;
|
|
173
|
+
border-radius:50%;
|
|
174
|
+
-moz-border-radius:50%;
|
|
175
|
+
-webkit-border-radius:50%;
|
|
176
|
+
width:40px;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
.align-columns{
|
|
180
|
+
@apply grid gap-4;
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
@screen dt {
|
|
185
|
+
.surveydetailsform-wrapper {
|
|
186
|
+
.surveyformfield {
|
|
187
|
+
@apply items-center;
|
|
188
|
+
grid-template-columns: 1fr 2fr 1fr;
|
|
189
|
+
|
|
190
|
+
.radio-wrap {
|
|
191
|
+
@apply flex gap-20;
|
|
192
|
+
margin-bottom: 0;
|
|
193
|
+
}
|
|
194
|
+
.radio-wrap div {
|
|
195
|
+
@apply flex items-center;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
.radio-btn {
|
|
199
|
+
@apply w-6 h-6;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
.radio-btn-checkmark {
|
|
203
|
+
height: 1.75rem;
|
|
204
|
+
width: 1.75rem;
|
|
205
|
+
--border-opacity: 1;
|
|
206
|
+
border: 1px solid theme(colors.inputBorder);
|
|
207
|
+
border-color: rgba(70, 70, 70, var(--border-opacity));
|
|
208
|
+
border-radius: 9999px;
|
|
209
|
+
display: block;
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
.radio-wrap .radio-btn-wrap input:checked ~ .radio-btn-checkmark:after {
|
|
213
|
+
display: block;
|
|
214
|
+
--bg-opacity: 1;
|
|
215
|
+
background-color: theme(colors.primary.main);
|
|
216
|
+
background-color: rgba(244, 119, 56, var(--bg-opacity));
|
|
217
|
+
height: 1.25rem;
|
|
218
|
+
width: 1.25rem;
|
|
219
|
+
border-radius: 9999px;
|
|
220
|
+
position: absolute;
|
|
221
|
+
top: 4px;
|
|
222
|
+
left: 4px;
|
|
223
|
+
}
|
|
224
|
+
}
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
.newSurveyForm_wrapper {
|
|
228
|
+
@apply grid p-md bg-grey-light border border-border rounded;
|
|
229
|
+
grid-template-columns: 33% 1fr;
|
|
230
|
+
|
|
231
|
+
.newSurveyForm_quesno {
|
|
232
|
+
@apply text-heading-m font-medium;
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
.newSurveyForm_mainsection {
|
|
236
|
+
}
|
|
237
|
+
.newSurveyForm_questions {
|
|
238
|
+
@apply flex gap-4;
|
|
239
|
+
|
|
240
|
+
.text-input {
|
|
241
|
+
@apply w-3/4;
|
|
242
|
+
}
|
|
243
|
+
.employee-select-wrap {
|
|
244
|
+
@apply flex-1;
|
|
245
|
+
}
|
|
246
|
+
}
|
|
247
|
+
.newSurveyForm_answer {
|
|
248
|
+
}
|
|
249
|
+
.newSurveyForm_actions {
|
|
250
|
+
@apply flex justify-end gap-2;
|
|
251
|
+
.checkbox-wrap {
|
|
252
|
+
@apply items-center;
|
|
253
|
+
margin-bottom: 0;
|
|
254
|
+
}
|
|
255
|
+
.checkbox-wrap .label {
|
|
256
|
+
margin-left: 40px;
|
|
257
|
+
}
|
|
258
|
+
}
|
|
259
|
+
.newSurveyForm_seprator {
|
|
260
|
+
@apply w-px h-6 border border-border;
|
|
261
|
+
}
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
.surveyformslist_wrapper {
|
|
265
|
+
@apply w-3/4 grid gap-6 py-md;
|
|
266
|
+
}
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
.unstyled-button {
|
|
270
|
+
border: none;
|
|
271
|
+
padding: 0;
|
|
272
|
+
background: none;
|
|
273
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
.tooltip {
|
|
2
|
+
position: relative;
|
|
3
|
+
display: inline-block;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.tooltip .tooltiptext {
|
|
7
|
+
visibility: hidden;
|
|
8
|
+
background-color: #555;
|
|
9
|
+
color: #fff;
|
|
10
|
+
text-align: left;
|
|
11
|
+
border-radius: 6px;
|
|
12
|
+
padding: 5px;
|
|
13
|
+
position: absolute;
|
|
14
|
+
z-index: 1;
|
|
15
|
+
bottom: 125%;
|
|
16
|
+
left: 50%;
|
|
17
|
+
margin-left: -60px;
|
|
18
|
+
opacity: 0;
|
|
19
|
+
transition: opacity 0.3s;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.tooltip .tooltiptext::after {
|
|
23
|
+
position: absolute;
|
|
24
|
+
top: 100%;
|
|
25
|
+
left: 50%;
|
|
26
|
+
margin-left: -5px;
|
|
27
|
+
border-width: 5px;
|
|
28
|
+
border-style: solid;
|
|
29
|
+
border-color: #555 transparent transparent transparent;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.tooltip:hover .tooltiptext {
|
|
33
|
+
visibility: visible;
|
|
34
|
+
opacity: 1;
|
|
35
|
+
cursor: pointer;
|
|
36
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black" width="18px" height="18px"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M7 10l5 5 5-5H7z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black" width="19px"><path d="M24 0v24H0V0h24z" fill="none" opacity=".87"/><path d="M14 7l-5 5 5 5V7z"/></svg>
|
package/svg/calendar.svg
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black" width="18px" height="18px"><path d="M0 0h24v24H0z" fill="none"/><path d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/></svg>
|
package/svg/camera.svg
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" enableBackground="new 0 0 24 24" viewBox="0 0 24 24" fill="black" width="46px" height="42px">
|
|
2
|
+
<rect fill="none" height="24" width="24"/>
|
|
3
|
+
<path d="M3,4V1h2v3h3v2H5v3H3V6H0V4H3z M6,10V7h3V4h7l1.83,2H21c1.1,0,2,0.9,2,2v12c0,1.1-0.9,2-2,2H5c-1.1,0-2-0.9-2-2V10H6z M13,19c2.76,0,5-2.24,5-5s-2.24-5-5-5s-5,2.24-5,5S10.24,19,13,19z M9.8,14c0,1.77,1.43,3.2,3.2,3.2s3.2-1.43,3.2-3.2 s-1.43-3.2-3.2-3.2S9.8,12.23,9.8,14z"/>
|
|
4
|
+
</svg>
|