@pmidc/upyog-css 1.1.5 → 1.1.7
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 +5068 -2869
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/CardBasedOptions.scss +535 -110
- 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 -0
- 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/TimeLine.scss +96 -68
- package/src/components/WhatsNewCard.scss +12 -12
- package/src/components/actionLink.scss +3 -3
- package/src/components/actionbar.scss +96 -96
- package/src/components/bannercomponents.scss +137 -137
- package/src/components/body.scss +261 -147
- package/src/components/buttons.scss +87 -80
- package/src/components/card.scss +581 -436
- 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 +116 -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 -27
- package/src/components/languageSelector.scss +24 -24
- package/src/components/loader.scss +96 -96
- package/src/components/map.scss +36 -30
- package/src/components/metricsTable.scss +26 -26
- package/src/components/multiLink.scss +87 -87
- package/src/components/multiSelectDropdown.scss +88 -72
- package/src/components/navbar.scss +338 -345
- package/src/components/newFooter.scss +75 -0
- 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 -20
- package/src/components/sectionalDropdown.scss +43 -43
- package/src/components/selectdropdown.scss +276 -205
- 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 +362 -178
- package/src/components/tag.scss +27 -27
- package/src/components/telephone.scss +17 -17
- package/src/components/textfields.scss +119 -111
- package/src/components/toast.scss +31 -31
- package/src/components/toggleSwitch.scss +40 -40
- package/src/components/topbar.scss +217 -147
- package/src/components/uploadcomponents.scss +113 -113
- package/src/index.scss +1029 -1022
- package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -8
- package/src/pages/citizen/CitizenLogin.scss +50 -0
- package/src/pages/citizen/DocumentList.scss +448 -304
- package/src/pages/citizen/Events.scss +46 -46
- package/src/pages/citizen/HomePageWrapper.scss +214 -165
- package/src/pages/citizen/InboxCard.scss +327 -0
- package/src/pages/citizen/SurveyList.scss +21 -21
- package/src/pages/citizen/citizenDocument.scss +25 -21
- package/src/pages/citizen/citizenNewLogin.scss +357 -193
- package/src/pages/citizen/container.scss +32 -22
- package/src/pages/citizen/loaderMessage.scss +295 -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 +203 -0
- 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 -249
- 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 -0
- package/src/pages/employee/iframe.scss +65 -65
- package/src/pages/employee/inbox.scss +744 -744
- package/src/pages/employee/index.scss +677 -678
- package/src/pages/employee/landing.scss +324 -324
- package/src/pages/employee/login.scss +253 -595
- 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 +172 -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
package/src/components/body.scss
CHANGED
|
@@ -1,148 +1,262 @@
|
|
|
1
|
-
body {
|
|
2
|
-
@apply bg-grey-bg;
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
@apply block
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
@apply
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
@apply
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
1
|
+
body {
|
|
2
|
+
@apply bg-grey-bg;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
:root {
|
|
6
|
+
--digit-font-family: "Source Sans Pro", sans-serif;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
body {
|
|
10
|
+
font-family: var(--digit-font-family);
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
.body-container {
|
|
15
|
+
@apply bg-grey-bg h-full min-h-screen overflow-x-hidden;
|
|
16
|
+
position: relative !important;
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.navbar {
|
|
22
|
+
@apply text-white bg-secondary w-full mb-md;
|
|
23
|
+
background: #FFF !important;
|
|
24
|
+
box-shadow: 0 1px 4px #b1b4b6;
|
|
25
|
+
img {
|
|
26
|
+
height: 24px;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
/* .navbar-header{
|
|
30
|
+
@apply text-navbarheader float-left px-sm
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.navbar-subheader{
|
|
34
|
+
@apply font-light px-sm border-solid border-l border-white border-opacity-100
|
|
35
|
+
}*/
|
|
36
|
+
|
|
37
|
+
.h1 {
|
|
38
|
+
@apply text-heading-l text-text-primary font-bold mb-md ml-md;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.link-label {
|
|
42
|
+
@apply block text-link text-primary-main mb-md ml-md cursor-pointer;
|
|
43
|
+
|
|
44
|
+
&:hover {
|
|
45
|
+
@apply text-primary-main;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.back-btn {
|
|
50
|
+
width: fit-content;
|
|
51
|
+
@apply block border-solid border-b border-text-primary font-rc text-text-primary text-text-btn ml-sm mt-md;
|
|
52
|
+
|
|
53
|
+
label {
|
|
54
|
+
@apply inline mr-sm align-middle;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
p {
|
|
58
|
+
@apply inline float-right;
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.bread-crumb {
|
|
63
|
+
font-size: 14px;
|
|
64
|
+
color: #505a5f;
|
|
65
|
+
display: flex;
|
|
66
|
+
margin-bottom: 10px;
|
|
67
|
+
flex-wrap: wrap
|
|
68
|
+
}
|
|
69
|
+
.bread-crumb--item {
|
|
70
|
+
margin-left: 5px;
|
|
71
|
+
|
|
72
|
+
&:not(:last-child):after {
|
|
73
|
+
content: " /";
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
button {
|
|
77
|
+
outline: none;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.last {
|
|
81
|
+
color: #0b0c0c;
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.back-btn2 {
|
|
86
|
+
cursor: pointer;
|
|
87
|
+
width: fit-content;
|
|
88
|
+
color: black;
|
|
89
|
+
@apply flex border-solid border-b border-text-primary font-rc text-text-primary text-text-btn ml-sm mb-md;
|
|
90
|
+
|
|
91
|
+
img {
|
|
92
|
+
@apply flex;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
svg {
|
|
96
|
+
@apply flex;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
p {
|
|
100
|
+
@apply flex;
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
@screen dt {
|
|
105
|
+
.employee-app-container {
|
|
106
|
+
@apply w-full;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
.app-container {
|
|
110
|
+
width: 100%;
|
|
111
|
+
padding: 2rem;
|
|
112
|
+
form {
|
|
113
|
+
.card {
|
|
114
|
+
max-width: 960px;
|
|
115
|
+
h2 {
|
|
116
|
+
}
|
|
117
|
+
.field-container {
|
|
118
|
+
max-width: 540px;
|
|
119
|
+
}
|
|
120
|
+
button {
|
|
121
|
+
max-width: 240px;
|
|
122
|
+
}
|
|
123
|
+
.input-otp-wrap,
|
|
124
|
+
.card-text-button {
|
|
125
|
+
text-align: left;
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
.h1 {
|
|
132
|
+
margin-left: 0;
|
|
133
|
+
@apply text-heading-l-dt;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
.link-label {
|
|
137
|
+
margin-left: 0;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.back-btn {
|
|
141
|
+
margin-left: 0;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.back-btn2 {
|
|
145
|
+
margin-left: 0;
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.body-container::-webkit-scrollbar {
|
|
150
|
+
display: none;
|
|
151
|
+
}
|
|
152
|
+
.audit-card {
|
|
153
|
+
width: 80%;
|
|
154
|
+
margin-left: -21%;
|
|
155
|
+
margin-right: -27%;
|
|
156
|
+
max-height: 120px;
|
|
157
|
+
margin-top: 90px;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
.citizen-and-architect-photo-header {
|
|
161
|
+
font-size: 24px;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.citizen-and-architect-photo-container {
|
|
165
|
+
display: flex;
|
|
166
|
+
justify-content: space-between;
|
|
167
|
+
gap: 20px;
|
|
168
|
+
margin-top: 10px;
|
|
169
|
+
padding: 0px 20px;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
.citizen-and-architect-photo-item {
|
|
173
|
+
text-align: center;
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
.citizen-and-architect-photo-image {
|
|
177
|
+
width: 100px;
|
|
178
|
+
height: 100px;
|
|
179
|
+
object-fit: cover;
|
|
180
|
+
border-radius: 10%;
|
|
181
|
+
cursor: default;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
.citizen-and-architect-photo-clickable {
|
|
185
|
+
cursor: pointer;
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
.citizen-and-architect-photo-label {
|
|
189
|
+
/* Add any label styling if needed */
|
|
190
|
+
}
|
|
191
|
+
.clu-summary-page {
|
|
192
|
+
padding: 2rem;
|
|
193
|
+
background-color: #f9f9f9;
|
|
194
|
+
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
|
195
|
+
color: #333;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
.clu-summary-heading {
|
|
199
|
+
font-size: 1.5rem;
|
|
200
|
+
border-bottom: 2px solid #ccc;
|
|
201
|
+
padding-bottom: 0.3rem;
|
|
202
|
+
color: #2e4a66;
|
|
203
|
+
margin-top: 2rem;
|
|
204
|
+
margin-bottom: 1rem;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
.clu-summary-section {
|
|
208
|
+
background-color: #ffffff;
|
|
209
|
+
padding: 1rem 1.5rem;
|
|
210
|
+
border-radius: 8px;
|
|
211
|
+
margin-bottom: 2rem;
|
|
212
|
+
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
.clu-summary-label-field-pair {
|
|
216
|
+
display: flex;
|
|
217
|
+
justify-content: space-between;
|
|
218
|
+
border-bottom: 1px dashed #e0e0e0;
|
|
219
|
+
padding: 0.5rem 0;
|
|
220
|
+
color: #333;
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
.clu-summary-bold-label {
|
|
224
|
+
font-weight: bold;
|
|
225
|
+
color: #555;
|
|
226
|
+
}
|
|
227
|
+
.custom-card-container {
|
|
228
|
+
width: 100%;
|
|
229
|
+
background: rgba(255, 255, 255, 0.95);
|
|
230
|
+
backdrop-filter: blur(6px);
|
|
231
|
+
border-radius: 18px;
|
|
232
|
+
border: 1px solid rgba(229, 231, 235, 0.8);
|
|
233
|
+
padding: 0;
|
|
234
|
+
margin-bottom: 24px;
|
|
235
|
+
box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
|
|
236
|
+
transition: all 0.25s ease;
|
|
237
|
+
overflow: hidden;
|
|
238
|
+
cursor: default;
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
.custom-card-clickable {
|
|
242
|
+
cursor: pointer;
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
.custom-card-hovered {
|
|
246
|
+
transform: translateY(-3px);
|
|
247
|
+
box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
.custom-card-table {
|
|
251
|
+
width: 100%;
|
|
252
|
+
border-collapse: separate;
|
|
253
|
+
border-spacing: 24px 20px;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
.custom-card-td {
|
|
257
|
+
width: 100%;
|
|
258
|
+
padding: 0;
|
|
259
|
+
display: block;
|
|
260
|
+
justify-content: space-between;
|
|
261
|
+
align-items: center;
|
|
148
262
|
}
|
|
@@ -1,80 +1,87 @@
|
|
|
1
|
-
.selector-button-primary {
|
|
2
|
-
@apply h-8 bg-primary-main text-center border-b-2 border-input-border border-solid outline-none px-lg;
|
|
3
|
-
|
|
4
|
-
&:focus {
|
|
5
|
-
@apply outline-none;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
h2 {
|
|
9
|
-
@apply font-rc font-medium text-legend text-white;
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.selector-button-border {
|
|
14
|
-
background-color: #2947A3 !important;
|
|
15
|
-
color: #ffffff !important;
|
|
16
|
-
border: none !important;
|
|
17
|
-
border-radius: 0.375rem;
|
|
18
|
-
padding: 0.5rem 1rem;
|
|
19
|
-
font-family: 'Noto Sans', sans-serif;
|
|
20
|
-
font-weight: 500;
|
|
21
|
-
font-size: 0.875rem;
|
|
22
|
-
line-height: 1.25rem;
|
|
23
|
-
cursor: pointer;
|
|
24
|
-
transition: all 0.2s ease;
|
|
25
|
-
white-space: normal; /* allow wrapping */
|
|
26
|
-
word-break: break-word; /* break long words */
|
|
27
|
-
overflow-wrap: break-word;
|
|
28
|
-
text-align: center;
|
|
29
|
-
display: inline-flex;
|
|
30
|
-
align-items: center;
|
|
31
|
-
justify-content: center;
|
|
32
|
-
height: auto;
|
|
33
|
-
min-height: 40px;
|
|
34
|
-
width: 30%;
|
|
35
|
-
max-height: 40px;
|
|
36
|
-
margin: 0;
|
|
37
|
-
|
|
38
|
-
&:hover {
|
|
39
|
-
background-color: #1e3a8a !important;
|
|
40
|
-
opacity: 0.9;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
h2 {
|
|
44
|
-
color: #ffffff !important;
|
|
45
|
-
font-size: 0.875rem !important;
|
|
46
|
-
line-height: 1.25rem !important;
|
|
47
|
-
font-weight: 500 !important;
|
|
48
|
-
margin: 0 !important;
|
|
49
|
-
padding: 0 !important;
|
|
50
|
-
border: none !important;
|
|
51
|
-
width: 100%;
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
.input-mirror-selector-button{
|
|
56
|
-
@apply h-16 bg-border text-center border-b-2 border-input-border border-solid outline-none px-lg !important;
|
|
57
|
-
|
|
58
|
-
&:focus {
|
|
59
|
-
@apply outline-none;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
h2 {
|
|
63
|
-
@apply font-rc font-medium text-legend text-text-primary;
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
.selector-button-primary-disabled {
|
|
68
|
-
@apply h-8 bg-primary-main text-center border-b-2 border-input-border border-solid outline-none px-lg opacity-50;
|
|
69
|
-
|
|
70
|
-
&:focus {
|
|
71
|
-
@apply outline-none;
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
h2 {
|
|
75
|
-
@apply font-rc font-medium text-legend text-white;
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
.submit-bar:focus {
|
|
79
|
-
@apply outline-none !important;
|
|
80
|
-
}
|
|
1
|
+
.selector-button-primary {
|
|
2
|
+
@apply h-8 bg-primary-main text-center border-b-2 border-input-border border-solid outline-none px-lg;
|
|
3
|
+
|
|
4
|
+
&:focus {
|
|
5
|
+
@apply outline-none;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
h2 {
|
|
9
|
+
@apply font-rc font-medium text-legend text-white;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.selector-button-border {
|
|
14
|
+
background-color: #2947A3 !important;
|
|
15
|
+
color: #ffffff !important;
|
|
16
|
+
border: none !important;
|
|
17
|
+
border-radius: 0.375rem;
|
|
18
|
+
padding: 0.5rem 1rem;
|
|
19
|
+
font-family: 'Noto Sans', sans-serif;
|
|
20
|
+
font-weight: 500;
|
|
21
|
+
font-size: 0.875rem;
|
|
22
|
+
line-height: 1.25rem;
|
|
23
|
+
cursor: pointer;
|
|
24
|
+
transition: all 0.2s ease;
|
|
25
|
+
white-space: normal; /* allow wrapping */
|
|
26
|
+
word-break: break-word; /* break long words */
|
|
27
|
+
overflow-wrap: break-word;
|
|
28
|
+
text-align: center;
|
|
29
|
+
display: inline-flex;
|
|
30
|
+
align-items: center;
|
|
31
|
+
justify-content: center;
|
|
32
|
+
height: auto;
|
|
33
|
+
min-height: 40px;
|
|
34
|
+
width: 30%;
|
|
35
|
+
max-height: 40px;
|
|
36
|
+
margin: 0;
|
|
37
|
+
|
|
38
|
+
&:hover {
|
|
39
|
+
background-color: #1e3a8a !important;
|
|
40
|
+
opacity: 0.9;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
h2 {
|
|
44
|
+
color: #ffffff !important;
|
|
45
|
+
font-size: 0.875rem !important;
|
|
46
|
+
line-height: 1.25rem !important;
|
|
47
|
+
font-weight: 500 !important;
|
|
48
|
+
margin: 0 !important;
|
|
49
|
+
padding: 0 !important;
|
|
50
|
+
border: none !important;
|
|
51
|
+
width: 100%;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.input-mirror-selector-button {
|
|
56
|
+
@apply h-16 bg-border text-center border-b-2 border-input-border border-solid outline-none px-lg !important;
|
|
57
|
+
|
|
58
|
+
&:focus {
|
|
59
|
+
@apply outline-none;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
h2 {
|
|
63
|
+
@apply font-rc font-medium text-legend text-text-primary;
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.selector-button-primary-disabled {
|
|
68
|
+
@apply h-8 bg-primary-main text-center border-b-2 border-input-border border-solid outline-none px-lg opacity-50;
|
|
69
|
+
|
|
70
|
+
&:focus {
|
|
71
|
+
@apply outline-none;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
h2 {
|
|
75
|
+
@apply font-rc font-medium text-legend text-white;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
.submit-bar:focus {
|
|
79
|
+
@apply outline-none !important;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.go-back-footer-button {
|
|
83
|
+
background-color: white !important;
|
|
84
|
+
color: black !important;
|
|
85
|
+
border: 1px solid !important;
|
|
86
|
+
margin-right: 10px !important;
|
|
87
|
+
}
|