@entit/digit-ui-css 1.5.6 → 2.0.1
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 +81 -0
- package/dist/index.min.css +1 -1
- package/package.json +64 -64
- package/src/components/CardBasedOptions.scss +44 -44
- package/src/components/CitizenHomeCard.scss +46 -46
- package/src/components/EllipsisMenu.scss +16 -16
- package/src/components/EventCalendarView.scss +9 -9
- package/src/components/OnGroundEventCard.scss +71 -71
- package/src/components/PageBasedInput.scss +22 -22
- 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 +131 -131
- package/src/components/body.scss +118 -118
- package/src/components/buttons.scss +47 -47
- package/src/components/card.scss +389 -389
- 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 +53 -53
- package/src/components/checkpoint.scss +63 -63
- package/src/components/citizenInfoLabel.scss +14 -14
- package/src/components/custombtn.scss +11 -11
- package/src/components/datatable.scss +71 -71
- 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 +22 -22
- package/src/components/imageviewer.scss +33 -33
- package/src/components/info-banner.scss +34 -34
- package/src/components/inputotp.scss +15 -15
- package/src/components/keynote.scss +27 -27
- package/src/components/languageSelector.scss +22 -22
- 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 +72 -72
- package/src/components/multiSelectDropdown.scss +72 -72
- package/src/components/navbar.scss +109 -109
- 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 +20 -20
- package/src/components/sectionalDropdown.scss +43 -43
- package/src/components/selectdropdown.scss +173 -173
- package/src/components/statushighlight.scss +17 -17
- package/src/components/submiterrors.scss +11 -11
- package/src/components/summary.scss +25 -25
- package/src/components/table.scss +167 -167
- package/src/components/tag.scss +27 -27
- package/src/components/telephone.scss +17 -17
- package/src/components/textfields.scss +90 -90
- package/src/components/toast.scss +31 -31
- package/src/components/topbar.scss +134 -134
- package/src/components/uploadcomponents.scss +95 -95
- package/src/index.scss +543 -543
- package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +4 -4
- package/src/pages/citizen/DocumentList.scss +304 -304
- package/src/pages/citizen/Events.scss +46 -46
- package/src/pages/citizen/HomePageWrapper.scss +98 -98
- 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 +12 -12
- package/src/pages/employee/container.scss +72 -72
- package/src/pages/employee/dss.scss +116 -116
- package/src/pages/employee/form-fields.scss +13 -13
- package/src/pages/employee/iframe.scss +65 -65
- package/src/pages/employee/inbox.scss +476 -454
- package/src/pages/employee/index.scss +337 -337
- package/src/pages/employee/login.scss +185 -185
- package/src/pages/employee/oldMobileInbox.scss +4 -4
- package/src/pages/employee/popupmodule.scss +34 -34
- package/src/pages/employee/response.scss +2 -2
- package/src/pages/employee/scroll-table.scss +113 -113
- package/src/pages/employee/surveys.scss +273 -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,99 @@
|
|
1
|
-
.HomePageWrapper{
|
2
|
-
margin-top: -25px;
|
3
|
-
.BannerWithSearch{
|
4
|
-
margin-bottom: 40px;
|
5
|
-
@apply relative;
|
6
|
-
.Search{
|
7
|
-
width: calc( 100% - 32px );
|
8
|
-
bottom: -18px;
|
9
|
-
@apply mx-md absolute;
|
10
|
-
}
|
11
|
-
img{
|
12
|
-
height: 33vw;
|
13
|
-
@apply w-full object-cover;
|
14
|
-
}
|
15
|
-
}
|
16
|
-
|
17
|
-
.ServicesSection{
|
18
|
-
@apply flex flex-wrap ;
|
19
|
-
}
|
20
|
-
|
21
|
-
.WhatsNewSection{
|
22
|
-
@apply m-sm;
|
23
|
-
.headSection{
|
24
|
-
@apply flex mb-sm justify-between;
|
25
|
-
h2{
|
26
|
-
@apply text-heading-s font-bold text-text-primary pl-sm;
|
27
|
-
}
|
28
|
-
p{
|
29
|
-
@apply text-link text-primary-main font-medium;
|
30
|
-
}
|
31
|
-
}
|
32
|
-
}
|
33
|
-
}
|
34
|
-
|
35
|
-
.moduleLinkHomePage{
|
36
|
-
margin-top: -25px;
|
37
|
-
img{
|
38
|
-
height: 33vw;
|
39
|
-
|
40
|
-
@apply w-full object-cover;
|
41
|
-
}
|
42
|
-
h1{
|
43
|
-
position: absolute;
|
44
|
-
top: 100px;
|
45
|
-
left: 21px;
|
46
|
-
@apply text-heading-xl text-white font-bold;
|
47
|
-
}
|
48
|
-
.moduleLinkHomePageBackButton{
|
49
|
-
border: none;
|
50
|
-
top: 76px;
|
51
|
-
svg{
|
52
|
-
fill: #ffffff;
|
53
|
-
}
|
54
|
-
@apply absolute text-white text-heading-s ml-md;
|
55
|
-
}
|
56
|
-
}
|
57
|
-
|
58
|
-
.moduleLinkHomePageModuleLinks{
|
59
|
-
@apply mt-md;
|
60
|
-
.CitizenHomeCard{
|
61
|
-
.header{
|
62
|
-
@apply hidden;
|
63
|
-
}
|
64
|
-
}
|
65
|
-
}
|
66
|
-
|
67
|
-
@screen dt{
|
68
|
-
.HomePageWrapper{
|
69
|
-
.BannerWithSearch{
|
70
|
-
margin-bottom: 56px;
|
71
|
-
min-width: 100vw;
|
72
|
-
margin-left: calc( -15vw - 16px );
|
73
|
-
.Search{
|
74
|
-
width: calc(70% - 32px);
|
75
|
-
left: calc( 15% + 25px );
|
76
|
-
margin: 0;
|
77
|
-
}
|
78
|
-
img{
|
79
|
-
height: 20vw;
|
80
|
-
}
|
81
|
-
}
|
82
|
-
}
|
83
|
-
.moduleLinkHomePage{
|
84
|
-
img{
|
85
|
-
min-width: 100vw;
|
86
|
-
margin-left: calc( -15vw - 16px );
|
87
|
-
height: 20vw;
|
88
|
-
}
|
89
|
-
h1{
|
90
|
-
top: calc( 10vw + 40px );
|
91
|
-
left: calc( 15% + 14px );
|
92
|
-
@apply ml-lg;
|
93
|
-
}
|
94
|
-
.moduleLinkHomePageBackButton{
|
95
|
-
top: calc( 10vw + 16px );
|
96
|
-
@apply ml-md;
|
97
|
-
}
|
98
|
-
}
|
1
|
+
.HomePageWrapper{
|
2
|
+
margin-top: -25px;
|
3
|
+
.BannerWithSearch{
|
4
|
+
margin-bottom: 40px;
|
5
|
+
@apply relative;
|
6
|
+
.Search{
|
7
|
+
width: calc( 100% - 32px );
|
8
|
+
bottom: -18px;
|
9
|
+
@apply mx-md absolute;
|
10
|
+
}
|
11
|
+
img{
|
12
|
+
height: 33vw;
|
13
|
+
@apply w-full object-cover;
|
14
|
+
}
|
15
|
+
}
|
16
|
+
|
17
|
+
.ServicesSection{
|
18
|
+
@apply flex flex-wrap ;
|
19
|
+
}
|
20
|
+
|
21
|
+
.WhatsNewSection{
|
22
|
+
@apply m-sm;
|
23
|
+
.headSection{
|
24
|
+
@apply flex mb-sm justify-between;
|
25
|
+
h2{
|
26
|
+
@apply text-heading-s font-bold text-text-primary pl-sm;
|
27
|
+
}
|
28
|
+
p{
|
29
|
+
@apply text-link text-primary-main font-medium;
|
30
|
+
}
|
31
|
+
}
|
32
|
+
}
|
33
|
+
}
|
34
|
+
|
35
|
+
.moduleLinkHomePage{
|
36
|
+
margin-top: -25px;
|
37
|
+
img{
|
38
|
+
height: 33vw;
|
39
|
+
|
40
|
+
@apply w-full object-cover;
|
41
|
+
}
|
42
|
+
h1{
|
43
|
+
position: absolute;
|
44
|
+
top: 100px;
|
45
|
+
left: 21px;
|
46
|
+
@apply text-heading-xl text-white font-bold;
|
47
|
+
}
|
48
|
+
.moduleLinkHomePageBackButton{
|
49
|
+
border: none;
|
50
|
+
top: 76px;
|
51
|
+
svg{
|
52
|
+
fill: #ffffff;
|
53
|
+
}
|
54
|
+
@apply absolute text-white text-heading-s ml-md;
|
55
|
+
}
|
56
|
+
}
|
57
|
+
|
58
|
+
.moduleLinkHomePageModuleLinks{
|
59
|
+
@apply mt-md;
|
60
|
+
.CitizenHomeCard{
|
61
|
+
.header{
|
62
|
+
@apply hidden;
|
63
|
+
}
|
64
|
+
}
|
65
|
+
}
|
66
|
+
|
67
|
+
@screen dt{
|
68
|
+
.HomePageWrapper{
|
69
|
+
.BannerWithSearch{
|
70
|
+
margin-bottom: 56px;
|
71
|
+
min-width: 100vw;
|
72
|
+
margin-left: calc( -15vw - 16px );
|
73
|
+
.Search{
|
74
|
+
width: calc(70% - 32px);
|
75
|
+
left: calc( 15% + 25px );
|
76
|
+
margin: 0;
|
77
|
+
}
|
78
|
+
img{
|
79
|
+
height: 20vw;
|
80
|
+
}
|
81
|
+
}
|
82
|
+
}
|
83
|
+
.moduleLinkHomePage{
|
84
|
+
img{
|
85
|
+
min-width: 100vw;
|
86
|
+
margin-left: calc( -15vw - 16px );
|
87
|
+
height: 20vw;
|
88
|
+
}
|
89
|
+
h1{
|
90
|
+
top: calc( 10vw + 40px );
|
91
|
+
left: calc( 15% + 14px );
|
92
|
+
@apply ml-lg;
|
93
|
+
}
|
94
|
+
.moduleLinkHomePageBackButton{
|
95
|
+
top: calc( 10vw + 16px );
|
96
|
+
@apply ml-md;
|
97
|
+
}
|
98
|
+
}
|
99
99
|
}
|
@@ -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: #f47738;
|
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: #f47738;
|
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,13 @@
|
|
1
|
-
.flex-fit{
|
2
|
-
@apply flex w-full border-b border-solid border-border;
|
3
|
-
padding : 8px 10px;
|
4
|
-
}
|
5
|
-
.card-count{
|
6
|
-
@apply pr-xl;
|
7
|
-
div{
|
8
|
-
@apply text-link;
|
9
|
-
span{
|
10
|
-
@apply text-link font-bold;
|
11
|
-
}
|
12
|
-
}
|
1
|
+
.flex-fit{
|
2
|
+
@apply flex w-full border-b border-solid border-border;
|
3
|
+
padding : 8px 10px;
|
4
|
+
}
|
5
|
+
.card-count{
|
6
|
+
@apply pr-xl;
|
7
|
+
div{
|
8
|
+
@apply text-link;
|
9
|
+
span{
|
10
|
+
@apply text-link font-bold;
|
11
|
+
}
|
12
|
+
}
|
13
13
|
}
|