@chipstcp/upyog-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 (141) hide show
  1. package/dist/index.css +21523 -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 +63 -0
  7. package/src/components/CardBasedOptions.scss +536 -0
  8. package/src/components/CitizenHomeCard.scss +228 -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/NewAccordianCitizen.scss +130 -0
  13. package/src/components/OnGroundEventCard.scss +72 -0
  14. package/src/components/PageBasedInput.scss +30 -0
  15. package/src/components/PopupHeadingLabel.scss +15 -0
  16. package/src/components/PropertySearchForm.scss +58 -0
  17. package/src/components/SearchForm.scss +57 -0
  18. package/src/components/SearchOnRadioButton.scss +10 -0
  19. package/src/components/StandaloneSearchBar.scss +10 -0
  20. package/src/components/SurveyModal.scss +195 -0
  21. package/src/components/TimeLine.scss +96 -0
  22. package/src/components/WhatsNewCard.scss +13 -0
  23. package/src/components/actionLink.scss +3 -0
  24. package/src/components/actionbar.scss +100 -0
  25. package/src/components/bannercomponents.scss +137 -0
  26. package/src/components/body.scss +423 -0
  27. package/src/components/buttons.scss +142 -0
  28. package/src/components/card.scss +968 -0
  29. package/src/components/cardHeaderWithOptions.scss +16 -0
  30. package/src/components/changeLanguage.scss +3 -0
  31. package/src/components/charts.scss +186 -0
  32. package/src/components/checkbox.scss +83 -0
  33. package/src/components/checkpoint.scss +65 -0
  34. package/src/components/citizenInfoLabel.scss +14 -0
  35. package/src/components/custombtn.scss +16 -0
  36. package/src/components/datatable.scss +119 -0
  37. package/src/components/datewrap.scss +21 -0
  38. package/src/components/detailscard.scss +6 -0
  39. package/src/components/detailscontainer.scss +13 -0
  40. package/src/components/documentSection.scss +134 -0
  41. package/src/components/filters.scss +98 -0
  42. package/src/components/grey.scss +3 -0
  43. package/src/components/hoc/InboxComposer.scss +111 -0
  44. package/src/components/hoc/index.scss +1 -0
  45. package/src/components/howItWorks.scss +71 -0
  46. package/src/components/imageviewer.scss +33 -0
  47. package/src/components/info-banner.scss +35 -0
  48. package/src/components/inputotp.scss +15 -0
  49. package/src/components/keynote.scss +29 -0
  50. package/src/components/languageSelector.scss +24 -0
  51. package/src/components/loader.scss +96 -0
  52. package/src/components/map.scss +36 -0
  53. package/src/components/menu.scss +0 -0
  54. package/src/components/metricsTable.scss +27 -0
  55. package/src/components/multiLink.scss +118 -0
  56. package/src/components/multiSelectDropdown.scss +89 -0
  57. package/src/components/navbar.scss +377 -0
  58. package/src/components/newFooter.scss +82 -0
  59. package/src/components/plusMinus.scss +15 -0
  60. package/src/components/popup.scss +27 -0
  61. package/src/components/radiobtn.scss +47 -0
  62. package/src/components/ratingstar.scss +33 -0
  63. package/src/components/roundedLabel.scss +10 -0
  64. package/src/components/searchAction.scss +27 -0
  65. package/src/components/sectionalDropdown.scss +43 -0
  66. package/src/components/selectdropdown.scss +302 -0
  67. package/src/components/staticDynamicMessages.scss +111 -0
  68. package/src/components/staticSideBar.scss +27 -0
  69. package/src/components/statushighlight.scss +17 -0
  70. package/src/components/submiterrors.scss +11 -0
  71. package/src/components/summary.scss +29 -0
  72. package/src/components/table.scss +383 -0
  73. package/src/components/tag.scss +27 -0
  74. package/src/components/telephone.scss +17 -0
  75. package/src/components/textfields.scss +146 -0
  76. package/src/components/toast.scss +31 -0
  77. package/src/components/toggleSwitch.scss +41 -0
  78. package/src/components/topbar.scss +218 -0
  79. package/src/components/uploadcomponents.scss +116 -0
  80. package/src/index.scss +2087 -0
  81. package/src/modules/BPA/index.scss +98 -0
  82. package/src/modules/adv/index.scss +643 -0
  83. package/src/modules/hrms/index.scss +1328 -0
  84. package/src/modules/rentAndLease/index.scss +238 -0
  85. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -0
  86. package/src/pages/citizen/CitizenLogin.scss +50 -0
  87. package/src/pages/citizen/DocumentList.scss +455 -0
  88. package/src/pages/citizen/Events.scss +47 -0
  89. package/src/pages/citizen/HomePageWrapper.scss +215 -0
  90. package/src/pages/citizen/InboxCard.scss +378 -0
  91. package/src/pages/citizen/SurveyList.scss +25 -0
  92. package/src/pages/citizen/citizenDocument.scss +26 -0
  93. package/src/pages/citizen/citizenNewLogin.scss +352 -0
  94. package/src/pages/citizen/container.scss +33 -0
  95. package/src/pages/citizen/loaderMessage.scss +342 -0
  96. package/src/pages/citizen/payment/payment-type.scss +3 -0
  97. package/src/pages/citizen/updatePropertyNumber.scss +46 -0
  98. package/src/pages/common/form.scss +26 -0
  99. package/src/pages/common/newApplicationTimeline.scss +341 -0
  100. package/src/pages/common/pgrUICssfix.scss +129 -0
  101. package/src/pages/common/requiredField.scss +3 -0
  102. package/src/pages/common/sanctionFeeTable.scss +92 -0
  103. package/src/pages/common/searchIcon.scss +13 -0
  104. package/src/pages/common/sitePhotoGraphs.scss +27 -0
  105. package/src/pages/common/stepForm.scss +41 -0
  106. package/src/pages/employee/EmployeeLogin.scss +7 -0
  107. package/src/pages/employee/cardfix.scss +14 -0
  108. package/src/pages/employee/container.scss +73 -0
  109. package/src/pages/employee/dashboard.scss +204 -0
  110. package/src/pages/employee/disconnection.scss +426 -0
  111. package/src/pages/employee/dss.scss +251 -0
  112. package/src/pages/employee/faq.scss +353 -0
  113. package/src/pages/employee/footer.scss +69 -0
  114. package/src/pages/employee/form-fields.scss +27 -0
  115. package/src/pages/employee/header.scss +262 -0
  116. package/src/pages/employee/iframe.scss +66 -0
  117. package/src/pages/employee/inbox.scss +1110 -0
  118. package/src/pages/employee/index.scss +694 -0
  119. package/src/pages/employee/landing.scss +1803 -0
  120. package/src/pages/employee/login.scss +253 -0
  121. package/src/pages/employee/oldMobileInbox.scss +5 -0
  122. package/src/pages/employee/popupmodule.scss +47 -0
  123. package/src/pages/employee/response.scss +3 -0
  124. package/src/pages/employee/scroll-table.scss +114 -0
  125. package/src/pages/employee/surveys.scss +469 -0
  126. package/src/pages/employee/tooltip.scss +36 -0
  127. package/src/pages/employee/updateNumber.scss +13 -0
  128. package/src/pages/swach/index.scss +232 -0
  129. package/src/pages/ws/index.scss +119 -0
  130. package/svg/arrowdown.svg +1 -0
  131. package/svg/arrowleft.svg +1 -0
  132. package/svg/calendar.svg +1 -0
  133. package/svg/camera.svg +4 -0
  134. package/svg/check.svg +4 -0
  135. package/svg/close.svg +4 -0
  136. package/svg/error.svg +4 -0
  137. package/svg/error2.svg +5 -0
  138. package/svg/searchicon.svg +4 -0
  139. package/svg/starempty.svg +4 -0
  140. package/svg/starfilled.svg +5 -0
  141. package/svg/success.svg +4 -0
@@ -0,0 +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
+ }
@@ -0,0 +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
+ }
17
+ }
@@ -0,0 +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
+
10
+ }
@@ -0,0 +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
+ }
64
+
@@ -0,0 +1,130 @@
1
+ .new-accordion-wrapper {
2
+ width: 100%;
3
+ }
4
+
5
+ .new-accordion-container {
6
+ background: #ffffff;
7
+ border: 1px solid #e5e7eb;
8
+ border-radius: 12px;
9
+ margin-bottom: 16px;
10
+ overflow: hidden;
11
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
12
+ }
13
+
14
+ /* HEADER */
15
+ .new-accordion-header {
16
+ padding: 20px 24px;
17
+ background-color: #f9fafb;
18
+ display: flex;
19
+ justify-content: space-between;
20
+ align-items: center;
21
+ cursor: pointer;
22
+ transition: background-color 0.2s ease;
23
+ }
24
+
25
+ .new-accordion-header:hover {
26
+ background-color: #f3f4f6;
27
+ }
28
+
29
+ .new-accordion-title {
30
+ font-size: 16px;
31
+ font-weight: 600;
32
+ margin: 0;
33
+ color: #1f2937;
34
+ }
35
+
36
+ /* CHEVRON */
37
+ .new-accordion-chevron {
38
+ transition: transform 0.3s ease;
39
+ }
40
+
41
+ .new-accordion-chevron.open {
42
+ transform: rotate(180deg);
43
+ }
44
+
45
+ /* CONTENT AREA */
46
+ .new-accordion-content {
47
+ max-height: 0;
48
+ overflow: hidden;
49
+ transition: max-height 0.4s ease;
50
+ }
51
+
52
+ .new-accordion-content.open {
53
+ max-height: 2000px;
54
+ }
55
+
56
+ /* GRID */
57
+ .new-accordion-grid {
58
+ display: grid;
59
+ grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
60
+ gap: 12px;
61
+ padding: 16px;
62
+ }
63
+
64
+ .new-accordion-grid.mobile {
65
+ grid-template-columns: 1fr;
66
+ }
67
+
68
+ .new-accordion-grid.no-grid {
69
+
70
+ }
71
+
72
+ /* CARD */
73
+ .new-accordion-card {
74
+ padding: 16px;
75
+ border-radius: 10px;
76
+ display: flex;
77
+ gap: 12px;
78
+ align-items: center;
79
+ text-decoration: none;
80
+ border: none;
81
+ transition: all 0.2s ease;
82
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
83
+ }
84
+
85
+ .new-accordion-card:hover {
86
+ transform: translateY(-2px);
87
+ box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
88
+ }
89
+
90
+ /* ICON */
91
+ .new-accordion-card-icon {
92
+ width: 40px;
93
+ height: 40px;
94
+ border-radius: 10px;
95
+ display: flex;
96
+ align-items: center;
97
+ justify-content: center;
98
+ flex-shrink: 0;
99
+ }
100
+
101
+ /* TEXT */
102
+ .new-accordion-card-content {
103
+ flex: 1;
104
+ display: flex;
105
+ flex-direction: column;
106
+ gap: 2px;
107
+ }
108
+
109
+ .new-accordion-card-title {
110
+ font-size: 14px;
111
+ font-weight: 500;
112
+ color: #1f2937;
113
+ }
114
+
115
+ .new-accordion-card-description {
116
+ font-size: 13px;
117
+ color: #6b7280;
118
+ }
119
+
120
+ /* Arrow */
121
+ .new-accordion-card-arrow {
122
+ display: flex;
123
+ align-items: center;
124
+ justify-content: center;
125
+ }
126
+
127
+ /* INFO BOX */
128
+ .new-accordion-info {
129
+ margin-top: 16px;
130
+ }
@@ -0,0 +1,72 @@
1
+ .OnGroundEventCard{
2
+ box-shadow: 0px 1px 2px 0px #00000029;
3
+ @apply bg-white mx-sm mb-md p-md cursor-pointer;
4
+
5
+ .EventCalendarView{
6
+ width: 100px;
7
+ @apply inline-block mr-md;
8
+ }
9
+
10
+ .EventDetails{
11
+ width: calc( 100% - 116px );
12
+ @apply inline-block align-top;
13
+
14
+ h2{
15
+ @apply text-caption-m font-bold mb-md text-text-primary;
16
+ }
17
+
18
+ .EventLocation{
19
+ @apply flex mb-md;
20
+ svg{
21
+ @apply h-4 w-4;
22
+ }
23
+ p{
24
+ @apply text-body-s text-text-primary ml-sm;
25
+ }
26
+ }
27
+
28
+ .EventTime{
29
+ @apply flex ;
30
+ svg{
31
+ @apply h-4 w-4;
32
+ }
33
+ p{
34
+ @apply text-body-s text-text-primary ml-sm;
35
+ }
36
+ }
37
+
38
+ .EventCategory{
39
+ p{
40
+ @apply text-body-s text-text-primary ;
41
+ }
42
+ }
43
+
44
+ }
45
+
46
+
47
+ }
48
+
49
+ @screen dt{
50
+ .OnGroundEventCard{
51
+ .EventDetails{
52
+ .EventLocation{
53
+ p{
54
+ @apply text-body-s-dt;
55
+ }
56
+ }
57
+
58
+ .EventTime{
59
+ p{
60
+ @apply text-body-s-dt;
61
+ }
62
+ }
63
+
64
+ .EventCategory{
65
+ p{
66
+ @apply text-body-s-dt;
67
+ }
68
+ }
69
+
70
+ }
71
+ }
72
+ }
@@ -0,0 +1,30 @@
1
+ .PageBasedInputWrapper {
2
+ .SubmitBar {
3
+ z-index: 60;
4
+ @apply p-sm fixed w-full bottom-0 left-0 text-right bg-white;
5
+ }
6
+ .SubmitBarInCardInDesktopView {
7
+ @apply hidden;
8
+ }
9
+ label {
10
+ margin-left: 0 !important;
11
+ }
12
+ }
13
+
14
+ @screen dt {
15
+ .PageBasedInputWrapper {
16
+ .SubmitBar {
17
+ @apply hidden;
18
+ }
19
+ .SubmitBarInCardInDesktopView {
20
+ @apply block;
21
+ position:relative;
22
+ }
23
+ .card {
24
+ max-width: 75%;
25
+ }
26
+ button {
27
+ max-width: 240px;
28
+ }
29
+ }
30
+ }
@@ -0,0 +1,15 @@
1
+ .popupModalHeading{
2
+ @apply flex gap-3 mb-lg;
3
+ .headingIconAndLabel{
4
+ @apply flex gap-3 items-center;
5
+ svg{
6
+ @apply w-6 h-4;
7
+ }
8
+ h3{
9
+ @apply text-heading-l font-bold;
10
+ }
11
+ }
12
+ .popupResetFormButton{
13
+ @apply p-sm border border-solid border-text-primary border-opacity-25 self-center;
14
+ }
15
+ }
@@ -0,0 +1,58 @@
1
+ .PropertySearchForm {
2
+ .pt-search-action {
3
+ @apply w-full;
4
+ display: flex;
5
+ margin-right: 10px;
6
+ justify-content: end;
7
+ align-items: center;
8
+ .pt-search-action-submit button {
9
+ width: 100% !important;
10
+ }
11
+ .pt-search-action-reset {
12
+ text-align: right;
13
+ cursor: pointer;
14
+ }
15
+ }
16
+
17
+ .PropertySearchFormSwitcher{
18
+ border-bottom: 1px solid #d6d5d4;
19
+ cursor: pointer;
20
+ margin-bottom: 20px;
21
+ display: flex;
22
+ .non-selected {
23
+ color: #505a5f;
24
+ font-weight: 400;
25
+ }
26
+ .selected {
27
+ color: #2947a3;
28
+ font-weight: 700;
29
+ padding-bottom: 10px;
30
+ border-bottom: 2px solid #2947a3;
31
+ }
32
+ span {
33
+ margin-right: 20px;
34
+ }
35
+ }
36
+
37
+
38
+ .form-field, .field {
39
+ width: 30% !important;
40
+ margin-bottom: 20px;
41
+ }
42
+ @media (min-width: 780px) {
43
+ .pt-form-field{
44
+ width: 30% !important;
45
+ margin-bottom: 20px;
46
+ }
47
+ }
48
+ @media (max-width: 780px) {
49
+ .form-field, .field{
50
+ width: 100% !important;
51
+ margin-bottom: 15px;
52
+ }
53
+ .pt-form-field{
54
+ width: 100% !important;
55
+ margin-bottom: 15px;
56
+ }
57
+ }
58
+ }
@@ -0,0 +1,57 @@
1
+ .search-form-wrapper{
2
+ @apply flex flex-wrap bg-white mb-lg py-lg pl-lg;
3
+ border-radius:8px;
4
+ .form-field, .field{
5
+ width: calc( 25% - 16px );
6
+ @apply inline-block mr-md align-middle;
7
+ }
8
+ .SubmitAndClearAllContainer{
9
+ @apply w-full;
10
+ .submit{
11
+ right: 36px;
12
+ margin-top: 22px;
13
+ margin-left: -16px !important;
14
+ @apply flex flex-row-reverse items-center w-full align-middle text-center !important;
15
+ button{
16
+ margin: 0;
17
+ @apply inline-block w-1/4 !important;
18
+ }
19
+ p{
20
+ @apply cursor-pointer text-link text-focus w-1/4 inline-block ;
21
+ }
22
+ }
23
+ }
24
+ .submit{
25
+ right: 36px;
26
+ margin-top: 22px;
27
+ @apply inline align-middle text-center !important;
28
+ button{
29
+ margin: 0;
30
+ @apply inline-block w-full !important;
31
+ }
32
+ p{
33
+ @apply cursor-pointer text-link text-focus w-full inline-block ;
34
+ }
35
+ }
36
+ .pt-property-search{
37
+ justify-content: unset;
38
+ }
39
+
40
+ }
41
+
42
+ @media (min-width: 780px) {
43
+ .search-form-wrapper{
44
+ .pt-form-field{
45
+ width: 30% !important;
46
+ margin-bottom: 20px;
47
+ }
48
+ }
49
+ }
50
+ @media (max-width: 780px) {
51
+ .search-form-wrapper{
52
+ .pt-form-field{
53
+ width: 100% !important;
54
+ margin-bottom: 15px;
55
+ }
56
+ }
57
+ }
@@ -0,0 +1,10 @@
1
+ .SearchOnRadioButton{
2
+ svg{
3
+ fill: #505A5F;
4
+ width: 24px;
5
+ height: 24px;
6
+ top: 8px;
7
+ right: 8px;
8
+ @apply absolute;
9
+ }
10
+ }
@@ -0,0 +1,10 @@
1
+ .StandaloneSearchBar{
2
+ @apply bg-white flex rounded-3xl px-md py-sm w-full;
3
+ svg{
4
+ fill: #505A5F;
5
+ @apply mr-md;
6
+ }
7
+ input{
8
+ @apply w-full mr-md outline-none;
9
+ }
10
+ }