@entit/digit-ui-css 2.0.0 → 2.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.
Files changed (55) hide show
  1. package/dist/index.css +409 -2230
  2. package/dist/index.min.css +1 -1
  3. package/package.json +2 -2
  4. package/src/components/CardBasedOptions.scss +39 -105
  5. package/src/components/CitizenHomeCard.scss +35 -46
  6. package/src/components/PageBasedInput.scss +19 -27
  7. package/src/components/PropertySearchForm.scss +2 -2
  8. package/src/components/TimeLine.scss +2 -2
  9. package/src/components/bannercomponents.scss +3 -9
  10. package/src/components/body.scss +4 -32
  11. package/src/components/buttons.scss +0 -3
  12. package/src/components/card.scss +25 -48
  13. package/src/components/charts.scss +1 -134
  14. package/src/components/checkbox.scss +4 -35
  15. package/src/components/checkpoint.scss +1 -3
  16. package/src/components/datatable.scss +6 -10
  17. package/src/components/filters.scss +3 -3
  18. package/src/components/hoc/InboxComposer.scss +15 -108
  19. package/src/components/info-banner.scss +2 -3
  20. package/src/components/languageSelector.scss +7 -8
  21. package/src/components/multiLink.scss +0 -15
  22. package/src/components/navbar.scss +12 -210
  23. package/src/components/radiobtn.scss +0 -12
  24. package/src/components/searchAction.scss +1 -1
  25. package/src/components/selectdropdown.scss +2 -28
  26. package/src/components/statushighlight.scss +1 -1
  27. package/src/components/summary.scss +0 -3
  28. package/src/components/table.scss +3 -14
  29. package/src/components/textfields.scss +1 -19
  30. package/src/components/topbar.scss +7 -21
  31. package/src/components/uploadcomponents.scss +0 -18
  32. package/src/index.scss +39 -263
  33. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +5 -8
  34. package/src/pages/citizen/DocumentList.scss +2 -2
  35. package/src/pages/citizen/HomePageWrapper.scss +84 -148
  36. package/src/pages/citizen/container.scss +1 -1
  37. package/src/pages/employee/cardfix.scss +1 -2
  38. package/src/pages/employee/container.scss +13 -13
  39. package/src/pages/employee/dss.scss +9 -142
  40. package/src/pages/employee/iframe.scss +1 -1
  41. package/src/pages/employee/inbox.scss +49 -259
  42. package/src/pages/employee/index.scss +75 -363
  43. package/src/pages/employee/login.scss +21 -96
  44. package/src/pages/employee/popupmodule.scss +0 -13
  45. package/src/pages/employee/scroll-table.scss +1 -1
  46. package/src/pages/employee/surveys.scss +6 -5
  47. package/svg/check.svg +1 -1
  48. package/svg/starempty.svg +1 -1
  49. package/svg/starfilled.svg +1 -1
  50. package/src/components/FAQ.scss +0 -64
  51. package/src/components/howItWorks.scss +0 -71
  52. package/src/components/plusMinus.scss +0 -15
  53. package/src/components/staticDynamicMessages.scss +0 -107
  54. package/src/components/staticSideBar.scss +0 -27
  55. package/src/components/toggleSwitch.scss +0 -41
@@ -1,163 +1,99 @@
1
- .HomePageWrapper {
2
- margin-top: -25px;
3
-
4
- .BannerWithSearch {
5
- margin-bottom: 40px;
6
- width: 100%;
7
- @apply relative;
8
- .Search {
9
- width: calc(100% - 32px);
10
- bottom: -18px;
11
- @apply mx-md absolute;
12
- }
13
- img {
14
- height: 33vw;
15
- @apply w-full object-cover;
16
- }
17
- }
18
-
19
- .ServicesSection {
20
- @apply flex flex-wrap;
21
- padding: 40px 15px 0 15px;
22
- }
23
-
24
- @screen dt {
25
- .ServicesSection {
26
- @apply flex flex-wrap;
27
- padding: 40px 15px 0 15px;
28
- width: 100%;
1
+ .HomePageWrapper{
2
+ margin-top: -25px;
3
+ .BannerWithSearch{
4
+ margin-bottom: 40px;
5
+ @apply relative;
6
+ .Search{
7
+ width: calc( 100% - 32px );
8
+ bottom: -18px;
9
+ @apply mx-md absolute;
10
+ }
11
+ img{
12
+ height: 33vw;
13
+ @apply w-full object-cover;
14
+ }
29
15
  }
30
- }
31
16
 
32
- .WhatsNewSection {
33
- @apply m-sm;
34
- padding: 0 15px;
35
- .headSection {
36
- @apply flex mb-sm justify-between;
37
- h2 {
38
- @apply text-heading-s font-bold text-text-primary pl-sm;
39
- }
40
- p {
41
- @apply text-link text-primary-main font-medium cursor-pointer;
42
- }
17
+ .ServicesSection{
18
+ @apply flex flex-wrap ;
43
19
  }
44
- @media (min-width: 780px) {
45
- padding: 0 15px;
46
- }
47
- }
48
20
 
49
- .WhatsAppBanner{
50
- width: 100%;
51
- padding: 0px 20px 0px 20px;
52
- margin: auto;
53
- cursor: pointer;
54
- img {
55
- width: 100%;
21
+ .WhatsNewSection{
22
+ @apply m-sm;
23
+ .headSection{
24
+ @apply flex mb-sm justify-between;
25
+ h2{
26
+ @apply text-heading-s font-bold text-text-primary pl-sm;
27
+ }
28
+ p{
29
+ @apply text-link text-primary-main font-medium;
30
+ }
31
+ }
56
32
  }
57
- }
58
- }
59
-
60
- @media (min-width: 780px) {
61
- .SideBarStatic {
62
- width: 219px;
63
- background: #ffffff;
64
- margin-top: -24px;
65
- }
66
- }
67
- @media (max-width: 780px) {
68
- .SideBarStatic {
69
- width: 219px;
70
- background: #ffffff;
71
- margin-top: -24px;
72
- display: none;
73
- }
74
- }
75
-
76
- .HomePageContainer {
77
- @media (min-width: 780px) {
78
- display: flex;
79
- width: 100% !important;
80
- height: calc(100%-30px);
81
- }
82
33
  }
83
34
 
84
- .moduleLinkHomePage {
85
- @media (min-width: 780px) {
86
- width: calc(100% - 219px);
87
- }
88
- margin-top: -25px;
89
- img {
90
- height: 33vw;
91
- background: linear-gradient(#000000,#000000);
92
- @apply w-full object-cover;
93
- }
94
- h1 {
95
- position: absolute;
96
- top: 100px;
97
- left: 21px;
98
- @apply text-heading-xl text-white font-bold;
99
- }
100
- .moduleLinkHomePageBackButton {
101
- border: none;
102
- top: 76px;
103
- svg {
104
- fill: #ffffff;
35
+ .moduleLinkHomePage{
36
+ margin-top: -25px;
37
+ img{
38
+ height: 33vw;
39
+
40
+ @apply w-full object-cover;
105
41
  }
106
- @apply absolute text-white text-heading-s ml-md;
107
- }
108
- }
109
-
110
- .moduleLinkHomePageModuleLinks {
111
- @apply mt-md;
112
- .CitizenHomeCard {
113
- .header {
114
- @apply hidden;
42
+ h1{
43
+ position: absolute;
44
+ top: 100px;
45
+ left: 21px;
46
+ @apply text-heading-xl text-white font-bold;
115
47
  }
116
- }
117
- }
118
-
119
- @screen dt {
120
- .HomePageWrapper {
121
- width: 100%;
122
- .BannerWithSearch {
123
- margin-bottom: 56px;
124
- width: 100% !important;
125
- .Search {
126
- width: 100%;
127
- margin: 0;
128
- padding: 0 15px 0 15px;
129
- }
130
- img {
131
- height: 20vw;
132
- }
48
+ .moduleLinkHomePageBackButton{
49
+ border: none;
50
+ top: 76px;
51
+ svg{
52
+ fill: #ffffff;
53
+ }
54
+ @apply absolute text-white text-heading-s ml-md;
133
55
  }
56
+ }
134
57
 
135
- .WhatsAppBanner {
136
- width: 100%;
137
- img{
138
- height: 20vw;
139
- width: 100%;
140
- }
58
+ .moduleLinkHomePageModuleLinks{
59
+ @apply mt-md;
60
+ .CitizenHomeCard{
61
+ .header{
62
+ @apply hidden;
63
+ }
141
64
  }
65
+ }
142
66
 
143
- }
144
- .moduleLinkHomePage {
145
- img {
146
- min-width: 100vw;
147
- height: 20vw;
148
- }
149
- h1 {
150
- top: calc(10vw + 40px);
151
- left: 15.8rem;
67
+ @screen dt{
68
+ .HomePageWrapper{
69
+ .BannerWithSearch{
70
+ margin-bottom: 56px;
71
+ min-width: 100vw;
72
+ margin-left: calc( -15vw - 16px );
73
+ .Search{
74
+ width: calc(70% - 32px);
75
+ left: calc( 15% + 25px );
76
+ margin: 0;
77
+ }
78
+ img{
79
+ height: 20vw;
80
+ }
81
+ }
152
82
  }
153
- .moduleLinkHomePageBackButton {
154
- top: calc(10vw + 16px);
155
- @apply ml-md;
83
+ .moduleLinkHomePage{
84
+ img{
85
+ min-width: 100vw;
86
+ margin-left: calc( -15vw - 16px );
87
+ height: 20vw;
88
+ }
89
+ h1{
90
+ top: calc( 10vw + 40px );
91
+ left: calc( 15% + 14px );
92
+ @apply ml-lg;
93
+ }
94
+ .moduleLinkHomePageBackButton{
95
+ top: calc( 10vw + 16px );
96
+ @apply ml-md;
97
+ }
156
98
  }
157
- }
158
-
159
- .moduleLinkHomePageModuleLinks {
160
- max-width: unset;
161
- width:100%
162
- }
163
- }
99
+ }
@@ -10,7 +10,7 @@
10
10
  }
11
11
  .fill-path-primary-main {
12
12
  path {
13
- fill: #a82227;
13
+ fill: #f47738;
14
14
  }
15
15
  }
16
16
 
@@ -1,7 +1,6 @@
1
1
  .flex-fit{
2
2
  @apply flex w-full border-b border-solid border-border;
3
- border-bottom: 0px !important;
4
- padding-top: 5px
3
+ padding : 8px 10px;
5
4
  }
6
5
  .card-count{
7
6
  @apply pr-xl;
@@ -10,8 +10,8 @@
10
10
  .heading-m {
11
11
  @apply font-bold text-text-primary text-heading-m ml-md pt-sm;
12
12
  }
13
- .BPAheading-m {
14
- margin-left: 22px;
13
+ .BPAheading-m{
14
+ margin-left:22px;
15
15
  }
16
16
 
17
17
  .break-line {
@@ -34,14 +34,14 @@
34
34
  border: 1px solid #d6d5d4;
35
35
  padding: 16px;
36
36
  margin-top: 8px;
37
- background: #fafafa;
37
+ background: #FAFAFA;
38
38
  }
39
39
 
40
- .fieldInsepctionInsideWrapper {
41
- border: 1px solid #d6d5d4;
40
+ .fieldInsepctionInsideWrapper{
41
+ border: 1px solid #D6D5D4;
42
42
  padding: 16px;
43
43
  margin-top: 8px;
44
- background: #ffffff;
44
+ background: #FFFFFF;
45
45
  max-width: 70%;
46
46
  min-width: 280px;
47
47
  }
@@ -49,25 +49,25 @@
49
49
  @screen dt {
50
50
  .ground-container {
51
51
  margin-bottom: 56px;
52
-
53
52
  @apply p-md;
54
53
  }
55
54
  .heading-m {
56
55
  @apply text-heading-m-dt;
57
56
  }
58
- .BPAheading-m {
59
- margin-left: 22px;
57
+ .BPAheading-m{
58
+ margin-left:22px;
60
59
  }
61
60
  .break-line {
62
61
  margin-top: 40px;
63
62
  margin-bottom: 40px;
64
63
  }
65
- .employee-home-footer {
64
+ .employee-home-footer{
65
+
66
66
  }
67
- .moduleCardWrapper {
67
+ .moduleCardWrapper{
68
68
  @apply flex flex-row flex-wrap !important;
69
69
  }
70
- .gridModuleWrapper {
70
+ .gridModuleWrapper{
71
71
  @apply grid grid-cols-4 gap-4;
72
72
  }
73
- }
73
+ }
@@ -26,12 +26,12 @@ margin-right:25px;
26
26
 
27
27
  .dss-switch-tab-selected{
28
28
  /* Revenue */
29
- border-bottom: 3px solid #a82227;
29
+ border-bottom: 3px solid #f47738;
30
30
  font-family: Roboto;
31
31
  font-style: normal;
32
32
  font-weight: 500;
33
33
  font-size: 22px;
34
- color: #a82227;
34
+ color: #f47738;
35
35
  padding: 7px 24px;
36
36
 
37
37
  }
@@ -67,6 +67,12 @@ padding: 8px 24px;
67
67
  white-space: pre;
68
68
  }
69
69
 
70
+ @media screen and (max-width: 768px) {
71
+ .dss-switch-tabs{/* Card / Primary */
72
+ margin-right:0px;
73
+ }
74
+ }
75
+
70
76
  .dss-white-pre{
71
77
  white-space: pre;
72
78
 
@@ -104,146 +110,7 @@ padding: 8px 24px;
104
110
 
105
111
  .dss-input-active-border{
106
112
  --border-opacity: 1;
107
- border: 1px solid #a82227 !important;
113
+ border: 1px solid #f47738 !important;
108
114
  border-color: rgba(244, 119, 56, var(--border-opacity));
109
115
  }
110
116
 
111
- .employeeCustomCard .card-count{
112
- padding-right: 0px;
113
- }
114
- .dss-card {
115
- display: flex;
116
- flex-wrap: wrap;
117
- }
118
-
119
- .dss-card-parent {
120
- display: flex;
121
- flex-direction: column;
122
- width: 31%;
123
- border-radius: 6px;
124
- padding: 25px;
125
- margin: 15px 11.5px;
126
- box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
127
- cursor: pointer;
128
- }
129
-
130
- .dss-card-body {
131
- display: flex;
132
- flex-wrap: wrap;
133
- cursor: pointer;
134
- }
135
-
136
- .dss-card-header {
137
- display: flex;
138
- margin-bottom: 30px;
139
- align-items: center;
140
-
141
- p {
142
- font-size: 24px;
143
- font-family: "Roboto", sans-serif;
144
- font-weight: 500;
145
- color: #000000;
146
- }
147
-
148
- svg {
149
- width: 50px;
150
- height: 50px;
151
- }
152
- }
153
-
154
-
155
- .dss-insight-card {
156
- margin: 10px 0;
157
-
158
- p {
159
- font-family: "Roboto", sans-serif;
160
- }
161
-
162
- .p1 {
163
- font-size: 16px;
164
- color: #585858;
165
- }
166
-
167
- .p3 {
168
- font-size: 16px;
169
- font-weight: 400;
170
- }
171
-
172
- .p2 {
173
- font-size: 24px;
174
- font-weight: 500;
175
- color: #000000;
176
- }
177
-
178
- .color-green {
179
- color: #00703C;
180
- }
181
-
182
- .color-red {
183
- color: #D4351C;
184
- }
185
- }
186
- .w-100 {
187
- width: 100%;
188
- }
189
- .dss-w-100 {
190
- width: 97%;
191
- }
192
-
193
- .h-100{
194
- width: 100%;
195
- height: 100%;
196
- }
197
-
198
- .dss-h-100{
199
- width: 97%;
200
- height: 100%;
201
- }
202
-
203
- .tab-rows{
204
- display: flex;
205
- justify-content:space-between;
206
- height: 30px;
207
- align-items: center;
208
- width: 60%;
209
- margin-left: 13%;
210
- }
211
- .tab-header{
212
- font-weight: 700;
213
- font-size: 16px;
214
- line-height: 19px;
215
- border-bottom: 1px solid #b1b4b6;
216
- color: #2a3340;
217
- }
218
- .map-status{
219
- position: relative;
220
- width: 33%;
221
- left: 50%;
222
- bottom: 130px;
223
- }
224
- .map-row{
225
- display: flex;
226
- align-items: center;
227
- margin-top: 5px;
228
- }
229
- .map-box{
230
- display: inline-block;
231
- height: 10px;
232
- width: 10px;
233
- }
234
- .map-text{
235
- margin-left: 5px;
236
- color: #636363;
237
- font-size: 14px;
238
- }
239
-
240
-
241
- @media screen and (max-width: 768px) {
242
- .dss-switch-tabs{/* Card / Primary */
243
- margin-right:0px;
244
- }
245
-
246
- .dss-card-parent{
247
- width:100%;
248
- }
249
- }
@@ -1,7 +1,7 @@
1
1
  body {
2
2
  margin: 0;
3
3
  padding: 0;
4
- font-family: "Roboto";
4
+ font-family: sans-serif;
5
5
  background: #f4f7fb;
6
6
  }
7
7