@entit/digit-ui-css 1.5.6 → 2.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.
- package/dist/index.css +2302 -400
- package/dist/index.min.css +1 -1
- package/package.json +64 -64
- package/src/components/CardBasedOptions.scss +110 -44
- package/src/components/CitizenHomeCard.scss +57 -46
- package/src/components/EllipsisMenu.scss +16 -16
- package/src/components/EventCalendarView.scss +9 -9
- package/src/components/FAQ.scss +64 -0
- package/src/components/OnGroundEventCard.scss +71 -71
- package/src/components/PageBasedInput.scss +31 -23
- package/src/components/PopupHeadingLabel.scss +14 -14
- package/src/components/PropertySearchForm.scss +58 -58
- package/src/components/SearchForm.scss +55 -55
- package/src/components/SearchOnRadioButton.scss +9 -9
- package/src/components/StandaloneSearchBar.scss +9 -9
- package/src/components/TimeLine.scss +67 -67
- package/src/components/WhatsNewCard.scss +12 -12
- package/src/components/actionLink.scss +3 -3
- package/src/components/actionbar.scss +97 -58
- package/src/components/bannercomponents.scss +137 -131
- package/src/components/body.scss +146 -118
- package/src/components/buttons.scss +50 -47
- package/src/components/card.scss +412 -389
- package/src/components/cardHeaderWithOptions.scss +13 -13
- package/src/components/changeLanguage.scss +3 -3
- package/src/components/charts.scss +318 -185
- package/src/components/checkbox.scss +84 -53
- package/src/components/checkpoint.scss +65 -63
- package/src/components/citizenInfoLabel.scss +14 -14
- package/src/components/custombtn.scss +11 -11
- package/src/components/datatable.scss +76 -72
- 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 -22
- package/src/components/howItWorks.scss +71 -0
- package/src/components/imageviewer.scss +33 -33
- package/src/components/info-banner.scss +35 -34
- package/src/components/inputotp.scss +15 -15
- package/src/components/keynote.scss +27 -27
- package/src/components/languageSelector.scss +24 -23
- package/src/components/loader.scss +96 -96
- package/src/components/map.scss +30 -30
- package/src/components/metricsTable.scss +26 -26
- package/src/components/multiLink.scss +87 -72
- package/src/components/multiSelectDropdown.scss +72 -72
- package/src/components/navbar.scss +308 -110
- package/src/components/plusMinus.scss +15 -0
- package/src/components/popup.scss +15 -15
- package/src/components/radiobtn.scss +56 -44
- package/src/components/ratingstar.scss +33 -33
- package/src/components/roundedLabel.scss +10 -10
- package/src/components/searchAction.scss +20 -20
- package/src/components/sectionalDropdown.scss +43 -43
- package/src/components/selectdropdown.scss +199 -173
- package/src/components/staticDynamicMessages.scss +107 -0
- package/src/components/staticSideBar.scss +27 -0
- package/src/components/statushighlight.scss +17 -17
- package/src/components/submiterrors.scss +11 -11
- package/src/components/summary.scss +28 -25
- package/src/components/table.scss +178 -167
- package/src/components/tag.scss +27 -27
- package/src/components/telephone.scss +17 -17
- package/src/components/textfields.scss +108 -90
- package/src/components/toast.scss +31 -31
- package/src/components/toggleSwitch.scss +41 -0
- package/src/components/topbar.scss +148 -134
- package/src/components/uploadcomponents.scss +113 -95
- package/src/index.scss +768 -544
- package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -5
- package/src/pages/citizen/DocumentList.scss +304 -304
- package/src/pages/citizen/Events.scss +46 -46
- package/src/pages/citizen/HomePageWrapper.scss +163 -99
- package/src/pages/citizen/SurveyList.scss +21 -21
- package/src/pages/citizen/citizenDocument.scss +21 -21
- package/src/pages/citizen/container.scss +19 -19
- package/src/pages/citizen/payment/payment-type.scss +2 -2
- package/src/pages/citizen/updatePropertyNumber.scss +46 -46
- package/src/pages/employee/EmployeeLogin.scss +6 -6
- package/src/pages/employee/cardfix.scss +13 -12
- package/src/pages/employee/container.scss +73 -73
- package/src/pages/employee/dss.scss +249 -116
- package/src/pages/employee/form-fields.scss +13 -13
- package/src/pages/employee/iframe.scss +65 -65
- package/src/pages/employee/inbox.scss +687 -455
- package/src/pages/employee/index.scss +625 -337
- package/src/pages/employee/login.scss +260 -185
- package/src/pages/employee/oldMobileInbox.scss +4 -4
- package/src/pages/employee/popupmodule.scss +47 -34
- package/src/pages/employee/response.scss +2 -2
- package/src/pages/employee/scroll-table.scss +113 -113
- package/src/pages/employee/surveys.scss +272 -273
- package/src/pages/employee/tooltip.scss +35 -35
- package/src/pages/employee/updateNumber.scss +12 -12
- 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,99 +1,163 @@
|
|
1
|
-
.HomePageWrapper{
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
.
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
}
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
}
|
66
|
-
|
67
|
-
@
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
}
|
1
|
+
.HomePageWrapper {
|
2
|
+
margin-top: -25px;
|
3
|
+
|
4
|
+
.BannerWithSearch {
|
5
|
+
margin-bottom: 40px;
|
6
|
+
width: 100%;
|
7
|
+
@apply relative;
|
8
|
+
.Search {
|
9
|
+
width: calc(100% - 32px);
|
10
|
+
bottom: -18px;
|
11
|
+
@apply mx-md absolute;
|
12
|
+
}
|
13
|
+
img {
|
14
|
+
height: 33vw;
|
15
|
+
@apply w-full object-cover;
|
16
|
+
}
|
17
|
+
}
|
18
|
+
|
19
|
+
.ServicesSection {
|
20
|
+
@apply flex flex-wrap;
|
21
|
+
padding: 40px 15px 0 15px;
|
22
|
+
}
|
23
|
+
|
24
|
+
@screen dt {
|
25
|
+
.ServicesSection {
|
26
|
+
@apply flex flex-wrap;
|
27
|
+
padding: 40px 15px 0 15px;
|
28
|
+
width: 100%;
|
29
|
+
}
|
30
|
+
}
|
31
|
+
|
32
|
+
.WhatsNewSection {
|
33
|
+
@apply m-sm;
|
34
|
+
padding: 0 15px;
|
35
|
+
.headSection {
|
36
|
+
@apply flex mb-sm justify-between;
|
37
|
+
h2 {
|
38
|
+
@apply text-heading-s font-bold text-text-primary pl-sm;
|
39
|
+
}
|
40
|
+
p {
|
41
|
+
@apply text-link text-primary-main font-medium cursor-pointer;
|
42
|
+
}
|
43
|
+
}
|
44
|
+
@media (min-width: 780px) {
|
45
|
+
padding: 0 15px;
|
46
|
+
}
|
47
|
+
}
|
48
|
+
|
49
|
+
.WhatsAppBanner{
|
50
|
+
width: 100%;
|
51
|
+
padding: 0px 20px 0px 20px;
|
52
|
+
margin: auto;
|
53
|
+
cursor: pointer;
|
54
|
+
img {
|
55
|
+
width: 100%;
|
56
|
+
}
|
57
|
+
}
|
58
|
+
}
|
59
|
+
|
60
|
+
@media (min-width: 780px) {
|
61
|
+
.SideBarStatic {
|
62
|
+
width: 219px;
|
63
|
+
background: #ffffff;
|
64
|
+
margin-top: -24px;
|
65
|
+
}
|
66
|
+
}
|
67
|
+
@media (max-width: 780px) {
|
68
|
+
.SideBarStatic {
|
69
|
+
width: 219px;
|
70
|
+
background: #ffffff;
|
71
|
+
margin-top: -24px;
|
72
|
+
display: none;
|
73
|
+
}
|
74
|
+
}
|
75
|
+
|
76
|
+
.HomePageContainer {
|
77
|
+
@media (min-width: 780px) {
|
78
|
+
display: flex;
|
79
|
+
width: 100% !important;
|
80
|
+
height: calc(100%-30px);
|
81
|
+
}
|
82
|
+
}
|
83
|
+
|
84
|
+
.moduleLinkHomePage {
|
85
|
+
@media (min-width: 780px) {
|
86
|
+
width: calc(100% - 219px);
|
87
|
+
}
|
88
|
+
margin-top: -25px;
|
89
|
+
img {
|
90
|
+
height: 33vw;
|
91
|
+
background: linear-gradient(#000000,#000000);
|
92
|
+
@apply w-full object-cover;
|
93
|
+
}
|
94
|
+
h1 {
|
95
|
+
position: absolute;
|
96
|
+
top: 100px;
|
97
|
+
left: 21px;
|
98
|
+
@apply text-heading-xl text-white font-bold;
|
99
|
+
}
|
100
|
+
.moduleLinkHomePageBackButton {
|
101
|
+
border: none;
|
102
|
+
top: 76px;
|
103
|
+
svg {
|
104
|
+
fill: #ffffff;
|
105
|
+
}
|
106
|
+
@apply absolute text-white text-heading-s ml-md;
|
107
|
+
}
|
108
|
+
}
|
109
|
+
|
110
|
+
.moduleLinkHomePageModuleLinks {
|
111
|
+
@apply mt-md;
|
112
|
+
.CitizenHomeCard {
|
113
|
+
.header {
|
114
|
+
@apply hidden;
|
115
|
+
}
|
116
|
+
}
|
117
|
+
}
|
118
|
+
|
119
|
+
@screen dt {
|
120
|
+
.HomePageWrapper {
|
121
|
+
width: 100%;
|
122
|
+
.BannerWithSearch {
|
123
|
+
margin-bottom: 56px;
|
124
|
+
width: 100% !important;
|
125
|
+
.Search {
|
126
|
+
width: 100%;
|
127
|
+
margin: 0;
|
128
|
+
padding: 0 15px 0 15px;
|
129
|
+
}
|
130
|
+
img {
|
131
|
+
height: 20vw;
|
132
|
+
}
|
133
|
+
}
|
134
|
+
|
135
|
+
.WhatsAppBanner {
|
136
|
+
width: 100%;
|
137
|
+
img{
|
138
|
+
height: 20vw;
|
139
|
+
width: 100%;
|
140
|
+
}
|
141
|
+
}
|
142
|
+
|
143
|
+
}
|
144
|
+
.moduleLinkHomePage {
|
145
|
+
img {
|
146
|
+
min-width: 100vw;
|
147
|
+
height: 20vw;
|
148
|
+
}
|
149
|
+
h1 {
|
150
|
+
top: calc(10vw + 40px);
|
151
|
+
left: 15.8rem;
|
152
|
+
}
|
153
|
+
.moduleLinkHomePageBackButton {
|
154
|
+
top: calc(10vw + 16px);
|
155
|
+
@apply ml-md;
|
156
|
+
}
|
157
|
+
}
|
158
|
+
|
159
|
+
.moduleLinkHomePageModuleLinks {
|
160
|
+
max-width: unset;
|
161
|
+
width:100%
|
162
|
+
}
|
163
|
+
}
|
@@ -1,22 +1,22 @@
|
|
1
|
-
.surveyListclockDiv{
|
2
|
-
@apply flex items-center my-lg;
|
3
|
-
}
|
4
|
-
.surveyListclockDiv span{
|
5
|
-
@apply pl-md text-text-primary;
|
6
|
-
}
|
7
|
-
.surveyListstatus{
|
8
|
-
@apply flex items-center justify-between;
|
9
|
-
}
|
10
|
-
.surveyLisNotResponded{
|
11
|
-
@apply text-error;
|
12
|
-
}
|
13
|
-
.surveyLisResponded{
|
14
|
-
@apply text-success;
|
15
|
-
}
|
16
|
-
.surveyListCardMargin{
|
17
|
-
@apply mx-md my-lg ;
|
18
|
-
}
|
19
|
-
.centered-message{
|
20
|
-
@apply flex items-center pl-md py-lg ;
|
21
|
-
|
1
|
+
.surveyListclockDiv{
|
2
|
+
@apply flex items-center my-lg;
|
3
|
+
}
|
4
|
+
.surveyListclockDiv span{
|
5
|
+
@apply pl-md text-text-primary;
|
6
|
+
}
|
7
|
+
.surveyListstatus{
|
8
|
+
@apply flex items-center justify-between;
|
9
|
+
}
|
10
|
+
.surveyLisNotResponded{
|
11
|
+
@apply text-error;
|
12
|
+
}
|
13
|
+
.surveyLisResponded{
|
14
|
+
@apply text-success;
|
15
|
+
}
|
16
|
+
.surveyListCardMargin{
|
17
|
+
@apply mx-md my-lg ;
|
18
|
+
}
|
19
|
+
.centered-message{
|
20
|
+
@apply flex items-center pl-md py-lg ;
|
21
|
+
|
22
22
|
}
|
@@ -1,22 +1,22 @@
|
|
1
|
-
.notice_and_circular_image svg {
|
2
|
-
width: 80px;
|
3
|
-
height: 100px;
|
4
|
-
}
|
5
|
-
.notice_and_circular_content {
|
6
|
-
padding-left: 50px;
|
7
|
-
}
|
8
|
-
.back-btn2{
|
9
|
-
border: none;
|
10
|
-
}
|
11
|
-
@media screen and (max-width: 768px) {
|
12
|
-
.notice_and_circular_image svg {
|
13
|
-
width: 53px;
|
14
|
-
height: 66px;
|
15
|
-
}
|
16
|
-
.notice_and_circular_content {
|
17
|
-
padding-left: 40px;
|
18
|
-
}
|
19
|
-
.documentContainerPadding{
|
20
|
-
padding: 0 10px;
|
21
|
-
}
|
1
|
+
.notice_and_circular_image svg {
|
2
|
+
width: 80px;
|
3
|
+
height: 100px;
|
4
|
+
}
|
5
|
+
.notice_and_circular_content {
|
6
|
+
padding-left: 50px;
|
7
|
+
}
|
8
|
+
.back-btn2{
|
9
|
+
border: none;
|
10
|
+
}
|
11
|
+
@media screen and (max-width: 768px) {
|
12
|
+
.notice_and_circular_image svg {
|
13
|
+
width: 53px;
|
14
|
+
height: 66px;
|
15
|
+
}
|
16
|
+
.notice_and_circular_content {
|
17
|
+
padding-left: 40px;
|
18
|
+
}
|
19
|
+
.documentContainerPadding{
|
20
|
+
padding: 0 10px;
|
21
|
+
}
|
22
22
|
}
|
@@ -1,19 +1,19 @@
|
|
1
|
-
.citizen-home-footer {
|
2
|
-
@apply flex w-full h-10 bg-grey-bg pb-md pt-sm justify-center;
|
3
|
-
img {
|
4
|
-
@apply ml-sm;
|
5
|
-
}
|
6
|
-
}
|
7
|
-
|
8
|
-
.employee .citizen-home-footer {
|
9
|
-
@apply fixed bottom-0;
|
10
|
-
}
|
11
|
-
.fill-path-primary-main {
|
12
|
-
path {
|
13
|
-
fill: #
|
14
|
-
}
|
15
|
-
}
|
16
|
-
|
17
|
-
.obps-search {
|
18
|
-
margin: 8px;
|
19
|
-
}
|
1
|
+
.citizen-home-footer {
|
2
|
+
@apply flex w-full h-10 bg-grey-bg pb-md pt-sm justify-center;
|
3
|
+
img {
|
4
|
+
@apply ml-sm;
|
5
|
+
}
|
6
|
+
}
|
7
|
+
|
8
|
+
.employee .citizen-home-footer {
|
9
|
+
@apply fixed bottom-0;
|
10
|
+
}
|
11
|
+
.fill-path-primary-main {
|
12
|
+
path {
|
13
|
+
fill: #a82227;
|
14
|
+
}
|
15
|
+
}
|
16
|
+
|
17
|
+
.obps-search {
|
18
|
+
margin: 8px;
|
19
|
+
}
|
@@ -1,3 +1,3 @@
|
|
1
|
-
.payment-amount-info{
|
2
|
-
@apply flex justify-between;
|
1
|
+
.payment-amount-info{
|
2
|
+
@apply flex justify-between;
|
3
3
|
}
|
@@ -1,46 +1,46 @@
|
|
1
|
-
.updatenumber-warper-citizen{
|
2
|
-
min-height: 95vh;
|
3
|
-
height: unset;
|
4
|
-
}
|
5
|
-
.updatePropertyNumber {
|
6
|
-
.pt-update-no-popup-wrapper {
|
7
|
-
@apply m-md;
|
8
|
-
}
|
9
|
-
.search-form-wrapper {
|
10
|
-
display: inherit;
|
11
|
-
padding: 16px;
|
12
|
-
.submit-bar {
|
13
|
-
position: absolute;
|
14
|
-
bottom: 25px;
|
15
|
-
width: 90%;
|
16
|
-
}
|
17
|
-
.submit-bar-disabled {
|
18
|
-
position: absolute;
|
19
|
-
bottom: 25px;
|
20
|
-
width: 90%;
|
21
|
-
}
|
22
|
-
}
|
23
|
-
}
|
24
|
-
|
25
|
-
@screen dt {
|
26
|
-
.updatenumber-warper-citizen{
|
27
|
-
min-height: 100vh;
|
28
|
-
height: unset;
|
29
|
-
}
|
30
|
-
.updatePropertyNumber {
|
31
|
-
.h1 {
|
32
|
-
@apply m-md;
|
33
|
-
}
|
34
|
-
.search-form-wrapper {
|
35
|
-
.submit-bar {
|
36
|
-
width: 100% !important;
|
37
|
-
position: unset !important;
|
38
|
-
}
|
39
|
-
.submit-bar-disabled {
|
40
|
-
position: absolute;
|
41
|
-
bottom: 25px;
|
42
|
-
width: 90%;
|
43
|
-
}
|
44
|
-
}
|
45
|
-
}
|
46
|
-
}
|
1
|
+
.updatenumber-warper-citizen{
|
2
|
+
min-height: 95vh;
|
3
|
+
height: unset;
|
4
|
+
}
|
5
|
+
.updatePropertyNumber {
|
6
|
+
.pt-update-no-popup-wrapper {
|
7
|
+
@apply m-md;
|
8
|
+
}
|
9
|
+
.search-form-wrapper {
|
10
|
+
display: inherit;
|
11
|
+
padding: 16px;
|
12
|
+
.submit-bar {
|
13
|
+
position: absolute;
|
14
|
+
bottom: 25px;
|
15
|
+
width: 90%;
|
16
|
+
}
|
17
|
+
.submit-bar-disabled {
|
18
|
+
position: absolute;
|
19
|
+
bottom: 25px;
|
20
|
+
width: 90%;
|
21
|
+
}
|
22
|
+
}
|
23
|
+
}
|
24
|
+
|
25
|
+
@screen dt {
|
26
|
+
.updatenumber-warper-citizen{
|
27
|
+
min-height: 100vh;
|
28
|
+
height: unset;
|
29
|
+
}
|
30
|
+
.updatePropertyNumber {
|
31
|
+
.h1 {
|
32
|
+
@apply m-md;
|
33
|
+
}
|
34
|
+
.search-form-wrapper {
|
35
|
+
.submit-bar {
|
36
|
+
width: 100% !important;
|
37
|
+
position: unset !important;
|
38
|
+
}
|
39
|
+
.submit-bar-disabled {
|
40
|
+
position: absolute;
|
41
|
+
bottom: 25px;
|
42
|
+
width: 90%;
|
43
|
+
}
|
44
|
+
}
|
45
|
+
}
|
46
|
+
}
|
@@ -1,7 +1,7 @@
|
|
1
|
-
.EmployeeLoginFooter{
|
2
|
-
margin: auto;
|
3
|
-
@apply absolute bottom-10;
|
4
|
-
img{
|
5
|
-
@apply h-4 object-contain;
|
6
|
-
}
|
1
|
+
.EmployeeLoginFooter{
|
2
|
+
margin: auto;
|
3
|
+
@apply absolute bottom-10;
|
4
|
+
img{
|
5
|
+
@apply h-4 object-contain;
|
6
|
+
}
|
7
7
|
}
|
@@ -1,13 +1,14 @@
|
|
1
|
-
.flex-fit{
|
2
|
-
@apply flex w-full border-b border-solid border-border;
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
1
|
+
.flex-fit{
|
2
|
+
@apply flex w-full border-b border-solid border-border;
|
3
|
+
border-bottom: 0px !important;
|
4
|
+
padding-top: 5px
|
5
|
+
}
|
6
|
+
.card-count{
|
7
|
+
@apply pr-xl;
|
8
|
+
div{
|
9
|
+
@apply text-link;
|
10
|
+
span{
|
11
|
+
@apply text-link font-bold;
|
12
|
+
}
|
13
|
+
}
|
13
14
|
}
|