@pmidc/upyog-css 1.1.10 → 1.1.12
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/dist/index.css +1174 -350
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/CardBasedOptions.scss +535 -534
- package/src/components/CitizenHomeCard.scss +228 -228
- package/src/components/EllipsisMenu.scss +16 -16
- package/src/components/EventCalendarView.scss +9 -9
- package/src/components/FAQ.scss +63 -63
- package/src/components/NewAccordianCitizen.scss +130 -130
- package/src/components/OnGroundEventCard.scss +71 -71
- package/src/components/PageBasedInput.scss +30 -30
- package/src/components/PopupHeadingLabel.scss +14 -14
- package/src/components/PropertySearchForm.scss +58 -58
- package/src/components/SearchForm.scss +56 -56
- package/src/components/SearchOnRadioButton.scss +9 -9
- package/src/components/StandaloneSearchBar.scss +9 -9
- package/src/components/SurveyModal.scss +195 -0
- package/src/components/TimeLine.scss +96 -96
- package/src/components/WhatsNewCard.scss +12 -12
- package/src/components/actionLink.scss +3 -3
- package/src/components/actionbar.scss +99 -96
- package/src/components/bannercomponents.scss +137 -137
- package/src/components/body.scss +450 -261
- package/src/components/buttons.scss +134 -118
- package/src/components/card.scss +627 -595
- package/src/components/cardHeaderWithOptions.scss +13 -13
- package/src/components/changeLanguage.scss +3 -3
- package/src/components/charts.scss +185 -185
- package/src/components/checkbox.scss +83 -83
- package/src/components/checkpoint.scss +65 -65
- package/src/components/citizenInfoLabel.scss +14 -14
- package/src/components/custombtn.scss +15 -15
- package/src/components/datatable.scss +118 -116
- package/src/components/datewrap.scss +21 -21
- package/src/components/detailscard.scss +6 -6
- package/src/components/detailscontainer.scss +13 -13
- package/src/components/filters.scss +97 -97
- package/src/components/grey.scss +3 -3
- package/src/components/hoc/InboxComposer.scss +115 -115
- package/src/components/howItWorks.scss +71 -71
- package/src/components/imageviewer.scss +33 -33
- package/src/components/info-banner.scss +35 -35
- package/src/components/inputotp.scss +15 -15
- package/src/components/keynote.scss +29 -29
- package/src/components/languageSelector.scss +24 -24
- package/src/components/loader.scss +96 -96
- package/src/components/map.scss +36 -36
- package/src/components/metricsTable.scss +26 -26
- package/src/components/multiLink.scss +87 -87
- package/src/components/multiSelectDropdown.scss +88 -88
- package/src/components/navbar.scss +377 -377
- package/src/components/newFooter.scss +75 -75
- package/src/components/plusMinus.scss +15 -15
- package/src/components/popup.scss +15 -15
- package/src/components/radiobtn.scss +44 -44
- package/src/components/ratingstar.scss +33 -33
- package/src/components/roundedLabel.scss +10 -10
- package/src/components/searchAction.scss +27 -27
- package/src/components/sectionalDropdown.scss +43 -43
- package/src/components/selectdropdown.scss +279 -276
- package/src/components/staticDynamicMessages.scss +110 -110
- package/src/components/staticSideBar.scss +27 -27
- package/src/components/statushighlight.scss +17 -17
- package/src/components/submiterrors.scss +11 -11
- package/src/components/summary.scss +28 -28
- package/src/components/table.scss +383 -362
- package/src/components/tag.scss +27 -27
- package/src/components/telephone.scss +17 -17
- package/src/components/textfields.scss +138 -136
- package/src/components/toast.scss +31 -31
- package/src/components/toggleSwitch.scss +40 -40
- package/src/components/topbar.scss +217 -217
- package/src/components/uploadcomponents.scss +113 -113
- package/src/index.scss +1377 -1031
- package/src/modules/adv/index.scss +552 -552
- package/src/modules/rentAndLease/index.scss +227 -227
- package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -8
- package/src/pages/citizen/CitizenLogin.scss +50 -50
- package/src/pages/citizen/DocumentList.scss +454 -448
- package/src/pages/citizen/Events.scss +46 -46
- package/src/pages/citizen/HomePageWrapper.scss +215 -214
- package/src/pages/citizen/InboxCard.scss +378 -327
- package/src/pages/citizen/SurveyList.scss +21 -21
- package/src/pages/citizen/citizenDocument.scss +25 -25
- package/src/pages/citizen/citizenNewLogin.scss +352 -357
- package/src/pages/citizen/container.scss +32 -32
- package/src/pages/citizen/loaderMessage.scss +341 -295
- package/src/pages/citizen/payment/payment-type.scss +2 -2
- package/src/pages/citizen/updatePropertyNumber.scss +46 -46
- package/src/pages/common/form.scss +25 -25
- package/src/pages/common/newApplicationTimeline.scss +319 -319
- package/src/pages/common/pgrUICssfix.scss +105 -105
- package/src/pages/common/requiredField.scss +2 -2
- package/src/pages/common/sanctionFeeTable.scss +91 -91
- package/src/pages/common/searchIcon.scss +12 -12
- package/src/pages/common/stepForm.scss +40 -40
- package/src/pages/employee/EmployeeLogin.scss +6 -6
- package/src/pages/employee/cardfix.scss +13 -13
- package/src/pages/employee/container.scss +73 -73
- package/src/pages/employee/dashboard.scss +203 -203
- package/src/pages/employee/disconnection.scss +425 -425
- package/src/pages/employee/dss.scss +251 -251
- package/src/pages/employee/faq.scss +353 -353
- package/src/pages/employee/footer.scss +68 -68
- package/src/pages/employee/form-fields.scss +13 -13
- package/src/pages/employee/header.scss +262 -262
- package/src/pages/employee/iframe.scss +65 -65
- package/src/pages/employee/inbox.scss +744 -744
- package/src/pages/employee/index.scss +694 -677
- package/src/pages/employee/landing.scss +1782 -1782
- package/src/pages/employee/login.scss +253 -252
- package/src/pages/employee/oldMobileInbox.scss +4 -4
- package/src/pages/employee/popupmodule.scss +47 -47
- package/src/pages/employee/response.scss +2 -2
- package/src/pages/employee/scroll-table.scss +113 -113
- package/src/pages/employee/surveys.scss +469 -469
- package/src/pages/employee/tooltip.scss +35 -35
- package/src/pages/employee/updateNumber.scss +12 -12
- package/src/pages/swach/index.scss +174 -172
- package/src/pages/ws/index.scss +104 -104
- package/svg/camera.svg +4 -4
- package/svg/check.svg +3 -3
- package/svg/close.svg +4 -4
- package/svg/error.svg +3 -3
- package/svg/error2.svg +5 -5
- package/svg/searchicon.svg +3 -3
- package/svg/starempty.svg +3 -3
- package/svg/starfilled.svg +4 -4
- package/svg/success.svg +3 -3
|
@@ -1,218 +1,218 @@
|
|
|
1
|
-
|
|
2
|
-
.topbar {
|
|
3
|
-
top: 0;
|
|
4
|
-
left: 0;
|
|
5
|
-
right: 0;
|
|
6
|
-
width: 100%;
|
|
7
|
-
padding: 12px 24px;
|
|
8
|
-
background: linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(250, 251, 255, 0.98));
|
|
9
|
-
box-shadow: 0 8px 26px rgba(15, 23, 42, 0.06), 0 2px 8px rgba(15, 23, 42, 0.04);
|
|
10
|
-
border-bottom: 1px solid rgba(15, 23, 42, 0.06);
|
|
11
|
-
backdrop-filter: blur(6px);
|
|
12
|
-
z-index: 9999999;
|
|
13
|
-
display: flex;
|
|
14
|
-
align-items: center;
|
|
15
|
-
justify-content: space-between;
|
|
16
|
-
transition: box-shadow 0.25s ease;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.topbar img {
|
|
20
|
-
display: inline;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.topbar img.city {
|
|
24
|
-
margin-right: 12px;
|
|
25
|
-
height: 48px;
|
|
26
|
-
width: 48px;
|
|
27
|
-
border-radius: 8px;
|
|
28
|
-
transition: transform 0.2s ease;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.topbar img.city:hover {
|
|
32
|
-
transform: scale(1.05);
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.topbar img.state {
|
|
36
|
-
min-height: 50px;
|
|
37
|
-
width: 80px;
|
|
38
|
-
display: none;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.topbar .ulb {
|
|
42
|
-
font-weight: 600;
|
|
43
|
-
display: inline-block;
|
|
44
|
-
color: #1f2937;
|
|
45
|
-
font-size: 15px;
|
|
46
|
-
letter-spacing: -0.3px;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
.topbar .right {
|
|
50
|
-
float: unset;
|
|
51
|
-
display: flex;
|
|
52
|
-
align-items: center;
|
|
53
|
-
gap: 16px;
|
|
54
|
-
margin-top: 0;
|
|
55
|
-
position: relative;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.topbar .right svg {
|
|
59
|
-
display: inline;
|
|
60
|
-
color: #6b7280;
|
|
61
|
-
fill: #6b7280;
|
|
62
|
-
transition: color 0.2s ease;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
.topbar .right svg:hover {
|
|
66
|
-
color: #2563eb;
|
|
67
|
-
fill: #2563eb;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
.topbar .right .user-img-txt {
|
|
71
|
-
background: linear-gradient(135deg, #2563eb, #7c3aed);
|
|
72
|
-
padding: 10px 15px;
|
|
73
|
-
border-radius: 50%;
|
|
74
|
-
color: white;
|
|
75
|
-
font-weight: 700;
|
|
76
|
-
font-size: 14px;
|
|
77
|
-
cursor: pointer;
|
|
78
|
-
transition: all 0.25s ease;
|
|
79
|
-
box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
.topbar .right .user-img-txt:hover {
|
|
83
|
-
transform: scale(1.08);
|
|
84
|
-
box-shadow: 0 6px 16px rgba(37, 99, 235, 0.4);
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
.topbar .left {
|
|
88
|
-
float: unset;
|
|
89
|
-
display: flex;
|
|
90
|
-
align-items: center;
|
|
91
|
-
gap: 12px;
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
.topbar .w-80 {
|
|
95
|
-
width: auto;
|
|
96
|
-
display: flex;
|
|
97
|
-
align-items: center;
|
|
98
|
-
gap: 16px;
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
.topbar .width-20 {
|
|
102
|
-
width: auto;
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
.topbar .margin-top-6 {
|
|
106
|
-
margin-top: 0;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
.topbar .margin-right-30 {
|
|
110
|
-
margin-right: 16px;
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
.topbar .margin-top-10 {
|
|
114
|
-
margin-top: 0;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
.topbar .icon {
|
|
118
|
-
display: block;
|
|
119
|
-
color: #6b7280;
|
|
120
|
-
fill: #6b7280;
|
|
121
|
-
height: 21px;
|
|
122
|
-
width: 21px;
|
|
123
|
-
transition: all 0.2s ease;
|
|
124
|
-
cursor: pointer;
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
.topbar .icon:hover {
|
|
128
|
-
color: #2563eb;
|
|
129
|
-
fill: #2563eb;
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
.topbar .column-gap-15 {
|
|
133
|
-
column-gap: 16px;
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
.topbar .column-gap-5 {
|
|
137
|
-
column-gap: 8px;
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
.topbar .select-wrap,
|
|
141
|
-
.topbar .employee-select-wrap {
|
|
142
|
-
margin-bottom:
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
.topbar .select-wrap .profile-dropdown--item span,
|
|
146
|
-
.topbar .employee-select-wrap .profile-dropdown--item span {
|
|
147
|
-
white-space: pre;
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
@media (max-width: 768px) {
|
|
151
|
-
.topbar {
|
|
152
|
-
padding: 10px 16px;
|
|
153
|
-
}
|
|
154
|
-
.topbar .right {
|
|
155
|
-
gap: 12px;
|
|
156
|
-
}
|
|
157
|
-
.topbar .left {
|
|
158
|
-
gap: 8px;
|
|
159
|
-
}
|
|
160
|
-
.topbar img.city {
|
|
161
|
-
height: 40px;
|
|
162
|
-
width: 40px;
|
|
163
|
-
}
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
.cp {
|
|
167
|
-
cursor: pointer;
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
.cp .hamburger {
|
|
171
|
-
display: none;
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
@media (max-width: 780px) {
|
|
175
|
-
.cp .hamburger {
|
|
176
|
-
display: none;
|
|
177
|
-
}
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
.citizen .right {
|
|
181
|
-
margin-top: 5px;
|
|
182
|
-
margin-bottom: 5px;
|
|
183
|
-
}
|
|
184
|
-
|
|
185
|
-
.citizen .topbar-select-wrap {
|
|
186
|
-
margin-bottom: 0;
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
.citizen .flex-between {
|
|
190
|
-
display: flex;
|
|
191
|
-
align-items: center;
|
|
192
|
-
justify-content: space-between;
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
.profile-dropdown--item {
|
|
196
|
-
display: flex;
|
|
197
|
-
flex-direction: row;
|
|
198
|
-
padding: 10px;
|
|
199
|
-
column-gap: 10px;
|
|
200
|
-
color: #505a5f;
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
.profile-dropdown--item:hover {
|
|
204
|
-
background: #eeeeee;
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
.flex-right {
|
|
208
|
-
display: flex;
|
|
209
|
-
align-items: center;
|
|
210
|
-
justify-content: flex-end;
|
|
211
|
-
min-width: 85px;
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
video::-webkit-media-controls-panel {
|
|
215
|
-
top: 55%;
|
|
216
|
-
position: absolute;
|
|
217
|
-
width: 100%;
|
|
1
|
+
|
|
2
|
+
.topbar {
|
|
3
|
+
top: 0;
|
|
4
|
+
left: 0;
|
|
5
|
+
right: 0;
|
|
6
|
+
width: 100%;
|
|
7
|
+
padding: 12px 24px;
|
|
8
|
+
background: linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(250, 251, 255, 0.98));
|
|
9
|
+
box-shadow: 0 8px 26px rgba(15, 23, 42, 0.06), 0 2px 8px rgba(15, 23, 42, 0.04);
|
|
10
|
+
border-bottom: 1px solid rgba(15, 23, 42, 0.06);
|
|
11
|
+
backdrop-filter: blur(6px);
|
|
12
|
+
z-index: 9999999;
|
|
13
|
+
display: flex;
|
|
14
|
+
align-items: center;
|
|
15
|
+
justify-content: space-between;
|
|
16
|
+
transition: box-shadow 0.25s ease;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.topbar img {
|
|
20
|
+
display: inline;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.topbar img.city {
|
|
24
|
+
margin-right: 12px;
|
|
25
|
+
height: 48px;
|
|
26
|
+
width: 48px;
|
|
27
|
+
border-radius: 8px;
|
|
28
|
+
transition: transform 0.2s ease;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.topbar img.city:hover {
|
|
32
|
+
transform: scale(1.05);
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.topbar img.state {
|
|
36
|
+
min-height: 50px;
|
|
37
|
+
width: 80px;
|
|
38
|
+
display: none;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.topbar .ulb {
|
|
42
|
+
font-weight: 600;
|
|
43
|
+
display: inline-block;
|
|
44
|
+
color: #1f2937;
|
|
45
|
+
font-size: 15px;
|
|
46
|
+
letter-spacing: -0.3px;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.topbar .right {
|
|
50
|
+
float: unset;
|
|
51
|
+
display: flex;
|
|
52
|
+
align-items: center;
|
|
53
|
+
gap: 16px;
|
|
54
|
+
margin-top: 0;
|
|
55
|
+
position: relative;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.topbar .right svg {
|
|
59
|
+
display: inline;
|
|
60
|
+
color: #6b7280;
|
|
61
|
+
fill: #6b7280;
|
|
62
|
+
transition: color 0.2s ease;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.topbar .right svg:hover {
|
|
66
|
+
color: #2563eb;
|
|
67
|
+
fill: #2563eb;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.topbar .right .user-img-txt {
|
|
71
|
+
background: linear-gradient(135deg, #2563eb, #7c3aed);
|
|
72
|
+
padding: 10px 15px;
|
|
73
|
+
border-radius: 50%;
|
|
74
|
+
color: white;
|
|
75
|
+
font-weight: 700;
|
|
76
|
+
font-size: 14px;
|
|
77
|
+
cursor: pointer;
|
|
78
|
+
transition: all 0.25s ease;
|
|
79
|
+
box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.topbar .right .user-img-txt:hover {
|
|
83
|
+
transform: scale(1.08);
|
|
84
|
+
box-shadow: 0 6px 16px rgba(37, 99, 235, 0.4);
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.topbar .left {
|
|
88
|
+
float: unset;
|
|
89
|
+
display: flex;
|
|
90
|
+
align-items: center;
|
|
91
|
+
gap: 12px;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.topbar .w-80 {
|
|
95
|
+
width: auto;
|
|
96
|
+
display: flex;
|
|
97
|
+
align-items: center;
|
|
98
|
+
gap: 16px;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.topbar .width-20 {
|
|
102
|
+
width: auto;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.topbar .margin-top-6 {
|
|
106
|
+
margin-top: 0;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
.topbar .margin-right-30 {
|
|
110
|
+
margin-right: 16px;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.topbar .margin-top-10 {
|
|
114
|
+
margin-top: 0;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.topbar .icon {
|
|
118
|
+
display: block;
|
|
119
|
+
color: #6b7280;
|
|
120
|
+
fill: #6b7280;
|
|
121
|
+
height: 21px;
|
|
122
|
+
width: 21px;
|
|
123
|
+
transition: all 0.2s ease;
|
|
124
|
+
cursor: pointer;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.topbar .icon:hover {
|
|
128
|
+
color: #2563eb;
|
|
129
|
+
fill: #2563eb;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
.topbar .column-gap-15 {
|
|
133
|
+
column-gap: 16px;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
.topbar .column-gap-5 {
|
|
137
|
+
column-gap: 8px;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.topbar .select-wrap,
|
|
141
|
+
.topbar .employee-select-wrap {
|
|
142
|
+
margin-bottom: 15px;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
.topbar .select-wrap .profile-dropdown--item span,
|
|
146
|
+
.topbar .employee-select-wrap .profile-dropdown--item span {
|
|
147
|
+
white-space: pre;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
@media (max-width: 768px) {
|
|
151
|
+
.topbar {
|
|
152
|
+
padding: 10px 16px;
|
|
153
|
+
}
|
|
154
|
+
.topbar .right {
|
|
155
|
+
gap: 12px;
|
|
156
|
+
}
|
|
157
|
+
.topbar .left {
|
|
158
|
+
gap: 8px;
|
|
159
|
+
}
|
|
160
|
+
.topbar img.city {
|
|
161
|
+
height: 40px;
|
|
162
|
+
width: 40px;
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
.cp {
|
|
167
|
+
cursor: pointer;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
.cp .hamburger {
|
|
171
|
+
display: none;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
@media (max-width: 780px) {
|
|
175
|
+
.cp .hamburger {
|
|
176
|
+
display: none;
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
.citizen .right {
|
|
181
|
+
margin-top: 5px;
|
|
182
|
+
margin-bottom: 5px;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
.citizen .topbar-select-wrap {
|
|
186
|
+
margin-bottom: 0;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
.citizen .flex-between {
|
|
190
|
+
display: flex;
|
|
191
|
+
align-items: center;
|
|
192
|
+
justify-content: space-between;
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
.profile-dropdown--item {
|
|
196
|
+
display: flex;
|
|
197
|
+
flex-direction: row;
|
|
198
|
+
padding: 10px;
|
|
199
|
+
column-gap: 10px;
|
|
200
|
+
color: #505a5f;
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
.profile-dropdown--item:hover {
|
|
204
|
+
background: #eeeeee;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
.flex-right {
|
|
208
|
+
display: flex;
|
|
209
|
+
align-items: center;
|
|
210
|
+
justify-content: flex-end;
|
|
211
|
+
min-width: 85px;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
video::-webkit-media-controls-panel {
|
|
215
|
+
top: 55%;
|
|
216
|
+
position: absolute;
|
|
217
|
+
width: 100%;
|
|
218
218
|
}
|
|
@@ -1,113 +1,113 @@
|
|
|
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: #fafafa;
|
|
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 #d6d5d4;
|
|
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
|
-
.digilocker-btn{
|
|
78
|
-
touch-action: manipulation;
|
|
79
|
-
cursor: pointer;
|
|
80
|
-
background-image: none;
|
|
81
|
-
border: 1px solid transparent;
|
|
82
|
-
padding: 6px 12px;
|
|
83
|
-
font-size: 14px;
|
|
84
|
-
line-height: 1.42857143;
|
|
85
|
-
border-radius: 4px;
|
|
86
|
-
user-select: none;
|
|
87
|
-
background: #f0f0f0c9;
|
|
88
|
-
display: flex;
|
|
89
|
-
font-weight: bold;
|
|
90
|
-
}
|
|
91
|
-
.upload-file {
|
|
92
|
-
min-height: 56px;
|
|
93
|
-
@apply relative border border-input-border w-full;
|
|
94
|
-
|
|
95
|
-
div {
|
|
96
|
-
@apply flex flex-row h-full items-center pl-md mt-sm flex-wrap;
|
|
97
|
-
|
|
98
|
-
.file-upload-status {
|
|
99
|
-
@apply text-body-s-dt ml-sm;
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
input {
|
|
103
|
-
width: 160px;
|
|
104
|
-
@apply absolute top-0 left-0 opacity-0 h-full;
|
|
105
|
-
}
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
@screen dt {
|
|
109
|
-
.multi-upload-wrap img {
|
|
110
|
-
width: 100%;
|
|
111
|
-
height: 158px;
|
|
112
|
-
}
|
|
113
|
-
}
|
|
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: #fafafa;
|
|
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 #d6d5d4;
|
|
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
|
+
.digilocker-btn{
|
|
78
|
+
touch-action: manipulation;
|
|
79
|
+
cursor: pointer;
|
|
80
|
+
background-image: none;
|
|
81
|
+
border: 1px solid transparent;
|
|
82
|
+
padding: 6px 12px;
|
|
83
|
+
font-size: 14px;
|
|
84
|
+
line-height: 1.42857143;
|
|
85
|
+
border-radius: 4px;
|
|
86
|
+
user-select: none;
|
|
87
|
+
background: #f0f0f0c9;
|
|
88
|
+
display: flex;
|
|
89
|
+
font-weight: bold;
|
|
90
|
+
}
|
|
91
|
+
.upload-file {
|
|
92
|
+
min-height: 56px;
|
|
93
|
+
@apply relative border border-input-border w-full;
|
|
94
|
+
|
|
95
|
+
div {
|
|
96
|
+
@apply flex flex-row h-full items-center pl-md mt-sm flex-wrap;
|
|
97
|
+
|
|
98
|
+
.file-upload-status {
|
|
99
|
+
@apply text-body-s-dt ml-sm;
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
input {
|
|
103
|
+
width: 160px;
|
|
104
|
+
@apply absolute top-0 left-0 opacity-0 h-full;
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
@screen dt {
|
|
109
|
+
.multi-upload-wrap img {
|
|
110
|
+
width: 100%;
|
|
111
|
+
height: 158px;
|
|
112
|
+
}
|
|
113
|
+
}
|