@nudmcdgnpm/cnd-css 1.0.0

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 (113) hide show
  1. package/dist/index.css +9640 -0
  2. package/dist/index.min.css +1 -0
  3. package/img/browser-icon.png +0 -0
  4. package/img/m_seva_white_logo.png +0 -0
  5. package/img/mseva-demo.png +0 -0
  6. package/package.json +66 -0
  7. package/src/components/CardBasedOptions.scss +111 -0
  8. package/src/components/CitizenHomeCard.scss +58 -0
  9. package/src/components/EllipsisMenu.scss +17 -0
  10. package/src/components/EventCalendarView.scss +10 -0
  11. package/src/components/FAQ.scss +64 -0
  12. package/src/components/OnGroundEventCard.scss +72 -0
  13. package/src/components/PageBasedInput.scss +31 -0
  14. package/src/components/PopupHeadingLabel.scss +15 -0
  15. package/src/components/PropertySearchForm.scss +58 -0
  16. package/src/components/SearchForm.scss +56 -0
  17. package/src/components/SearchOnRadioButton.scss +10 -0
  18. package/src/components/StandaloneSearchBar.scss +10 -0
  19. package/src/components/TimeLine.scss +68 -0
  20. package/src/components/WhatsNewCard.scss +13 -0
  21. package/src/components/actionLink.scss +3 -0
  22. package/src/components/actionbar.scss +97 -0
  23. package/src/components/bannercomponents.scss +137 -0
  24. package/src/components/body.scss +147 -0
  25. package/src/components/buttons.scss +50 -0
  26. package/src/components/card.scss +413 -0
  27. package/src/components/cardHeaderWithOptions.scss +14 -0
  28. package/src/components/changeLanguage.scss +3 -0
  29. package/src/components/charts.scss +333 -0
  30. package/src/components/checkbox.scss +84 -0
  31. package/src/components/checkpoint.scss +65 -0
  32. package/src/components/citizenInfoLabel.scss +14 -0
  33. package/src/components/custombtn.scss +11 -0
  34. package/src/components/datatable.scss +76 -0
  35. package/src/components/datewrap.scss +21 -0
  36. package/src/components/detailscard.scss +6 -0
  37. package/src/components/detailscontainer.scss +13 -0
  38. package/src/components/filters.scss +98 -0
  39. package/src/components/grey.scss +3 -0
  40. package/src/components/hoc/InboxComposer.scss +115 -0
  41. package/src/components/hoc/index.scss +1 -0
  42. package/src/components/howItWorks.scss +71 -0
  43. package/src/components/imageviewer.scss +33 -0
  44. package/src/components/info-banner.scss +35 -0
  45. package/src/components/inputotp.scss +15 -0
  46. package/src/components/keynote.scss +27 -0
  47. package/src/components/languageSelector.scss +24 -0
  48. package/src/components/loader.scss +96 -0
  49. package/src/components/map.scss +30 -0
  50. package/src/components/menu.scss +0 -0
  51. package/src/components/metricsTable.scss +27 -0
  52. package/src/components/multiLink.scss +88 -0
  53. package/src/components/multiSelectDropdown.scss +73 -0
  54. package/src/components/navbar.scss +308 -0
  55. package/src/components/plusMinus.scss +15 -0
  56. package/src/components/popup.scss +16 -0
  57. package/src/components/radiobtn.scss +57 -0
  58. package/src/components/ratingstar.scss +33 -0
  59. package/src/components/roundedLabel.scss +10 -0
  60. package/src/components/searchAction.scss +20 -0
  61. package/src/components/sectionalDropdown.scss +43 -0
  62. package/src/components/selectdropdown.scss +199 -0
  63. package/src/components/staticDynamicMessages.scss +107 -0
  64. package/src/components/staticSideBar.scss +27 -0
  65. package/src/components/statushighlight.scss +17 -0
  66. package/src/components/submiterrors.scss +11 -0
  67. package/src/components/summary.scss +29 -0
  68. package/src/components/table.scss +178 -0
  69. package/src/components/tag.scss +27 -0
  70. package/src/components/telephone.scss +17 -0
  71. package/src/components/textfields.scss +108 -0
  72. package/src/components/toast.scss +31 -0
  73. package/src/components/toggleSwitch.scss +41 -0
  74. package/src/components/topbar.scss +148 -0
  75. package/src/components/uploadcomponents.scss +113 -0
  76. package/src/index.scss +768 -0
  77. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -0
  78. package/src/pages/citizen/DocumentList.scss +305 -0
  79. package/src/pages/citizen/Events.scss +47 -0
  80. package/src/pages/citizen/HomePageWrapper.scss +163 -0
  81. package/src/pages/citizen/SurveyList.scss +22 -0
  82. package/src/pages/citizen/citizenDocument.scss +22 -0
  83. package/src/pages/citizen/container.scss +19 -0
  84. package/src/pages/citizen/payment/payment-type.scss +3 -0
  85. package/src/pages/citizen/updatePropertyNumber.scss +46 -0
  86. package/src/pages/employee/EmployeeLogin.scss +7 -0
  87. package/src/pages/employee/cardfix.scss +14 -0
  88. package/src/pages/employee/container.scss +73 -0
  89. package/src/pages/employee/dss.scss +249 -0
  90. package/src/pages/employee/form-fields.scss +13 -0
  91. package/src/pages/employee/iframe.scss +66 -0
  92. package/src/pages/employee/inbox.scss +687 -0
  93. package/src/pages/employee/index.scss +625 -0
  94. package/src/pages/employee/login.scss +260 -0
  95. package/src/pages/employee/oldMobileInbox.scss +5 -0
  96. package/src/pages/employee/popupmodule.scss +47 -0
  97. package/src/pages/employee/response.scss +3 -0
  98. package/src/pages/employee/scroll-table.scss +114 -0
  99. package/src/pages/employee/surveys.scss +272 -0
  100. package/src/pages/employee/tooltip.scss +36 -0
  101. package/src/pages/employee/updateNumber.scss +13 -0
  102. package/svg/arrowdown.svg +1 -0
  103. package/svg/arrowleft.svg +1 -0
  104. package/svg/calendar.svg +1 -0
  105. package/svg/camera.svg +4 -0
  106. package/svg/check.svg +4 -0
  107. package/svg/close.svg +4 -0
  108. package/svg/error.svg +4 -0
  109. package/svg/error2.svg +5 -0
  110. package/svg/searchicon.svg +4 -0
  111. package/svg/starempty.svg +4 -0
  112. package/svg/starfilled.svg +5 -0
  113. package/svg/success.svg +4 -0
@@ -0,0 +1,260 @@
1
+ .loginFormStyleEmployee {
2
+ z-index: 10;
3
+ margin-top: 15px;
4
+ .employeeCard {
5
+ .submit-bar {
6
+ @apply w-full;
7
+ height: 2rem !important;
8
+ }
9
+ .employeeCard
10
+ .submit-bar .submit-bar header
11
+ {
12
+ line-height: 2rem !important;
13
+ font-size: 16px;
14
+
15
+ }
16
+ }
17
+ }
18
+ .banner .bannerCard{
19
+ min-width: 420px !important;
20
+ background-color: transparent;
21
+ }
22
+ .employeeForgotPassword .employeeCard .field .field-container .component-in-front {
23
+ border: 1px solid;
24
+ border-right: none;
25
+ height: 32px !important;
26
+ margin-top: -16px !important;
27
+ z-index: 999;
28
+ background-color:#ffffffeb;
29
+ }
30
+ @screen dt {
31
+ .employeeForgotPassword .employeeCard .field .field-container .component-in-front {
32
+ border: 1px solid black;
33
+ border-right: none;
34
+ height: 32px !important;
35
+ margin-top: -16px !important;
36
+ z-index: 999;
37
+ background-color: #ffffffeb;
38
+
39
+ }
40
+ .loginFormStyleEmployee .employeeCard, .banner .bannerCard{
41
+ min-width: 270px !important;
42
+
43
+ background-color: #ffffffd6 !important
44
+ }
45
+ .employeeForgotPassword .employeeCard, .employeeChangePassword .employeeCard{
46
+ max-width: 270px !important;
47
+ min-width: 270px !important;
48
+ background-color: #ffffffeb
49
+ }
50
+ }
51
+
52
+ .employeeForgotPassword .employee-card-input {
53
+ margin-bottom: 0px;
54
+ border-left: none;
55
+ }
56
+
57
+ .employeeForgotPassword .field-container {
58
+ margin: 10px 0;
59
+ }
60
+ .employeeForgotPassword {
61
+ .submit-bar {
62
+ @apply w-full;
63
+ background-color: #5a1166 !important;
64
+ }
65
+ }
66
+ .employeeChangePassword .submit-bar {
67
+ width: 100% !important;
68
+ }
69
+ .employeeChangePassword .card-text {
70
+ text-align: center;
71
+ }
72
+ .employeeChangePassword .input-otp-wrap {
73
+ text-align: center;
74
+ }
75
+ .submit-bar {
76
+ .submit-bar {
77
+ @apply w-full;
78
+ }
79
+ }
80
+ .loginFormStyleEmployee .bannerHeader p,
81
+ .employeeForgotPassword .bannerHeader p,
82
+ .employeeChangePassword .bannerHeader p {
83
+ font-size: 19px;
84
+ }
85
+ .employeeCard .card-sub-header {
86
+ font-size: 24px;
87
+ }
88
+ .loginFormStyleEmployee .employeeCard .card-label, .employeeForgotPassword .employeeCard .card-label{
89
+ font-weight: 600 !important;
90
+ font-size: 14px !important;
91
+ line-height: 10px !important;
92
+ color: #0B0C0C;
93
+ z-index: 10 !important;
94
+ }
95
+ .banner .bannerHeader {
96
+ margin-bottom: 20px;
97
+ }
98
+ .employeeCard .card-label{
99
+ font-weight: normal;
100
+ font-size: 16px;
101
+ line-height: 19px;
102
+ color: #0B0C0C;
103
+ }
104
+ .profile-label-margin{
105
+ margin-top: 10px;
106
+ }
107
+ .loginFormStyleEmployee .primary-label-btn{
108
+ font-size: 12px;
109
+ }
110
+ .employeeForgotPassword .employeeCard .card-label-desc {
111
+ font-weight: normal;
112
+ font-size: 16px;
113
+ line-height: 24px;
114
+ color: #505a5f;
115
+ margin-top: 15px;
116
+ }
117
+ .employeeChangePassword .employeeCard .card-text {
118
+ margin-bottom: 15px;
119
+ font-size: 16px;
120
+ color: #505a5f;
121
+ }
122
+ .employeeCard .card-label{
123
+ font-weight: 600 !important;
124
+ font-size: 14px !important;
125
+ line-height: 10px !important;
126
+ color: #0b0c0c;
127
+
128
+ }
129
+ @media screen and (max-width: 768px) {
130
+ .employeeChangePassword .employeeCard .card-text {
131
+ margin-top: 7px;
132
+ }
133
+ .employeeCard .card-sub-header {
134
+ font-size: 18px;
135
+ }
136
+ }
137
+ .employeeChangePassword .employeeCard .card-text-button {
138
+ text-align: center !important;
139
+ margin-bottom: 12px !important;
140
+ }
141
+ .employeeChangePassword .employeeCard .input-otp-wrap {
142
+ margin-bottom: 10px;
143
+ }
144
+ .employee .loginContainer {
145
+ padding-top: 0px !important;
146
+ }
147
+ .banner {
148
+ height: calc(100vh ) !important;
149
+ }
150
+
151
+ .employeeChangePassword .employeeCard .field .field-container{
152
+ margin-bottom: 24px;
153
+ }
154
+ .upyog-copyright-footer-web
155
+ {
156
+ display: none;
157
+ }
158
+ .employeeForgotPassword .employeeCard .employee-card-sub-header, .employeeChangePassword .employeeCard .employee-card-sub-header, .loginFormStyleEmployee .employeeCard .employee-card-sub-header{
159
+ font-size: 24px !important;
160
+ line-height: 28px !important;
161
+ margin-bottom: 0px !important;
162
+ }
163
+ @media screen and (max-width : 768px){
164
+ .employeeForgotPassword .employeeCard .employee-card-sub-header, .employeeChangePassword .employeeCard .employee-card-sub-header, .loginFormStyleEmployee .employeeCard .employee-card-sub-header{
165
+ font-size: 18px !important;
166
+ line-height: 21px !important;
167
+ margin-bottom: 0px !important;
168
+ z-index: 10 !important;
169
+ }
170
+ .loginFormStyleEmployee .employeeCard, .banner .bannerCard{
171
+ min-width: 270px !important;
172
+ z-index: 10 !important;
173
+ background-color: #ffffffd6 !important;
174
+ margin-top: 0 !important;
175
+ }
176
+ .employeeForgotPassword .employeeCard, .employeeChangePassword .employeeCard{
177
+ max-width: 250px !important;
178
+ min-width: 250px !important;
179
+ margin-top: -50% !important;
180
+ background-color: #ffffffeb;
181
+ }
182
+ }
183
+ .employeeChangePassword .employeeCard .card-text{
184
+ margin-top: 18px !important;
185
+ margin-bottom: 20px !important;
186
+ }
187
+ .employeeBackbuttonAlign{
188
+ display: none;
189
+ }
190
+ .employee-select-wrap .select{
191
+ height: 2.0rem !important;
192
+ background-color: white !important;
193
+
194
+ }
195
+ .employee-select-wrap.login-city-dd {
196
+ .options-card{
197
+ max-height: 150px;
198
+ }
199
+ }
200
+ .banner .bannerCard, .loginFormStyleEmployee .employeeCard{
201
+ background-color: transparent;
202
+ }
203
+
204
+ @media screen and (max-width: 768px){
205
+ .employeeBackbuttonAlign{
206
+ display: block;
207
+ position: absolute;
208
+ top: 20px;
209
+ left: 20px;
210
+ }
211
+ .banner{
212
+ padding-bottom: 40px;
213
+ height: 100vh !important;
214
+ z-index: 1;
215
+ }
216
+ .topbar{
217
+ background: white;
218
+ }
219
+ .employee .loginContainer{
220
+ padding-top: 0px !important;
221
+ }
222
+ .removeBottomMargin{
223
+ margin-bottom: 0px !important;
224
+ }
225
+ .employee-select-wrap.login-city-dd {
226
+ .options-card{
227
+ max-height: 160px;
228
+ }
229
+ }
230
+ .banner .upyog-copyright-footer
231
+ {
232
+ display: none;
233
+ }
234
+ .banner .upyog-copyright-footer-web
235
+ {
236
+ display: block;
237
+ }
238
+ }
239
+ @media screen and (max-width:900px) {
240
+
241
+ .loginFormStyleEmployee .employeeForgotPassword
242
+ {
243
+ margin-top: -50% !important;
244
+ background-color: #ffffffeb !important;
245
+ z-index: 2;
246
+ }
247
+ .psuedo-banner{
248
+ font-size: 20px;
249
+ }
250
+ .banner-slogan{
251
+ font-size: 14px;
252
+ }
253
+ .loginFormStyleEmployee, .employeeForgotPassword{
254
+ margin-top: -30% !important;
255
+
256
+ }
257
+ }
258
+ .employeeForgotPassword{
259
+ z-index: 2;
260
+ }
@@ -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.5rem;
204
+ width: 1.5rem;
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: 1rem;
217
+ width: 1rem;
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
+ }