@nudmcdgnpm/cnd-css 1.0.0 → 1.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/dist/index.css +7 -303
- package/dist/index.min.css +1 -1
- package/package.json +3 -3
- package/src/components/CardBasedOptions.scss +4 -4
- package/src/index.scss +0 -2
- package/src/pages/employee/inbox.scss +2 -2
- package/src/pages/employee/index.scss +1 -1
- package/img/browser-icon.png +0 -0
- package/img/m_seva_white_logo.png +0 -0
- package/img/mseva-demo.png +0 -0
- package/src/components/PropertySearchForm.scss +0 -58
- package/src/pages/citizen/updatePropertyNumber.scss +0 -46
package/dist/index.css
CHANGED
|
@@ -1,226 +1,9 @@
|
|
|
1
1
|
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
|
|
2
|
-
html {
|
|
3
|
-
line-height: 1.15;
|
|
4
|
-
-webkit-text-size-adjust: 100%; }
|
|
5
|
-
|
|
6
|
-
main {
|
|
7
|
-
display: block; }
|
|
8
|
-
|
|
9
|
-
h1 {
|
|
10
|
-
font-size: 2em;
|
|
11
|
-
margin: .67em 0; }
|
|
12
|
-
|
|
13
|
-
hr {
|
|
14
|
-
-webkit-box-sizing: content-box;
|
|
15
|
-
box-sizing: content-box;
|
|
16
|
-
height: 0;
|
|
17
|
-
overflow: visible; }
|
|
18
|
-
|
|
19
|
-
pre {
|
|
20
|
-
font-family: monospace,monospace;
|
|
21
|
-
font-size: 1em; }
|
|
22
|
-
|
|
23
|
-
a {
|
|
24
|
-
background-color: transparent; }
|
|
25
|
-
|
|
26
|
-
abbr[title] {
|
|
27
|
-
border-bottom: none;
|
|
28
|
-
text-decoration: underline;
|
|
29
|
-
-webkit-text-decoration: underline dotted;
|
|
30
|
-
text-decoration: underline dotted; }
|
|
31
|
-
|
|
32
|
-
b, strong {
|
|
33
|
-
font-weight: bolder; }
|
|
34
|
-
|
|
35
|
-
code, kbd, samp {
|
|
36
|
-
font-family: monospace,monospace;
|
|
37
|
-
font-size: 1em; }
|
|
38
|
-
|
|
39
|
-
small {
|
|
40
|
-
font-size: 80%; }
|
|
41
|
-
|
|
42
|
-
sub, sup {
|
|
43
|
-
font-size: 75%;
|
|
44
|
-
line-height: 0;
|
|
45
|
-
position: relative;
|
|
46
|
-
vertical-align: baseline; }
|
|
47
|
-
|
|
48
|
-
sub {
|
|
49
|
-
bottom: -.25em; }
|
|
50
|
-
|
|
51
|
-
sup {
|
|
52
|
-
top: -.5em; }
|
|
53
|
-
|
|
54
|
-
img {
|
|
55
|
-
border-style: none; }
|
|
56
|
-
|
|
57
|
-
button, input, .checkbox-wrap .input-emp, optgroup, select, textarea {
|
|
58
|
-
font-family: inherit;
|
|
59
|
-
font-size: 100%;
|
|
60
|
-
line-height: 1.15;
|
|
61
|
-
margin: 0; }
|
|
62
|
-
|
|
63
|
-
button, input, .checkbox-wrap .input-emp {
|
|
64
|
-
overflow: visible; }
|
|
65
|
-
|
|
66
|
-
button, select {
|
|
67
|
-
text-transform: none; }
|
|
68
|
-
|
|
69
|
-
[type=button], [type=submit], button {
|
|
70
|
-
-webkit-appearance: button; }
|
|
71
|
-
|
|
72
|
-
[type=button]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
|
|
73
|
-
border-style: none;
|
|
74
|
-
padding: 0; }
|
|
75
|
-
|
|
76
|
-
[type=button]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
|
|
77
|
-
outline: 1px dotted ButtonText; }
|
|
78
|
-
|
|
79
|
-
fieldset {
|
|
80
|
-
padding: .35em .75em .625em; }
|
|
81
|
-
|
|
82
|
-
legend {
|
|
83
|
-
-webkit-box-sizing: border-box;
|
|
84
|
-
box-sizing: border-box;
|
|
85
|
-
color: inherit;
|
|
86
|
-
display: table;
|
|
87
|
-
max-width: 100%;
|
|
88
|
-
padding: 0;
|
|
89
|
-
white-space: normal; }
|
|
90
|
-
|
|
91
|
-
progress {
|
|
92
|
-
vertical-align: baseline; }
|
|
93
|
-
|
|
94
|
-
textarea {
|
|
95
|
-
overflow: auto; }
|
|
96
|
-
|
|
97
|
-
[type=checkbox], [type=radio] {
|
|
98
|
-
-webkit-box-sizing: border-box;
|
|
99
|
-
box-sizing: border-box;
|
|
100
|
-
padding: 0; }
|
|
101
|
-
|
|
102
|
-
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
|
|
103
|
-
height: auto; }
|
|
104
|
-
|
|
105
|
-
[type=search] {
|
|
106
|
-
-webkit-appearance: textfield;
|
|
107
|
-
outline-offset: -2px; }
|
|
108
|
-
|
|
109
|
-
[type=search]::-webkit-search-decoration {
|
|
110
|
-
-webkit-appearance: none; }
|
|
111
|
-
|
|
112
|
-
details {
|
|
113
|
-
display: block; }
|
|
114
|
-
|
|
115
|
-
summary {
|
|
116
|
-
display: list-item; }
|
|
117
|
-
|
|
118
|
-
template {
|
|
119
|
-
display: none; }
|
|
120
|
-
|
|
121
|
-
blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre {
|
|
122
|
-
margin: 0; }
|
|
123
|
-
|
|
124
|
-
button {
|
|
125
|
-
background-color: transparent;
|
|
126
|
-
background-image: none; }
|
|
127
|
-
|
|
128
|
-
button:focus {
|
|
129
|
-
outline: 1px dotted;
|
|
130
|
-
outline: 5px auto -webkit-focus-ring-color; }
|
|
131
|
-
|
|
132
|
-
fieldset, ol, ul {
|
|
133
|
-
margin: 0;
|
|
134
|
-
padding: 0; }
|
|
135
|
-
|
|
136
|
-
ol, ul {
|
|
137
|
-
list-style: none; }
|
|
138
|
-
|
|
139
|
-
html {
|
|
140
|
-
font-family: Roboto,sans-serif;
|
|
141
|
-
line-height: 1.5; }
|
|
142
|
-
|
|
143
2
|
*, :after, :before {
|
|
144
3
|
-webkit-box-sizing: border-box;
|
|
145
4
|
box-sizing: border-box;
|
|
146
5
|
border: 0 solid; }
|
|
147
6
|
|
|
148
|
-
hr {
|
|
149
|
-
border-top-width: 1px; }
|
|
150
|
-
|
|
151
|
-
img {
|
|
152
|
-
border-style: solid; }
|
|
153
|
-
|
|
154
|
-
textarea {
|
|
155
|
-
resize: vertical; }
|
|
156
|
-
|
|
157
|
-
input::-webkit-input-placeholder, .checkbox-wrap .input-emp::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
|
|
158
|
-
color: #a0aec0; }
|
|
159
|
-
|
|
160
|
-
input::-moz-placeholder, .checkbox-wrap .input-emp::-moz-placeholder, textarea::-moz-placeholder {
|
|
161
|
-
color: #a0aec0; }
|
|
162
|
-
|
|
163
|
-
input:-ms-input-placeholder, .checkbox-wrap .input-emp:-ms-input-placeholder, textarea:-ms-input-placeholder {
|
|
164
|
-
color: #a0aec0; }
|
|
165
|
-
|
|
166
|
-
input::-ms-input-placeholder, .checkbox-wrap .input-emp::-ms-input-placeholder, textarea::-ms-input-placeholder {
|
|
167
|
-
color: #a0aec0; }
|
|
168
|
-
|
|
169
|
-
input::-webkit-input-placeholder, .checkbox-wrap .input-emp::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
|
|
170
|
-
color: #a0aec0; }
|
|
171
|
-
|
|
172
|
-
input::-moz-placeholder, .checkbox-wrap .input-emp::-moz-placeholder, textarea::-moz-placeholder {
|
|
173
|
-
color: #a0aec0; }
|
|
174
|
-
|
|
175
|
-
input:-ms-input-placeholder, .checkbox-wrap .input-emp:-ms-input-placeholder, textarea:-ms-input-placeholder {
|
|
176
|
-
color: #a0aec0; }
|
|
177
|
-
|
|
178
|
-
input::-ms-input-placeholder, .checkbox-wrap .input-emp::-ms-input-placeholder, textarea::-ms-input-placeholder {
|
|
179
|
-
color: #a0aec0; }
|
|
180
|
-
|
|
181
|
-
input::placeholder, .checkbox-wrap .input-emp::placeholder, textarea::placeholder {
|
|
182
|
-
color: #a0aec0; }
|
|
183
|
-
|
|
184
|
-
button {
|
|
185
|
-
cursor: pointer; }
|
|
186
|
-
|
|
187
|
-
table {
|
|
188
|
-
border-collapse: collapse; }
|
|
189
|
-
|
|
190
|
-
h1, h2, h3, h4, h5, h6 {
|
|
191
|
-
font-size: inherit;
|
|
192
|
-
font-weight: inherit; }
|
|
193
|
-
|
|
194
|
-
a {
|
|
195
|
-
color: inherit;
|
|
196
|
-
text-decoration: inherit; }
|
|
197
|
-
|
|
198
|
-
button, input, .checkbox-wrap .input-emp, optgroup, select, textarea {
|
|
199
|
-
padding: 0;
|
|
200
|
-
line-height: inherit;
|
|
201
|
-
color: inherit; }
|
|
202
|
-
|
|
203
|
-
code, kbd, pre, samp {
|
|
204
|
-
font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace; }
|
|
205
|
-
|
|
206
|
-
audio, canvas, embed, iframe, img, object, svg, video {
|
|
207
|
-
display: block;
|
|
208
|
-
vertical-align: middle; }
|
|
209
|
-
|
|
210
|
-
img, video {
|
|
211
|
-
max-width: 100%;
|
|
212
|
-
height: auto; }
|
|
213
|
-
|
|
214
|
-
.container {
|
|
215
|
-
width: 100%; }
|
|
216
|
-
|
|
217
|
-
@media (min-width: 780px) {
|
|
218
|
-
.container {
|
|
219
|
-
max-width: 780px; } }
|
|
220
|
-
|
|
221
|
-
.table {
|
|
222
|
-
display: table; }
|
|
223
|
-
|
|
224
7
|
@-webkit-keyframes spin {
|
|
225
8
|
to {
|
|
226
9
|
-webkit-transform: rotate(1turn);
|
|
@@ -4823,56 +4606,6 @@ video::-webkit-media-controls-panel {
|
|
|
4823
4606
|
.CitizenHomeCard .links a {
|
|
4824
4607
|
padding-bottom: 16px; } }
|
|
4825
4608
|
|
|
4826
|
-
.PropertySearchForm .pt-search-action {
|
|
4827
|
-
width: 100%;
|
|
4828
|
-
display: -webkit-box;
|
|
4829
|
-
display: -ms-flexbox;
|
|
4830
|
-
display: flex;
|
|
4831
|
-
margin-right: 10px;
|
|
4832
|
-
-webkit-box-pack: end;
|
|
4833
|
-
-ms-flex-pack: end;
|
|
4834
|
-
justify-content: end;
|
|
4835
|
-
-webkit-box-align: center;
|
|
4836
|
-
-ms-flex-align: center;
|
|
4837
|
-
align-items: center; }
|
|
4838
|
-
.PropertySearchForm .pt-search-action .pt-search-action-submit button {
|
|
4839
|
-
width: 100% !important; }
|
|
4840
|
-
.PropertySearchForm .pt-search-action .pt-search-action-reset {
|
|
4841
|
-
text-align: right;
|
|
4842
|
-
cursor: pointer; }
|
|
4843
|
-
|
|
4844
|
-
.PropertySearchForm .PropertySearchFormSwitcher {
|
|
4845
|
-
border-bottom: 1px solid #d6d5d4;
|
|
4846
|
-
cursor: pointer;
|
|
4847
|
-
margin-bottom: 20px;
|
|
4848
|
-
display: -webkit-box;
|
|
4849
|
-
display: -ms-flexbox;
|
|
4850
|
-
display: flex; }
|
|
4851
|
-
.PropertySearchForm .PropertySearchFormSwitcher .non-selected {
|
|
4852
|
-
color: #505a5f;
|
|
4853
|
-
font-weight: 400; }
|
|
4854
|
-
.PropertySearchForm .PropertySearchFormSwitcher .selected {
|
|
4855
|
-
color: #a82227;
|
|
4856
|
-
font-weight: 700;
|
|
4857
|
-
padding-bottom: 10px;
|
|
4858
|
-
border-bottom: 2px solid #a82227; }
|
|
4859
|
-
.PropertySearchForm .PropertySearchFormSwitcher span {
|
|
4860
|
-
margin-right: 20px; }
|
|
4861
|
-
|
|
4862
|
-
.PropertySearchForm .form-field {
|
|
4863
|
-
width: 30% !important;
|
|
4864
|
-
margin-bottom: 20px; }
|
|
4865
|
-
|
|
4866
|
-
@media (min-width: 780px) {
|
|
4867
|
-
.PropertySearchForm .pt-form-field {
|
|
4868
|
-
width: 30% !important;
|
|
4869
|
-
margin-bottom: 20px; } }
|
|
4870
|
-
|
|
4871
|
-
@media (max-width: 780px) {
|
|
4872
|
-
.PropertySearchForm .form-field, .PropertySearchForm .pt-form-field {
|
|
4873
|
-
width: 100% !important;
|
|
4874
|
-
margin-bottom: 15px; } }
|
|
4875
|
-
|
|
4876
4609
|
.search-form-wrapper {
|
|
4877
4610
|
display: -webkit-box;
|
|
4878
4611
|
display: -ms-flexbox;
|
|
@@ -5180,20 +4913,20 @@ video::-webkit-media-controls-panel {
|
|
|
5180
4913
|
height: 250px !important; } }
|
|
5181
4914
|
|
|
5182
4915
|
.citizen .ServicesSection .CardBasedOptions:nth-child(odd) .employeeCustomCard {
|
|
5183
|
-
background-image: url(https://
|
|
4916
|
+
background-image: url(https://niuatt-filestore.s3.ap-south-1.amazonaws.com/pg/logo/top-red-card.png);
|
|
5184
4917
|
background-size: cover; }
|
|
5185
4918
|
|
|
5186
4919
|
.citizen .ServicesSection .CardBasedOptions:nth-child(2n) .employeeCustomCard {
|
|
5187
|
-
background-image: url(https://
|
|
4920
|
+
background-image: url(https://niuatt-filestore.s3.ap-south-1.amazonaws.com/pg/logo/top-green-card.png);
|
|
5188
4921
|
background-size: cover; }
|
|
5189
4922
|
|
|
5190
4923
|
.citizen .employeeCustomCard {
|
|
5191
4924
|
border-radius: 10px;
|
|
5192
|
-
background-image: url(https://
|
|
4925
|
+
background-image: url(https://niuatt-filestore.s3.ap-south-1.amazonaws.com/pg/logo/top-red-card.png);
|
|
5193
4926
|
background-size: cover; }
|
|
5194
4927
|
.citizen .employeeCustomCard .employeeCustomCard {
|
|
5195
4928
|
border-radius: 10px;
|
|
5196
|
-
background-image: url(https://
|
|
4929
|
+
background-image: url(https://niuatt-filestore.s3.ap-south-1.amazonaws.com/pg/logo/top-red-card.png);
|
|
5197
4930
|
background-size: cover; }
|
|
5198
4931
|
|
|
5199
4932
|
.employee-card-banner {
|
|
@@ -6236,7 +5969,7 @@ video::-webkit-media-controls-panel {
|
|
|
6236
5969
|
white-space: nowrap;
|
|
6237
5970
|
height: calc(100vh - 36px);
|
|
6238
5971
|
padding-bottom: 5rem;
|
|
6239
|
-
background-image: url(https://
|
|
5972
|
+
background-image: url(https://niuatt-filestore.s3.ap-south-1.amazonaws.com/pg/logo/top-green-card.png), url(https://niuatt-filestore.s3.ap-south-1.amazonaws.com/pg/logo/top-red-card.png);
|
|
6240
5973
|
background-blend-mode: lighten;
|
|
6241
5974
|
background-size: cover; }
|
|
6242
5975
|
.citizen .sidebar .actions, .employee .sidebar .actions {
|
|
@@ -7406,11 +7139,11 @@ video::-webkit-media-controls-panel {
|
|
|
7406
7139
|
color: #a82227 !important; }
|
|
7407
7140
|
|
|
7408
7141
|
.employee .customEmployeeCard:nth-child(odd) .employeeCustomCard {
|
|
7409
|
-
background-image: url(https://
|
|
7142
|
+
background-image: url(https://niuatt-filestore.s3.ap-south-1.amazonaws.com/pg/logo/top-red-card.png);
|
|
7410
7143
|
background-size: cover; }
|
|
7411
7144
|
|
|
7412
7145
|
.employee .customEmployeeCard:nth-child(2n) .employeeCustomCard {
|
|
7413
|
-
background-image: url(https://
|
|
7146
|
+
background-image: url(https://niuatt-filestore.s3.ap-south-1.amazonaws.com/pg/logo/top-green-card.png);
|
|
7414
7147
|
background-size: cover; }
|
|
7415
7148
|
|
|
7416
7149
|
.employee .employeeCustomCard {
|
|
@@ -8615,35 +8348,6 @@ body {
|
|
|
8615
8348
|
padding-top: 24px;
|
|
8616
8349
|
padding-bottom: 24px; }
|
|
8617
8350
|
|
|
8618
|
-
.updatenumber-warper-citizen {
|
|
8619
|
-
min-height: 95vh;
|
|
8620
|
-
height: unset; }
|
|
8621
|
-
|
|
8622
|
-
.updatePropertyNumber .pt-update-no-popup-wrapper {
|
|
8623
|
-
margin: 16px; }
|
|
8624
|
-
|
|
8625
|
-
.updatePropertyNumber .search-form-wrapper {
|
|
8626
|
-
display: inherit;
|
|
8627
|
-
padding: 16px; }
|
|
8628
|
-
.updatePropertyNumber .search-form-wrapper .submit-bar, .updatePropertyNumber .search-form-wrapper .submit-bar-disabled {
|
|
8629
|
-
position: absolute;
|
|
8630
|
-
bottom: 25px;
|
|
8631
|
-
width: 90%; }
|
|
8632
|
-
|
|
8633
|
-
@media (min-width: 780px) {
|
|
8634
|
-
.updatenumber-warper-citizen {
|
|
8635
|
-
min-height: 100vh;
|
|
8636
|
-
height: unset; }
|
|
8637
|
-
.updatePropertyNumber .h1 {
|
|
8638
|
-
margin: 16px; }
|
|
8639
|
-
.updatePropertyNumber .search-form-wrapper .submit-bar {
|
|
8640
|
-
width: 100% !important;
|
|
8641
|
-
position: unset !important; }
|
|
8642
|
-
.updatePropertyNumber .search-form-wrapper .submit-bar-disabled {
|
|
8643
|
-
position: absolute;
|
|
8644
|
-
bottom: 25px;
|
|
8645
|
-
width: 90%; } }
|
|
8646
|
-
|
|
8647
8351
|
.notice_and_circular_image svg {
|
|
8648
8352
|
width: 80px;
|
|
8649
8353
|
height: 100px; }
|