@pmidc/upyog-css 1.1.6 → 1.1.8
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.
- package/dist/index.css +772 -0
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/CardBasedOptions.scss +534 -534
- package/src/components/CitizenHomeCard.scss +228 -228
- package/src/components/EllipsisMenu.scss +16 -16
- package/src/components/EventCalendarView.scss +9 -9
- package/src/components/FAQ.scss +63 -63
- package/src/components/NewAccordianCitizen.scss +130 -130
- package/src/components/OnGroundEventCard.scss +71 -71
- package/src/components/PageBasedInput.scss +30 -30
- package/src/components/PopupHeadingLabel.scss +14 -14
- package/src/components/PropertySearchForm.scss +58 -58
- package/src/components/SearchForm.scss +56 -56
- package/src/components/SearchOnRadioButton.scss +9 -9
- package/src/components/StandaloneSearchBar.scss +9 -9
- package/src/components/TimeLine.scss +96 -96
- package/src/components/WhatsNewCard.scss +12 -12
- package/src/components/actionLink.scss +3 -3
- package/src/components/actionbar.scss +96 -96
- package/src/components/bannercomponents.scss +137 -137
- package/src/components/body.scss +261 -261
- package/src/components/buttons.scss +87 -87
- package/src/components/card.scss +581 -581
- package/src/components/cardHeaderWithOptions.scss +13 -13
- package/src/components/changeLanguage.scss +3 -3
- package/src/components/charts.scss +185 -185
- package/src/components/checkbox.scss +83 -83
- package/src/components/checkpoint.scss +65 -65
- package/src/components/citizenInfoLabel.scss +14 -14
- package/src/components/custombtn.scss +15 -15
- package/src/components/datatable.scss +116 -116
- package/src/components/datewrap.scss +21 -21
- package/src/components/detailscard.scss +6 -6
- package/src/components/detailscontainer.scss +13 -13
- package/src/components/filters.scss +97 -97
- package/src/components/grey.scss +3 -3
- package/src/components/hoc/InboxComposer.scss +115 -115
- package/src/components/howItWorks.scss +71 -71
- package/src/components/imageviewer.scss +33 -33
- package/src/components/info-banner.scss +35 -35
- package/src/components/inputotp.scss +15 -15
- package/src/components/keynote.scss +29 -29
- package/src/components/languageSelector.scss +24 -24
- package/src/components/loader.scss +96 -96
- package/src/components/map.scss +36 -36
- package/src/components/metricsTable.scss +26 -26
- package/src/components/multiLink.scss +87 -87
- package/src/components/multiSelectDropdown.scss +88 -88
- package/src/components/navbar.scss +338 -338
- package/src/components/newFooter.scss +75 -75
- package/src/components/plusMinus.scss +15 -15
- package/src/components/popup.scss +15 -15
- package/src/components/radiobtn.scss +44 -44
- package/src/components/ratingstar.scss +33 -33
- package/src/components/roundedLabel.scss +10 -10
- package/src/components/searchAction.scss +27 -27
- package/src/components/sectionalDropdown.scss +43 -43
- package/src/components/selectdropdown.scss +276 -276
- package/src/components/staticDynamicMessages.scss +110 -110
- package/src/components/staticSideBar.scss +27 -27
- package/src/components/statushighlight.scss +17 -17
- package/src/components/submiterrors.scss +11 -11
- package/src/components/summary.scss +28 -28
- package/src/components/table.scss +362 -362
- package/src/components/tag.scss +27 -27
- package/src/components/telephone.scss +17 -17
- package/src/components/textfields.scss +119 -119
- package/src/components/toast.scss +31 -31
- package/src/components/toggleSwitch.scss +40 -40
- package/src/components/topbar.scss +217 -217
- package/src/components/uploadcomponents.scss +113 -113
- package/src/index.scss +1029 -1028
- package/src/modules/adv/index.scss +553 -0
- package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -8
- package/src/pages/citizen/CitizenLogin.scss +50 -50
- package/src/pages/citizen/DocumentList.scss +448 -448
- package/src/pages/citizen/Events.scss +46 -46
- package/src/pages/citizen/HomePageWrapper.scss +214 -214
- package/src/pages/citizen/InboxCard.scss +327 -327
- package/src/pages/citizen/SurveyList.scss +21 -21
- package/src/pages/citizen/citizenDocument.scss +25 -25
- package/src/pages/citizen/citizenNewLogin.scss +357 -357
- package/src/pages/citizen/container.scss +32 -32
- package/src/pages/citizen/loaderMessage.scss +295 -295
- package/src/pages/citizen/payment/payment-type.scss +2 -2
- package/src/pages/citizen/updatePropertyNumber.scss +46 -46
- package/src/pages/common/form.scss +25 -25
- package/src/pages/common/newApplicationTimeline.scss +203 -0
- package/src/pages/common/pgrUICssfix.scss +105 -105
- package/src/pages/common/requiredField.scss +2 -2
- package/src/pages/common/sanctionFeeTable.scss +91 -91
- package/src/pages/common/searchIcon.scss +12 -12
- package/src/pages/common/stepForm.scss +40 -40
- package/src/pages/employee/EmployeeLogin.scss +6 -6
- package/src/pages/employee/cardfix.scss +13 -13
- package/src/pages/employee/container.scss +73 -73
- package/src/pages/employee/dashboard.scss +203 -203
- package/src/pages/employee/disconnection.scss +425 -425
- package/src/pages/employee/dss.scss +251 -251
- package/src/pages/employee/faq.scss +353 -353
- package/src/pages/employee/footer.scss +68 -68
- package/src/pages/employee/form-fields.scss +13 -13
- package/src/pages/employee/header.scss +262 -262
- package/src/pages/employee/iframe.scss +65 -65
- package/src/pages/employee/inbox.scss +744 -744
- package/src/pages/employee/index.scss +677 -677
- package/src/pages/employee/landing.scss +324 -324
- package/src/pages/employee/login.scss +253 -253
- package/src/pages/employee/oldMobileInbox.scss +4 -4
- package/src/pages/employee/popupmodule.scss +47 -47
- package/src/pages/employee/response.scss +2 -2
- package/src/pages/employee/scroll-table.scss +113 -113
- package/src/pages/employee/surveys.scss +469 -469
- package/src/pages/employee/tooltip.scss +35 -35
- package/src/pages/employee/updateNumber.scss +12 -12
- package/src/pages/swach/index.scss +172 -172
- package/src/pages/ws/index.scss +104 -104
- package/svg/camera.svg +4 -4
- package/svg/check.svg +3 -3
- package/svg/close.svg +4 -4
- package/svg/error.svg +3 -3
- package/svg/error2.svg +5 -5
- package/svg/searchicon.svg +3 -3
- package/svg/starempty.svg +3 -3
- package/svg/starfilled.svg +4 -4
- package/svg/success.svg +3 -3
|
@@ -1,47 +1,47 @@
|
|
|
1
|
-
.OnGroundEventDetailsCard{
|
|
2
|
-
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
|
|
3
|
-
@apply bg-white mx-sm mb-md p-md rounded;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.eventAddressAndDirection{
|
|
7
|
-
@apply text-body-s mb-md;
|
|
8
|
-
span{
|
|
9
|
-
@apply flex mb-sm;
|
|
10
|
-
svg{
|
|
11
|
-
@apply h-5 w-5;
|
|
12
|
-
}
|
|
13
|
-
div{
|
|
14
|
-
@apply ml-md;
|
|
15
|
-
p{
|
|
16
|
-
@apply mb-sm;
|
|
17
|
-
}
|
|
18
|
-
.direction{
|
|
19
|
-
@apply text-primary-main cursor-pointer;
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.eventTimeRange{
|
|
26
|
-
@apply text-body-s flex;
|
|
27
|
-
svg{
|
|
28
|
-
@apply h-5 w-5;
|
|
29
|
-
}
|
|
30
|
-
p{
|
|
31
|
-
@apply ml-md;
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.cardCaptionBodyS{
|
|
36
|
-
@apply text-body-s text-text-secondary mb-md;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
@screen dt{
|
|
40
|
-
.eventAddressAndDirection{
|
|
41
|
-
@apply text-body-s-dt;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.cardCaptionBodyS{
|
|
45
|
-
@apply text-body-s-dt;
|
|
46
|
-
}
|
|
1
|
+
.OnGroundEventDetailsCard{
|
|
2
|
+
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
|
|
3
|
+
@apply bg-white mx-sm mb-md p-md rounded;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.eventAddressAndDirection{
|
|
7
|
+
@apply text-body-s mb-md;
|
|
8
|
+
span{
|
|
9
|
+
@apply flex mb-sm;
|
|
10
|
+
svg{
|
|
11
|
+
@apply h-5 w-5;
|
|
12
|
+
}
|
|
13
|
+
div{
|
|
14
|
+
@apply ml-md;
|
|
15
|
+
p{
|
|
16
|
+
@apply mb-sm;
|
|
17
|
+
}
|
|
18
|
+
.direction{
|
|
19
|
+
@apply text-primary-main cursor-pointer;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.eventTimeRange{
|
|
26
|
+
@apply text-body-s flex;
|
|
27
|
+
svg{
|
|
28
|
+
@apply h-5 w-5;
|
|
29
|
+
}
|
|
30
|
+
p{
|
|
31
|
+
@apply ml-md;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.cardCaptionBodyS{
|
|
36
|
+
@apply text-body-s text-text-secondary mb-md;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
@screen dt{
|
|
40
|
+
.eventAddressAndDirection{
|
|
41
|
+
@apply text-body-s-dt;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.cardCaptionBodyS{
|
|
45
|
+
@apply text-body-s-dt;
|
|
46
|
+
}
|
|
47
47
|
}
|
|
@@ -1,214 +1,214 @@
|
|
|
1
|
-
.HomePageWrapper {
|
|
2
|
-
margin-top: -25px;
|
|
3
|
-
margin: 0 auto;
|
|
4
|
-
padding: 0 40px;
|
|
5
|
-
.BannerWithSearch {
|
|
6
|
-
margin-bottom: 40px;
|
|
7
|
-
width: 100%;
|
|
8
|
-
@apply relative;
|
|
9
|
-
.Search {
|
|
10
|
-
width: calc(100% - 32px);
|
|
11
|
-
bottom: -18px;
|
|
12
|
-
@apply mx-md absolute;
|
|
13
|
-
}
|
|
14
|
-
img {
|
|
15
|
-
height: 33vw;
|
|
16
|
-
@apply w-full object-cover;
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
.hero-banner-styles {
|
|
20
|
-
background: linear-gradient(135deg, #4f65d8 0%, #00157a 100%);
|
|
21
|
-
border-radius: 16px;
|
|
22
|
-
padding: 60px 40px;
|
|
23
|
-
margin: 24px 0;
|
|
24
|
-
text-align: center;
|
|
25
|
-
color: #fff;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
.hero-title-styles {
|
|
29
|
-
font-size: 42px;
|
|
30
|
-
font-weight: 700;
|
|
31
|
-
margin-bottom: 12px;
|
|
32
|
-
letter-spacing: -0.5px;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.heroSubtitleStyles {
|
|
36
|
-
font-size: 18px;
|
|
37
|
-
font-weight: 400;
|
|
38
|
-
margin-bottom: 32px;
|
|
39
|
-
opacity: 0.95;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.searchBarStyles {
|
|
43
|
-
max-width: 600px;
|
|
44
|
-
margin: 0 auto;
|
|
45
|
-
background-color: #fff;
|
|
46
|
-
border-radius: 12px;
|
|
47
|
-
padding: 14px 20px;
|
|
48
|
-
display: flex;
|
|
49
|
-
align-items: center;
|
|
50
|
-
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
.searchInputStyles {
|
|
54
|
-
border: none;
|
|
55
|
-
outline: none;
|
|
56
|
-
width: 100%;
|
|
57
|
-
font-size: 16px;
|
|
58
|
-
margin-left: 12px;
|
|
59
|
-
color: black;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
.searchIconStyles {
|
|
63
|
-
color: #9ca3af;
|
|
64
|
-
font-size: 20px;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
.ServicesSection {
|
|
69
|
-
@apply flex flex-wrap;
|
|
70
|
-
padding: 40px 15px 0 15px;
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
@screen dt {
|
|
74
|
-
.ServicesSection {
|
|
75
|
-
@apply flex flex-wrap;
|
|
76
|
-
padding: 40px 15px 0 15px;
|
|
77
|
-
width: 100%;
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
.WhatsNewSection {
|
|
82
|
-
@apply m-sm;
|
|
83
|
-
padding: 0 15px;
|
|
84
|
-
.headSection {
|
|
85
|
-
@apply flex mb-sm justify-between;
|
|
86
|
-
h2 {
|
|
87
|
-
@apply text-heading-s font-bold text-text-primary pl-sm;
|
|
88
|
-
}
|
|
89
|
-
p {
|
|
90
|
-
@apply text-link text-primary-main font-medium cursor-pointer;
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
@media (min-width: 780px) {
|
|
94
|
-
padding: 0 15px;
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
.WhatsAppBanner {
|
|
99
|
-
width: 100%;
|
|
100
|
-
padding: 0px 20px 0px 20px;
|
|
101
|
-
margin: auto;
|
|
102
|
-
cursor: pointer;
|
|
103
|
-
display: none;
|
|
104
|
-
img {
|
|
105
|
-
width: 100%;
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
@media (min-width: 780px) {
|
|
111
|
-
.SideBarStatic {
|
|
112
|
-
width: 250px;
|
|
113
|
-
background: #ffffff;
|
|
114
|
-
margin-top: -3px;
|
|
115
|
-
}
|
|
116
|
-
}
|
|
117
|
-
@media (max-width: 780px) {
|
|
118
|
-
.SideBarStatic {
|
|
119
|
-
width: 250px;
|
|
120
|
-
background: #ffffff;
|
|
121
|
-
margin-top: -3px;
|
|
122
|
-
display: none;
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
.HomePageContainer {
|
|
127
|
-
width: 100%;
|
|
128
|
-
padding: 0;
|
|
129
|
-
@media (min-width: 780px) {
|
|
130
|
-
display: flex;
|
|
131
|
-
width: 100% !important;
|
|
132
|
-
height: calc(100%-30px);
|
|
133
|
-
}
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
.moduleLinkHomePage {
|
|
137
|
-
@media (min-width: 780px) {
|
|
138
|
-
width: calc(100% - 219px);
|
|
139
|
-
}
|
|
140
|
-
margin-top: -25px;
|
|
141
|
-
img {
|
|
142
|
-
height: 33vw;
|
|
143
|
-
background: linear-gradient(#000000, #000000);
|
|
144
|
-
@apply object-cover;
|
|
145
|
-
width: 100vw;
|
|
146
|
-
}
|
|
147
|
-
h1 {
|
|
148
|
-
top: 100px;
|
|
149
|
-
left: 21px;
|
|
150
|
-
@apply text-heading-xl text-white font-bold;
|
|
151
|
-
}
|
|
152
|
-
.moduleLinkHomePageBackButton {
|
|
153
|
-
border: none;
|
|
154
|
-
top: 76px;
|
|
155
|
-
svg {
|
|
156
|
-
fill: #000000;
|
|
157
|
-
}
|
|
158
|
-
@apply text-black text-heading-s ml-md;
|
|
159
|
-
}
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
.moduleLinkHomePageModuleLinks {
|
|
163
|
-
@apply mt-md;
|
|
164
|
-
.CitizenHomeCard {
|
|
165
|
-
.header {
|
|
166
|
-
@apply hidden;
|
|
167
|
-
}
|
|
168
|
-
}
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
@screen dt {
|
|
172
|
-
.HomePageWrapper {
|
|
173
|
-
width: 100%;
|
|
174
|
-
.BannerWithSearch {
|
|
175
|
-
margin-bottom: 56px;
|
|
176
|
-
width: 100% !important;
|
|
177
|
-
.Search {
|
|
178
|
-
width: 100%;
|
|
179
|
-
margin: 0;
|
|
180
|
-
padding: 0 15px 0 15px;
|
|
181
|
-
}
|
|
182
|
-
img {
|
|
183
|
-
height: 20vw;
|
|
184
|
-
}
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
.WhatsAppBanner {
|
|
188
|
-
width: 100%;
|
|
189
|
-
img {
|
|
190
|
-
height: 20vw;
|
|
191
|
-
width: 100%;
|
|
192
|
-
}
|
|
193
|
-
}
|
|
194
|
-
}
|
|
195
|
-
.moduleLinkHomePage {
|
|
196
|
-
img {
|
|
197
|
-
min-width: 100vw;
|
|
198
|
-
height: 20vw;
|
|
199
|
-
}
|
|
200
|
-
h1 {
|
|
201
|
-
top: calc(10vw + 40px);
|
|
202
|
-
left: 15.8rem;
|
|
203
|
-
}
|
|
204
|
-
.moduleLinkHomePageBackButton {
|
|
205
|
-
top: calc(10vw + 16px);
|
|
206
|
-
@apply ml-md;
|
|
207
|
-
}
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
.moduleLinkHomePageModuleLinks {
|
|
211
|
-
max-width: unset;
|
|
212
|
-
width: 100%;
|
|
213
|
-
}
|
|
214
|
-
}
|
|
1
|
+
.HomePageWrapper {
|
|
2
|
+
margin-top: -25px;
|
|
3
|
+
margin: 0 auto;
|
|
4
|
+
padding: 0 40px;
|
|
5
|
+
.BannerWithSearch {
|
|
6
|
+
margin-bottom: 40px;
|
|
7
|
+
width: 100%;
|
|
8
|
+
@apply relative;
|
|
9
|
+
.Search {
|
|
10
|
+
width: calc(100% - 32px);
|
|
11
|
+
bottom: -18px;
|
|
12
|
+
@apply mx-md absolute;
|
|
13
|
+
}
|
|
14
|
+
img {
|
|
15
|
+
height: 33vw;
|
|
16
|
+
@apply w-full object-cover;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
.hero-banner-styles {
|
|
20
|
+
background: linear-gradient(135deg, #4f65d8 0%, #00157a 100%);
|
|
21
|
+
border-radius: 16px;
|
|
22
|
+
padding: 60px 40px;
|
|
23
|
+
margin: 24px 0;
|
|
24
|
+
text-align: center;
|
|
25
|
+
color: #fff;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.hero-title-styles {
|
|
29
|
+
font-size: 42px;
|
|
30
|
+
font-weight: 700;
|
|
31
|
+
margin-bottom: 12px;
|
|
32
|
+
letter-spacing: -0.5px;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.heroSubtitleStyles {
|
|
36
|
+
font-size: 18px;
|
|
37
|
+
font-weight: 400;
|
|
38
|
+
margin-bottom: 32px;
|
|
39
|
+
opacity: 0.95;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.searchBarStyles {
|
|
43
|
+
max-width: 600px;
|
|
44
|
+
margin: 0 auto;
|
|
45
|
+
background-color: #fff;
|
|
46
|
+
border-radius: 12px;
|
|
47
|
+
padding: 14px 20px;
|
|
48
|
+
display: flex;
|
|
49
|
+
align-items: center;
|
|
50
|
+
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.searchInputStyles {
|
|
54
|
+
border: none;
|
|
55
|
+
outline: none;
|
|
56
|
+
width: 100%;
|
|
57
|
+
font-size: 16px;
|
|
58
|
+
margin-left: 12px;
|
|
59
|
+
color: black;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.searchIconStyles {
|
|
63
|
+
color: #9ca3af;
|
|
64
|
+
font-size: 20px;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
.ServicesSection {
|
|
69
|
+
@apply flex flex-wrap;
|
|
70
|
+
padding: 40px 15px 0 15px;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
@screen dt {
|
|
74
|
+
.ServicesSection {
|
|
75
|
+
@apply flex flex-wrap;
|
|
76
|
+
padding: 40px 15px 0 15px;
|
|
77
|
+
width: 100%;
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.WhatsNewSection {
|
|
82
|
+
@apply m-sm;
|
|
83
|
+
padding: 0 15px;
|
|
84
|
+
.headSection {
|
|
85
|
+
@apply flex mb-sm justify-between;
|
|
86
|
+
h2 {
|
|
87
|
+
@apply text-heading-s font-bold text-text-primary pl-sm;
|
|
88
|
+
}
|
|
89
|
+
p {
|
|
90
|
+
@apply text-link text-primary-main font-medium cursor-pointer;
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
@media (min-width: 780px) {
|
|
94
|
+
padding: 0 15px;
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
.WhatsAppBanner {
|
|
99
|
+
width: 100%;
|
|
100
|
+
padding: 0px 20px 0px 20px;
|
|
101
|
+
margin: auto;
|
|
102
|
+
cursor: pointer;
|
|
103
|
+
display: none;
|
|
104
|
+
img {
|
|
105
|
+
width: 100%;
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
@media (min-width: 780px) {
|
|
111
|
+
.SideBarStatic {
|
|
112
|
+
width: 250px;
|
|
113
|
+
background: #ffffff;
|
|
114
|
+
margin-top: -3px;
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
@media (max-width: 780px) {
|
|
118
|
+
.SideBarStatic {
|
|
119
|
+
width: 250px;
|
|
120
|
+
background: #ffffff;
|
|
121
|
+
margin-top: -3px;
|
|
122
|
+
display: none;
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.HomePageContainer {
|
|
127
|
+
width: 100%;
|
|
128
|
+
padding: 0;
|
|
129
|
+
@media (min-width: 780px) {
|
|
130
|
+
display: flex;
|
|
131
|
+
width: 100% !important;
|
|
132
|
+
height: calc(100%-30px);
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
.moduleLinkHomePage {
|
|
137
|
+
@media (min-width: 780px) {
|
|
138
|
+
width: calc(100% - 219px);
|
|
139
|
+
}
|
|
140
|
+
margin-top: -25px;
|
|
141
|
+
img {
|
|
142
|
+
height: 33vw;
|
|
143
|
+
background: linear-gradient(#000000, #000000);
|
|
144
|
+
@apply object-cover;
|
|
145
|
+
width: 100vw;
|
|
146
|
+
}
|
|
147
|
+
h1 {
|
|
148
|
+
top: 100px;
|
|
149
|
+
left: 21px;
|
|
150
|
+
@apply text-heading-xl text-white font-bold;
|
|
151
|
+
}
|
|
152
|
+
.moduleLinkHomePageBackButton {
|
|
153
|
+
border: none;
|
|
154
|
+
top: 76px;
|
|
155
|
+
svg {
|
|
156
|
+
fill: #000000;
|
|
157
|
+
}
|
|
158
|
+
@apply text-black text-heading-s ml-md;
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
.moduleLinkHomePageModuleLinks {
|
|
163
|
+
@apply mt-md;
|
|
164
|
+
.CitizenHomeCard {
|
|
165
|
+
.header {
|
|
166
|
+
@apply hidden;
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
@screen dt {
|
|
172
|
+
.HomePageWrapper {
|
|
173
|
+
width: 100%;
|
|
174
|
+
.BannerWithSearch {
|
|
175
|
+
margin-bottom: 56px;
|
|
176
|
+
width: 100% !important;
|
|
177
|
+
.Search {
|
|
178
|
+
width: 100%;
|
|
179
|
+
margin: 0;
|
|
180
|
+
padding: 0 15px 0 15px;
|
|
181
|
+
}
|
|
182
|
+
img {
|
|
183
|
+
height: 20vw;
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
.WhatsAppBanner {
|
|
188
|
+
width: 100%;
|
|
189
|
+
img {
|
|
190
|
+
height: 20vw;
|
|
191
|
+
width: 100%;
|
|
192
|
+
}
|
|
193
|
+
}
|
|
194
|
+
}
|
|
195
|
+
.moduleLinkHomePage {
|
|
196
|
+
img {
|
|
197
|
+
min-width: 100vw;
|
|
198
|
+
height: 20vw;
|
|
199
|
+
}
|
|
200
|
+
h1 {
|
|
201
|
+
top: calc(10vw + 40px);
|
|
202
|
+
left: 15.8rem;
|
|
203
|
+
}
|
|
204
|
+
.moduleLinkHomePageBackButton {
|
|
205
|
+
top: calc(10vw + 16px);
|
|
206
|
+
@apply ml-md;
|
|
207
|
+
}
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
.moduleLinkHomePageModuleLinks {
|
|
211
|
+
max-width: unset;
|
|
212
|
+
width: 100%;
|
|
213
|
+
}
|
|
214
|
+
}
|