@pmidc/upyog-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.
Files changed (122) hide show
  1. package/example/employee.html +16 -0
  2. package/example/garbage.webp +0 -0
  3. package/example/index.css +10476 -0
  4. package/example/index.html +374 -0
  5. package/example/map.js +72 -0
  6. package/example/package.json +24 -0
  7. package/gulpfile.js +55 -0
  8. package/img/browser-icon.png +0 -0
  9. package/img/m_seva_white_logo.png +0 -0
  10. package/img/mseva-demo.png +0 -0
  11. package/package.json +53 -0
  12. package/postcss.config.js +55 -0
  13. package/src/components/CardBasedOptions.scss +110 -0
  14. package/src/components/CitizenHomeCard.scss +58 -0
  15. package/src/components/EllipsisMenu.scss +17 -0
  16. package/src/components/EventCalendarView.scss +10 -0
  17. package/src/components/FAQ.scss +64 -0
  18. package/src/components/OnGroundEventCard.scss +72 -0
  19. package/src/components/PageBasedInput.scss +31 -0
  20. package/src/components/PopupHeadingLabel.scss +15 -0
  21. package/src/components/PropertySearchForm.scss +58 -0
  22. package/src/components/SearchForm.scss +56 -0
  23. package/src/components/SearchOnRadioButton.scss +10 -0
  24. package/src/components/StandaloneSearchBar.scss +10 -0
  25. package/src/components/TimeLine.scss +68 -0
  26. package/src/components/WhatsNewCard.scss +13 -0
  27. package/src/components/actionLink.scss +3 -0
  28. package/src/components/actionbar.scss +97 -0
  29. package/src/components/bannercomponents.scss +137 -0
  30. package/src/components/body.scss +147 -0
  31. package/src/components/buttons.scss +50 -0
  32. package/src/components/card.scss +411 -0
  33. package/src/components/cardHeaderWithOptions.scss +14 -0
  34. package/src/components/changeLanguage.scss +3 -0
  35. package/src/components/charts.scss +186 -0
  36. package/src/components/checkbox.scss +83 -0
  37. package/src/components/checkpoint.scss +65 -0
  38. package/src/components/citizenInfoLabel.scss +14 -0
  39. package/src/components/custombtn.scss +16 -0
  40. package/src/components/datatable.scss +76 -0
  41. package/src/components/datewrap.scss +21 -0
  42. package/src/components/detailscard.scss +6 -0
  43. package/src/components/detailscontainer.scss +13 -0
  44. package/src/components/filters.scss +98 -0
  45. package/src/components/grey.scss +3 -0
  46. package/src/components/hoc/InboxComposer.scss +115 -0
  47. package/src/components/hoc/index.scss +1 -0
  48. package/src/components/howItWorks.scss +71 -0
  49. package/src/components/imageviewer.scss +33 -0
  50. package/src/components/info-banner.scss +35 -0
  51. package/src/components/inputotp.scss +15 -0
  52. package/src/components/keynote.scss +27 -0
  53. package/src/components/languageSelector.scss +24 -0
  54. package/src/components/loader.scss +96 -0
  55. package/src/components/map.scss +30 -0
  56. package/src/components/menu.scss +0 -0
  57. package/src/components/metricsTable.scss +27 -0
  58. package/src/components/multiLink.scss +88 -0
  59. package/src/components/multiSelectDropdown.scss +73 -0
  60. package/src/components/navbar.scss +308 -0
  61. package/src/components/plusMinus.scss +15 -0
  62. package/src/components/popup.scss +16 -0
  63. package/src/components/radiobtn.scss +45 -0
  64. package/src/components/ratingstar.scss +33 -0
  65. package/src/components/roundedLabel.scss +10 -0
  66. package/src/components/searchAction.scss +20 -0
  67. package/src/components/sectionalDropdown.scss +43 -0
  68. package/src/components/selectdropdown.scss +201 -0
  69. package/src/components/staticDynamicMessages.scss +107 -0
  70. package/src/components/staticSideBar.scss +27 -0
  71. package/src/components/statushighlight.scss +17 -0
  72. package/src/components/submiterrors.scss +11 -0
  73. package/src/components/summary.scss +29 -0
  74. package/src/components/table.scss +178 -0
  75. package/src/components/tag.scss +27 -0
  76. package/src/components/telephone.scss +17 -0
  77. package/src/components/textfields.scss +111 -0
  78. package/src/components/toast.scss +31 -0
  79. package/src/components/toggleSwitch.scss +41 -0
  80. package/src/components/topbar.scss +148 -0
  81. package/src/components/uploadcomponents.scss +113 -0
  82. package/src/index.scss +780 -0
  83. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -0
  84. package/src/pages/citizen/DocumentList.scss +305 -0
  85. package/src/pages/citizen/Events.scss +47 -0
  86. package/src/pages/citizen/HomePageWrapper.scss +163 -0
  87. package/src/pages/citizen/SurveyList.scss +22 -0
  88. package/src/pages/citizen/citizenDocument.scss +22 -0
  89. package/src/pages/citizen/container.scss +19 -0
  90. package/src/pages/citizen/payment/payment-type.scss +3 -0
  91. package/src/pages/citizen/updatePropertyNumber.scss +46 -0
  92. package/src/pages/employee/EmployeeLogin.scss +7 -0
  93. package/src/pages/employee/cardfix.scss +14 -0
  94. package/src/pages/employee/container.scss +73 -0
  95. package/src/pages/employee/dss.scss +249 -0
  96. package/src/pages/employee/faq.scss +353 -0
  97. package/src/pages/employee/form-fields.scss +13 -0
  98. package/src/pages/employee/iframe.scss +66 -0
  99. package/src/pages/employee/inbox.scss +707 -0
  100. package/src/pages/employee/index.scss +632 -0
  101. package/src/pages/employee/landing.scss +177 -0
  102. package/src/pages/employee/login.scss +570 -0
  103. package/src/pages/employee/oldMobileInbox.scss +5 -0
  104. package/src/pages/employee/popupmodule.scss +47 -0
  105. package/src/pages/employee/response.scss +3 -0
  106. package/src/pages/employee/scroll-table.scss +114 -0
  107. package/src/pages/employee/surveys.scss +272 -0
  108. package/src/pages/employee/tooltip.scss +36 -0
  109. package/src/pages/employee/updateNumber.scss +13 -0
  110. package/svg/arrowdown.svg +1 -0
  111. package/svg/arrowleft.svg +1 -0
  112. package/svg/calendar.svg +1 -0
  113. package/svg/camera.svg +4 -0
  114. package/svg/check.svg +4 -0
  115. package/svg/close.svg +4 -0
  116. package/svg/error.svg +4 -0
  117. package/svg/error2.svg +5 -0
  118. package/svg/searchicon.svg +4 -0
  119. package/svg/starempty.svg +4 -0
  120. package/svg/starfilled.svg +5 -0
  121. package/svg/success.svg +4 -0
  122. package/tailwind.config.js +105 -0
@@ -0,0 +1,5 @@
1
+ .linksWrapperForMobileInbox{
2
+ .header{
3
+ justify-content: initial;
4
+ }
5
+ }
@@ -0,0 +1,47 @@
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
+ }
35
+
36
+ .popup-module-main {
37
+ iframe #page-container div {
38
+ width: 99% !important;
39
+ margin: 5px !important;
40
+ }
41
+
42
+ iframe #page-container {
43
+ ::-webkit-scrollbar {
44
+ width: 0px !important;
45
+ }
46
+ }
47
+ }
@@ -0,0 +1,3 @@
1
+ .secondary-action{
2
+ @apply inline float-right;
3
+ }
@@ -0,0 +1,114 @@
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: #FFFFFF;
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: #505A5F;
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: #FFFFFF;
103
+ /* Light Theme / Primary */
104
+
105
+ border: 1px solid #a82227;
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
+ }
@@ -0,0 +1,272 @@
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: #0b0c0c;
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: #FAFAFA;
102
+ border: 1px solid #D6D5D4;
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: #FAFAFA;
120
+ border: 1px solid #D6D5D4;
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: #FAFAFA;
152
+ border: 1px solid #D6D5D4;
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 #464646;
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: #a82227;
216
+ height: 1.25rem;
217
+ width: 1.25rem;
218
+ border-radius: 9999px;
219
+ position: absolute;
220
+ top: 4px;
221
+ left: 4px;
222
+ }
223
+ }
224
+ }
225
+
226
+ .newSurveyForm_wrapper {
227
+ @apply grid p-md bg-grey-light border border-border rounded;
228
+ grid-template-columns: 33% 1fr;
229
+
230
+ .newSurveyForm_quesno {
231
+ @apply text-heading-m font-medium;
232
+ }
233
+
234
+ .newSurveyForm_mainsection {
235
+ }
236
+ .newSurveyForm_questions {
237
+ @apply flex gap-4;
238
+
239
+ .text-input {
240
+ @apply w-3/4;
241
+ }
242
+ .employee-select-wrap {
243
+ @apply flex-1;
244
+ }
245
+ }
246
+ .newSurveyForm_answer {
247
+ }
248
+ .newSurveyForm_actions {
249
+ @apply flex justify-end gap-2;
250
+ .checkbox-wrap {
251
+ @apply items-center;
252
+ margin-bottom: 0;
253
+ }
254
+ .checkbox-wrap .label {
255
+ margin-left: 40px;
256
+ }
257
+ }
258
+ .newSurveyForm_seprator {
259
+ @apply w-px h-6 border border-border;
260
+ }
261
+ }
262
+
263
+ .surveyformslist_wrapper {
264
+ @apply w-3/4 grid gap-6 py-md;
265
+ }
266
+ }
267
+
268
+ .unstyled-button {
269
+ border: none;
270
+ padding: 0;
271
+ background: none;
272
+ }
@@ -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,13 @@
1
+ .updateNumberEmployee{
2
+ width: 100%;
3
+ .employee-data-table .row h2{
4
+ font-weight:500;
5
+ width: 100%;
6
+ }
7
+ .submit-bar {
8
+ position: relative;
9
+ }
10
+ .search-form-wrapper {
11
+ justify-content: initial;
12
+ }
13
+ }
@@ -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>
@@ -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>
package/svg/check.svg ADDED
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#a82227" >
2
+ <path d="M0 0h24v24H0z" fill="none"/>
3
+ <path d="M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z"/>
4
+ </svg>
package/svg/close.svg ADDED
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white" width="18px" height="18px">
2
+ <path d="M0 0h24v24H0V0z" fill="#d4351c"/>
3
+ <path d="M18.3 5.71c-.39-.39-1.02-.39-1.41 0L12 10.59 7.11 5.7c-.39-.39-1.02-.39-1.41 0-.39.39-.39 1.02 0 1.41L10.59 12 5.7 16.89c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0L12 13.41l4.89 4.89c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L13.41 12l4.89-4.89c.38-.38.38-1.02 0-1.4z"/>
4
+ </svg>
package/svg/error.svg ADDED
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white" >
2
+ <path d="M0 0h24v24H0z" fill="none"/>
3
+ <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"/>
4
+ </svg>
package/svg/error2.svg ADDED
@@ -0,0 +1,5 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#d4351c">
2
+ <path d="M0 0h24v24H0V0z" fill="none"/>
3
+ <circle cx="12" cy="19" r="2"/>
4
+ <path d="M10 3h4v12h-4z"/>
5
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#505A5F" width="48px" height="48px" >
2
+ <path d="M0 0h24v24H0z" fill="none"/>
3
+ <path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#a82227" width="48px" height="48px">
2
+ <path d="M0 0h24v24H0V0z" fill="none"/>
3
+ <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>
4
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" enableBackground="new 0 0 24 24" viewBox="0 0 24 24" fill="#a82227" width="48px" height="48px" >
2
+ <g><path d="M0,0h24v24H0V0z" fill="none"/>
3
+ <path d="M0,0h24v24H0V0z" fill="none"/></g>
4
+ <g><path d="M12,17.27L18.18,21l-1.64-7.03L22,9.24l-7.19-0.61L12,2L9.19,8.63L2,9.24l5.46,4.73L5.82,21L12,17.27z"/></g>
5
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#00703C" >
2
+ <path d="M0 0h24v24H0V0z" fill="none"/>
3
+ <path d="M1 21h4V9H1v12zm22-11c0-1.1-.9-2-2-2h-6.31l.95-4.57.03-.32c0-.41-.17-.79-.44-1.06L14.17 1 7.59 7.59C7.22 7.95 7 8.45 7 9v10c0 1.1.9 2 2 2h9c.83 0 1.54-.5 1.84-1.22l3.02-7.05c.09-.23.14-.47.14-.73v-2z"/>
4
+ </svg>
@@ -0,0 +1,105 @@
1
+ module.exports = {
2
+ future: {
3
+ removeDeprecatedGapUtilities: true,
4
+ purgeLayersByDefault: true,
5
+ },
6
+ purge: { enabled: true, content: ["./example/index.html"] },
7
+ theme: {
8
+ screens: {
9
+ dt: "780px",
10
+ },
11
+ colors: {
12
+ primary: {
13
+ light: "#F18F5E",
14
+ main: "#a82227",
15
+ dark: "#C8602B",
16
+ },
17
+ secondary: "#22394D",
18
+ text: {
19
+ primary: "#0B0C0C",
20
+ secondary: "#505A5F",
21
+ },
22
+ link: {
23
+ normal: "#1D70B8",
24
+ hover: "#003078",
25
+ },
26
+ border: "#D6D5D4",
27
+ "input-border": "#464646",
28
+ focus: "#a82227",
29
+ error: "#D4351C",
30
+ success: "#00703C",
31
+ black: "#000000",
32
+ grey: {
33
+ dark: "#9E9E9E",
34
+ mid: "#EEEEEE",
35
+ light: "#FAFAFA",
36
+ bg: "#E3E3E3",
37
+ },
38
+ white: "#FFFFFF",
39
+ },
40
+ fontFamily: {
41
+ sans: ["Noto Sans", "sans-serif"],
42
+ // sans: ["Roboto", "sans-serif"],
43
+ rc: ['"Roboto Condensed"', "sans-serif"],
44
+ },
45
+ fontSize: {
46
+ "heading-xl-dt": ["48px", "56px"],
47
+ "heading-xl": ["32px", "40px"],
48
+ "heading-l-dt": ["36px", "40px"],
49
+ "heading-l": ["24px", "32px"],
50
+ "heading-m-dt": ["24px", "32px"],
51
+ "heading-m": ["18px", "28px"],
52
+ "heading-s": ["16px", "24px"],
53
+ "caption-xl-dt": ["27px", "32px"],
54
+ "caption-xl": ["18px", "26px"],
55
+ "caption-l-dt": ["24px", "28px"],
56
+ "caption-l": ["18px", "21px"],
57
+ "caption-m-dt": ["19px", "23px"],
58
+ "caption-m": ["16px", "19px"],
59
+ "form-field": ["16px", "20px"],
60
+ "body-l-dt": ["19px", "28px"],
61
+ "body-l": ["16px", "24px"],
62
+ "body-s-dt": ["16px", "24px"],
63
+ "body-s": ["14px", "16px"],
64
+ legend: ["19px", "23px"],
65
+ link: ["16px", "24px"],
66
+ "text-btn": ["16px", "24px"],
67
+ },
68
+ fontWeight: {
69
+ regular: 400,
70
+ medium: 500,
71
+ bold: 700,
72
+ },
73
+ padding: {
74
+ sm: "8px",
75
+ md: "16px",
76
+ lg: "24px",
77
+ xl: "36px",
78
+ },
79
+ margin: {
80
+ xs: "4px",
81
+ sm: "8px",
82
+ md: "16px",
83
+ lg: "24px",
84
+ xl: "64px",
85
+ },
86
+ borderWidth: {
87
+ default: "1px",
88
+ 0: "0",
89
+ 2: "1px",
90
+ 4: "4px",
91
+ 10: "10px",
92
+ },
93
+ boxShadow: {
94
+ card: "0 1px 2px 0 rgba(0, 0, 0, 0.16)",
95
+ radiobtn: "0 0 0 5px #a82227",
96
+ },
97
+ inset: {
98
+ 0: 0,
99
+ 10: "10px",
100
+ },
101
+ extend: {},
102
+ },
103
+ variants: {},
104
+ plugins: [],
105
+ };