@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.
Files changed (126) hide show
  1. package/dist/index.css +5068 -2869
  2. package/dist/index.min.css +1 -1
  3. package/package.json +1 -1
  4. package/src/components/CardBasedOptions.scss +535 -110
  5. package/src/components/CitizenHomeCard.scss +228 -228
  6. package/src/components/EllipsisMenu.scss +16 -16
  7. package/src/components/EventCalendarView.scss +9 -9
  8. package/src/components/FAQ.scss +63 -63
  9. package/src/components/NewAccordianCitizen.scss +130 -0
  10. package/src/components/OnGroundEventCard.scss +71 -71
  11. package/src/components/PageBasedInput.scss +30 -30
  12. package/src/components/PopupHeadingLabel.scss +14 -14
  13. package/src/components/PropertySearchForm.scss +58 -58
  14. package/src/components/SearchForm.scss +56 -56
  15. package/src/components/SearchOnRadioButton.scss +9 -9
  16. package/src/components/StandaloneSearchBar.scss +9 -9
  17. package/src/components/TimeLine.scss +96 -68
  18. package/src/components/WhatsNewCard.scss +12 -12
  19. package/src/components/actionLink.scss +3 -3
  20. package/src/components/actionbar.scss +96 -96
  21. package/src/components/bannercomponents.scss +137 -137
  22. package/src/components/body.scss +261 -147
  23. package/src/components/buttons.scss +87 -80
  24. package/src/components/card.scss +581 -436
  25. package/src/components/cardHeaderWithOptions.scss +13 -13
  26. package/src/components/changeLanguage.scss +3 -3
  27. package/src/components/charts.scss +185 -185
  28. package/src/components/checkbox.scss +83 -83
  29. package/src/components/checkpoint.scss +65 -65
  30. package/src/components/citizenInfoLabel.scss +14 -14
  31. package/src/components/custombtn.scss +15 -15
  32. package/src/components/datatable.scss +116 -116
  33. package/src/components/datewrap.scss +21 -21
  34. package/src/components/detailscard.scss +6 -6
  35. package/src/components/detailscontainer.scss +13 -13
  36. package/src/components/filters.scss +97 -97
  37. package/src/components/grey.scss +3 -3
  38. package/src/components/hoc/InboxComposer.scss +115 -115
  39. package/src/components/howItWorks.scss +71 -71
  40. package/src/components/imageviewer.scss +33 -33
  41. package/src/components/info-banner.scss +35 -35
  42. package/src/components/inputotp.scss +15 -15
  43. package/src/components/keynote.scss +29 -27
  44. package/src/components/languageSelector.scss +24 -24
  45. package/src/components/loader.scss +96 -96
  46. package/src/components/map.scss +36 -30
  47. package/src/components/metricsTable.scss +26 -26
  48. package/src/components/multiLink.scss +87 -87
  49. package/src/components/multiSelectDropdown.scss +88 -72
  50. package/src/components/navbar.scss +338 -345
  51. package/src/components/newFooter.scss +75 -0
  52. package/src/components/plusMinus.scss +15 -15
  53. package/src/components/popup.scss +15 -15
  54. package/src/components/radiobtn.scss +44 -44
  55. package/src/components/ratingstar.scss +33 -33
  56. package/src/components/roundedLabel.scss +10 -10
  57. package/src/components/searchAction.scss +27 -20
  58. package/src/components/sectionalDropdown.scss +43 -43
  59. package/src/components/selectdropdown.scss +276 -205
  60. package/src/components/staticDynamicMessages.scss +110 -110
  61. package/src/components/staticSideBar.scss +27 -27
  62. package/src/components/statushighlight.scss +17 -17
  63. package/src/components/submiterrors.scss +11 -11
  64. package/src/components/summary.scss +28 -28
  65. package/src/components/table.scss +362 -178
  66. package/src/components/tag.scss +27 -27
  67. package/src/components/telephone.scss +17 -17
  68. package/src/components/textfields.scss +119 -111
  69. package/src/components/toast.scss +31 -31
  70. package/src/components/toggleSwitch.scss +40 -40
  71. package/src/components/topbar.scss +217 -147
  72. package/src/components/uploadcomponents.scss +113 -113
  73. package/src/index.scss +1029 -1022
  74. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -8
  75. package/src/pages/citizen/CitizenLogin.scss +50 -0
  76. package/src/pages/citizen/DocumentList.scss +448 -304
  77. package/src/pages/citizen/Events.scss +46 -46
  78. package/src/pages/citizen/HomePageWrapper.scss +214 -165
  79. package/src/pages/citizen/InboxCard.scss +327 -0
  80. package/src/pages/citizen/SurveyList.scss +21 -21
  81. package/src/pages/citizen/citizenDocument.scss +25 -21
  82. package/src/pages/citizen/citizenNewLogin.scss +357 -193
  83. package/src/pages/citizen/container.scss +32 -22
  84. package/src/pages/citizen/loaderMessage.scss +295 -295
  85. package/src/pages/citizen/payment/payment-type.scss +2 -2
  86. package/src/pages/citizen/updatePropertyNumber.scss +46 -46
  87. package/src/pages/common/form.scss +25 -25
  88. package/src/pages/common/newApplicationTimeline.scss +203 -0
  89. package/src/pages/common/pgrUICssfix.scss +105 -105
  90. package/src/pages/common/requiredField.scss +2 -2
  91. package/src/pages/common/sanctionFeeTable.scss +91 -91
  92. package/src/pages/common/searchIcon.scss +12 -12
  93. package/src/pages/common/stepForm.scss +40 -40
  94. package/src/pages/employee/EmployeeLogin.scss +6 -6
  95. package/src/pages/employee/cardfix.scss +13 -13
  96. package/src/pages/employee/container.scss +73 -73
  97. package/src/pages/employee/dashboard.scss +203 -203
  98. package/src/pages/employee/disconnection.scss +425 -425
  99. package/src/pages/employee/dss.scss +251 -249
  100. package/src/pages/employee/faq.scss +353 -353
  101. package/src/pages/employee/footer.scss +68 -68
  102. package/src/pages/employee/form-fields.scss +13 -13
  103. package/src/pages/employee/header.scss +262 -0
  104. package/src/pages/employee/iframe.scss +65 -65
  105. package/src/pages/employee/inbox.scss +744 -744
  106. package/src/pages/employee/index.scss +677 -678
  107. package/src/pages/employee/landing.scss +324 -324
  108. package/src/pages/employee/login.scss +253 -595
  109. package/src/pages/employee/oldMobileInbox.scss +4 -4
  110. package/src/pages/employee/popupmodule.scss +47 -47
  111. package/src/pages/employee/response.scss +2 -2
  112. package/src/pages/employee/scroll-table.scss +113 -113
  113. package/src/pages/employee/surveys.scss +469 -469
  114. package/src/pages/employee/tooltip.scss +35 -35
  115. package/src/pages/employee/updateNumber.scss +12 -12
  116. package/src/pages/swach/index.scss +172 -172
  117. package/src/pages/ws/index.scss +104 -104
  118. package/svg/camera.svg +4 -4
  119. package/svg/check.svg +3 -3
  120. package/svg/close.svg +4 -4
  121. package/svg/error.svg +3 -3
  122. package/svg/error2.svg +5 -5
  123. package/svg/searchicon.svg +3 -3
  124. package/svg/starempty.svg +3 -3
  125. package/svg/starfilled.svg +4 -4
  126. package/svg/success.svg +3 -3
@@ -1,228 +1,228 @@
1
- .CitizenHomeCard {
2
- @apply bg-white mx-md p-md mb-lg shadow-card;
3
- border-radius: 8px;
4
-
5
- .header {
6
- @apply flex font-bold text-heading-l text-text-primary justify-between pb-sm;
7
-
8
- svg {
9
- width: 33px;
10
- height: 33px;
11
- }
12
- }
13
-
14
- .links {
15
- @apply text-heading-s text-primary-main;
16
-
17
- a {
18
- @apply block pb-sm;
19
- }
20
- }
21
- }
22
-
23
- @screen dt {
24
- .citizenAllServiceGrid {
25
- display: flex-root !important;
26
- /* @apply grid grid-cols-2 gap-4; */
27
- }
28
- .links {
29
- /* display: grid;
30
- grid-template-columns: repeat(4, minmax(0, 1fr));
31
- grid-gap: 1px;
32
- gap: 1px; */
33
- }
34
-
35
- .CitizenHomeCard {
36
- padding: 16px !important;
37
- margin-right: 16px !important;
38
- display: block !important;
39
-
40
- @apply inline-block mr-lg p-lg align-top;
41
- .header {
42
- @apply pb-lg text-heading-l-dt;
43
- svg {
44
- @apply w-12 h-12;
45
- }
46
- }
47
-
48
- .links {
49
- a {
50
- @apply pb-md;
51
- }
52
- }
53
- }
54
- }
55
-
56
- /* From Uiverse.io by Pradeepsaranbishnoi */
57
- .wallet {
58
- --bg-color: #323c57;
59
- --bg-color-light: #94a8df;
60
- --text-color-hover: #fff;
61
- --box-shadow-color: rgba(206, 178, 252, 0.48);
62
-
63
- display: flex;
64
- flex-wrap: wrap;
65
- justify-content: center;
66
- gap: 1rem;
67
- padding: 1rem;
68
- }
69
-
70
- .cardService {
71
- width: 100%;
72
- max-width: 268px; /* or 250px depending on design */
73
- height: 400px; /* let it grow with content if needed */
74
- aspect-ratio: 3 / 4; /* Optional: maintain shape */
75
- margin: 1rem;
76
- background: #fff;
77
- border-top-right-radius: 10px;
78
- overflow: hidden;
79
- display: flex;
80
- flex-direction: column;
81
- justify-content: center;
82
- align-items: center;
83
- position: relative;
84
- box-shadow: 0 14px 26px rgba(0, 0, 0, 0.04);
85
- transition: all 0.3s ease-out;
86
- text-decoration: none;
87
- }
88
- .cardService:hover {
89
- transform: translateY(-5px) scale(1.005) translateZ(0);
90
- box-shadow: 0 24px 36px rgba(0, 0, 0, 0.11), 0 24px 46px var(--box-shadow-color);
91
- }
92
-
93
- .cardService:hover .overlayService {
94
- opacity: 1;
95
- transform: scale(4) translateZ(0);
96
- }
97
-
98
- .cardService:hover .circleService {
99
- border-color: var(--bg-color-light);
100
- background: var(--bg-color);
101
- }
102
-
103
- .cardService:hover .circleService:after {
104
- background: var(--bg-color-light);
105
- }
106
-
107
- .cardService:hover p {
108
- color: var(--text-color-hover);
109
- }
110
-
111
- .cardService p {
112
- font-size: 17px;
113
- color: #4c5656;
114
- margin-top: 30px;
115
- z-index: 1000;
116
- transition: color 0.3s ease-out;
117
- }
118
-
119
- .circleService {
120
- width: 131px;
121
- height: 131px;
122
- border-radius: 50%;
123
- background: #fff;
124
- border: 2px solid var(--bg-color);
125
- display: flex;
126
- justify-content: center;
127
- align-items: center;
128
- position: relative;
129
- z-index: 1;
130
- transition: all 0.3s ease-out;
131
- }
132
-
133
- .circleService:after {
134
- content: "";
135
- width: 118px;
136
- height: 118px;
137
- display: block;
138
- position: absolute;
139
- background: var(--bg-color);
140
- border-radius: 50%;
141
- top: 7px;
142
- left: 7px;
143
- transition: opacity 0.3s ease-out;
144
- }
145
-
146
- .circleService svg {
147
- z-index: 10000;
148
- transform: translateZ(0);
149
- }
150
-
151
- .overlayService {
152
- width: 120px;
153
- position: absolute;
154
- height: 118px;
155
- border-radius: 50%;
156
- background: var(--bg-color);
157
- top: 70px;
158
- left: 50px;
159
- z-index: 0;
160
- opacity: 0;
161
- transition: transform 0.3s ease-out;
162
- }
163
- @media (max-width: 1024px) {
164
- .cardService {
165
- width: 45%;
166
- }
167
- }
168
- @media (max-width: 768px) {
169
- .cardService {
170
- width: 90%;
171
- }
172
-
173
- .overlayService {
174
- top: 60px;
175
- left: 40px;
176
- }
177
-
178
- .circleService {
179
- width: 100px;
180
- height: 100px;
181
- }
182
-
183
- .circleService:after {
184
- width: 88px;
185
- height: 88px;
186
- top: 6px;
187
- left: 6px;
188
- }
189
- }
190
-
191
- .card-header {
192
- text-align: center;
193
- padding-bottom: 5px;
194
- }
195
- .card-header h1 {
196
- position: relative;
197
- padding: 0;
198
- margin: 0;
199
- font-family: "Raleway", sans-serif;
200
- font-weight: 300;
201
- font-size: 40px;
202
- color: #080808;
203
- -webkit-transition: all 0.4s ease 0s;
204
- -o-transition: all 0.4s ease 0s;
205
- transition: all 0.4s ease 0s;
206
- }
207
- .card-header h1:before {
208
- width: 28px;
209
- height: 5px;
210
- display: block;
211
- content: "";
212
- position: absolute;
213
- bottom: 3px;
214
- left: 50%;
215
- margin-left: -14px;
216
- background-color: #b80000;
217
- }
218
- .card-header h1:after {
219
- width: 100px;
220
- height: 1px;
221
- display: block;
222
- content: "";
223
- position: relative;
224
- margin-top: 25px;
225
- left: 50%;
226
- margin-left: -50px;
227
- background-color: #b80000;
228
- }
1
+ .CitizenHomeCard {
2
+ @apply bg-white mx-md p-md mb-lg shadow-card;
3
+ border-radius: 8px;
4
+
5
+ .header {
6
+ @apply flex font-bold text-heading-l text-text-primary justify-between pb-sm;
7
+
8
+ svg {
9
+ width: 33px;
10
+ height: 33px;
11
+ }
12
+ }
13
+
14
+ .links {
15
+ @apply text-heading-s text-primary-main;
16
+
17
+ a {
18
+ @apply block pb-sm;
19
+ }
20
+ }
21
+ }
22
+
23
+ @screen dt {
24
+ .citizenAllServiceGrid {
25
+ display: flex-root !important;
26
+ /* @apply grid grid-cols-2 gap-4; */
27
+ }
28
+ .links {
29
+ /* display: grid;
30
+ grid-template-columns: repeat(4, minmax(0, 1fr));
31
+ grid-gap: 1px;
32
+ gap: 1px; */
33
+ }
34
+
35
+ .CitizenHomeCard {
36
+ padding: 16px !important;
37
+ margin-right: 16px !important;
38
+ display: block !important;
39
+
40
+ @apply inline-block mr-lg p-lg align-top;
41
+ .header {
42
+ @apply pb-lg text-heading-l-dt;
43
+ svg {
44
+ @apply w-12 h-12;
45
+ }
46
+ }
47
+
48
+ .links {
49
+ a {
50
+ @apply pb-md;
51
+ }
52
+ }
53
+ }
54
+ }
55
+
56
+ /* From Uiverse.io by Pradeepsaranbishnoi */
57
+ .wallet {
58
+ --bg-color: #323c57;
59
+ --bg-color-light: #94a8df;
60
+ --text-color-hover: #fff;
61
+ --box-shadow-color: rgba(206, 178, 252, 0.48);
62
+
63
+ display: flex;
64
+ flex-wrap: wrap;
65
+ justify-content: center;
66
+ gap: 1rem;
67
+ padding: 1rem;
68
+ }
69
+
70
+ .cardService {
71
+ width: 100%;
72
+ max-width: 268px; /* or 250px depending on design */
73
+ height: 400px; /* let it grow with content if needed */
74
+ aspect-ratio: 3 / 4; /* Optional: maintain shape */
75
+ margin: 1rem;
76
+ background: #fff;
77
+ border-top-right-radius: 10px;
78
+ overflow: hidden;
79
+ display: flex;
80
+ flex-direction: column;
81
+ justify-content: center;
82
+ align-items: center;
83
+ position: relative;
84
+ box-shadow: 0 14px 26px rgba(0, 0, 0, 0.04);
85
+ transition: all 0.3s ease-out;
86
+ text-decoration: none;
87
+ }
88
+ .cardService:hover {
89
+ transform: translateY(-5px) scale(1.005) translateZ(0);
90
+ box-shadow: 0 24px 36px rgba(0, 0, 0, 0.11), 0 24px 46px var(--box-shadow-color);
91
+ }
92
+
93
+ .cardService:hover .overlayService {
94
+ opacity: 1;
95
+ transform: scale(4) translateZ(0);
96
+ }
97
+
98
+ .cardService:hover .circleService {
99
+ border-color: var(--bg-color-light);
100
+ background: var(--bg-color);
101
+ }
102
+
103
+ .cardService:hover .circleService:after {
104
+ background: var(--bg-color-light);
105
+ }
106
+
107
+ .cardService:hover p {
108
+ color: var(--text-color-hover);
109
+ }
110
+
111
+ .cardService p {
112
+ font-size: 17px;
113
+ color: #4c5656;
114
+ margin-top: 30px;
115
+ z-index: 1000;
116
+ transition: color 0.3s ease-out;
117
+ }
118
+
119
+ .circleService {
120
+ width: 131px;
121
+ height: 131px;
122
+ border-radius: 50%;
123
+ background: #fff;
124
+ border: 2px solid var(--bg-color);
125
+ display: flex;
126
+ justify-content: center;
127
+ align-items: center;
128
+ position: relative;
129
+ z-index: 1;
130
+ transition: all 0.3s ease-out;
131
+ }
132
+
133
+ .circleService:after {
134
+ content: "";
135
+ width: 118px;
136
+ height: 118px;
137
+ display: block;
138
+ position: absolute;
139
+ background: var(--bg-color);
140
+ border-radius: 50%;
141
+ top: 7px;
142
+ left: 7px;
143
+ transition: opacity 0.3s ease-out;
144
+ }
145
+
146
+ .circleService svg {
147
+ z-index: 10000;
148
+ transform: translateZ(0);
149
+ }
150
+
151
+ .overlayService {
152
+ width: 120px;
153
+ position: absolute;
154
+ height: 118px;
155
+ border-radius: 50%;
156
+ background: var(--bg-color);
157
+ top: 70px;
158
+ left: 50px;
159
+ z-index: 0;
160
+ opacity: 0;
161
+ transition: transform 0.3s ease-out;
162
+ }
163
+ @media (max-width: 1024px) {
164
+ .cardService {
165
+ width: 45%;
166
+ }
167
+ }
168
+ @media (max-width: 768px) {
169
+ .cardService {
170
+ width: 90%;
171
+ }
172
+
173
+ .overlayService {
174
+ top: 60px;
175
+ left: 40px;
176
+ }
177
+
178
+ .circleService {
179
+ width: 100px;
180
+ height: 100px;
181
+ }
182
+
183
+ .circleService:after {
184
+ width: 88px;
185
+ height: 88px;
186
+ top: 6px;
187
+ left: 6px;
188
+ }
189
+ }
190
+
191
+ .card-header {
192
+ text-align: center;
193
+ padding-bottom: 5px;
194
+ }
195
+ .card-header h1 {
196
+ position: relative;
197
+ padding: 0;
198
+ margin: 0;
199
+ font-family: "Raleway", sans-serif;
200
+ font-weight: 300;
201
+ font-size: 40px;
202
+ color: #080808;
203
+ -webkit-transition: all 0.4s ease 0s;
204
+ -o-transition: all 0.4s ease 0s;
205
+ transition: all 0.4s ease 0s;
206
+ }
207
+ .card-header h1:before {
208
+ width: 28px;
209
+ height: 5px;
210
+ display: block;
211
+ content: "";
212
+ position: absolute;
213
+ bottom: 3px;
214
+ left: 50%;
215
+ margin-left: -14px;
216
+ background-color: #b80000;
217
+ }
218
+ .card-header h1:after {
219
+ width: 100px;
220
+ height: 1px;
221
+ display: block;
222
+ content: "";
223
+ position: relative;
224
+ margin-top: 25px;
225
+ left: 50%;
226
+ margin-left: -50px;
227
+ background-color: #b80000;
228
+ }
@@ -1,17 +1,17 @@
1
- .ellipsis-menu-wrap{
2
- @apply relative;
3
-
4
- .menu{
5
- box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
6
- @apply absolute right-0 bg-white z-30;
7
- .item{
8
- @apply flex items-center justify-between p-sm;
9
- &:hover{
10
- @apply bg-grey-mid cursor-pointer;
11
- }
12
- svg {
13
- margin-right: 10px;
14
- }
15
- }
16
- }
1
+ .ellipsis-menu-wrap{
2
+ @apply relative;
3
+
4
+ .menu{
5
+ box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
6
+ @apply absolute right-0 bg-white z-30;
7
+ .item{
8
+ @apply flex items-center justify-between p-sm;
9
+ &:hover{
10
+ @apply bg-grey-mid cursor-pointer;
11
+ }
12
+ svg {
13
+ margin-right: 10px;
14
+ }
15
+ }
16
+ }
17
17
  }
@@ -1,10 +1,10 @@
1
- .EventCalendarView{
2
- .MonthViewInEventCalendar{
3
- @apply bg-primary-main text-legend text-white font-medium text-center py-sm;
4
- }
5
-
6
- .DateViewInEventCalendar{
7
- @apply bg-grey-mid text-heading-l font-bold text-primary-main text-center py-md;
8
- }
9
-
1
+ .EventCalendarView{
2
+ .MonthViewInEventCalendar{
3
+ @apply bg-primary-main text-legend text-white font-medium text-center py-sm;
4
+ }
5
+
6
+ .DateViewInEventCalendar{
7
+ @apply bg-grey-mid text-heading-l font-bold text-primary-main text-center py-md;
8
+ }
9
+
10
10
  }
@@ -1,64 +1,64 @@
1
- .searchInputFAQs {
2
- @apply mr-lg;
3
- margin-bottom: 10px;
4
- input{
5
- margin-bottom: 0;
6
- background: border-box;
7
- @apply pr-xl;
8
- }
9
- }
10
-
11
- .faq-page{
12
- width: 92%;
13
- margin: 16px;
14
- }
15
-
16
- .faqs{
17
- cursor: pointer;
18
- .faq-question{
19
- font-weight: 400;
20
- margin: 16px;
21
- background: #fff;
22
- justify-content: space-between;
23
- display: flex;
24
- font-size: 16px;
25
- }
26
-
27
- .faqicon{
28
- float: right;
29
- }
30
-
31
- .faq-answer{
32
- background: #fff;
33
- overflow: hidden;
34
- margin: 5px;
35
- @apply text-form-field text-text-secondary mb-sm;
36
-
37
- span {
38
- display: block;
39
- font-size: 14px;
40
- font-weight: 400;
41
- margin: 0px 12px 5px
42
- }
43
- }
44
- .cs-box-border {
45
- height: 1px;
46
- position: relative;
47
- border-bottom: 1px solid lightgray;;
48
- background: lightgray;
49
- margin-left: 16px;
50
- margin-right: 16px;
51
- }
52
- }
53
-
54
- .faq-list{
55
- background: #fff;
56
- margin: 5px 0;
57
- padding-top: 4px;
58
- padding-bottom: 4px;
59
- }
60
-
61
- .rotate {
62
- transform: rotate(90deg);
63
- }
1
+ .searchInputFAQs {
2
+ @apply mr-lg;
3
+ margin-bottom: 10px;
4
+ input{
5
+ margin-bottom: 0;
6
+ background: border-box;
7
+ @apply pr-xl;
8
+ }
9
+ }
10
+
11
+ .faq-page{
12
+ width: 92%;
13
+ margin: 16px;
14
+ }
15
+
16
+ .faqs{
17
+ cursor: pointer;
18
+ .faq-question{
19
+ font-weight: 400;
20
+ margin: 16px;
21
+ background: #fff;
22
+ justify-content: space-between;
23
+ display: flex;
24
+ font-size: 16px;
25
+ }
26
+
27
+ .faqicon{
28
+ float: right;
29
+ }
30
+
31
+ .faq-answer{
32
+ background: #fff;
33
+ overflow: hidden;
34
+ margin: 5px;
35
+ @apply text-form-field text-text-secondary mb-sm;
36
+
37
+ span {
38
+ display: block;
39
+ font-size: 14px;
40
+ font-weight: 400;
41
+ margin: 0px 12px 5px
42
+ }
43
+ }
44
+ .cs-box-border {
45
+ height: 1px;
46
+ position: relative;
47
+ border-bottom: 1px solid lightgray;;
48
+ background: lightgray;
49
+ margin-left: 16px;
50
+ margin-right: 16px;
51
+ }
52
+ }
53
+
54
+ .faq-list{
55
+ background: #fff;
56
+ margin: 5px 0;
57
+ padding-top: 4px;
58
+ padding-bottom: 4px;
59
+ }
60
+
61
+ .rotate {
62
+ transform: rotate(90deg);
63
+ }
64
64