@egovernments/digit-ui-components-css 0.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/CHANGELOG.md +50 -0
- package/README.md +81 -0
- package/dist/index.css +17004 -0
- package/dist/index.min.css +6 -0
- package/img/browser-icon.png +0 -0
- package/img/m_seva_white_logo.png +0 -0
- package/img/mseva-demo.png +0 -0
- package/package.json +67 -0
- package/src/components/CardBasedOptions.scss +46 -0
- package/src/components/CitizenHomeCard.scss +56 -0
- package/src/components/EllipsisMenu.scss +17 -0
- package/src/components/EventCalendarView.scss +10 -0
- package/src/components/FAQ.scss +64 -0
- package/src/components/OnGroundEventCard.scss +72 -0
- package/src/components/PageBasedInput.scss +29 -0
- package/src/components/PopupHeadingLabel.scss +15 -0
- package/src/components/PropertySearchForm.scss +58 -0
- package/src/components/SearchForm.scss +56 -0
- package/src/components/SearchOnRadioButton.scss +10 -0
- package/src/components/StandaloneSearchBar.scss +10 -0
- package/src/components/TimeLine.scss +68 -0
- package/src/components/WhatsNewCard.scss +13 -0
- package/src/components/actionLink.scss +3 -0
- package/src/components/actionbar.scss +97 -0
- package/src/components/bannercomponents.scss +136 -0
- package/src/components/body.scss +144 -0
- package/src/components/buttons.scss +101 -0
- package/src/components/card.scss +391 -0
- package/src/components/cardHeaderWithOptions.scss +14 -0
- package/src/components/changeLanguage.scss +3 -0
- package/src/components/charts.scss +186 -0
- package/src/components/checkbox.scss +53 -0
- package/src/components/checkpoint.scss +63 -0
- package/src/components/citizenInfoLabel.scss +14 -0
- package/src/components/custombtn.scss +11 -0
- package/src/components/datatable.scss +134 -0
- package/src/components/datewrap.scss +21 -0
- package/src/components/detailscard.scss +6 -0
- package/src/components/detailscontainer.scss +13 -0
- package/src/components/filters.scss +98 -0
- package/src/components/grey.scss +3 -0
- package/src/components/hoc/InboxComposer.scss +115 -0
- package/src/components/hoc/index.scss +1 -0
- package/src/components/howItWorks.scss +71 -0
- package/src/components/imageviewer.scss +33 -0
- package/src/components/inboxv2/InboxLinks.scss +59 -0
- package/src/components/inboxv2/horizontalNav.scss +224 -0
- package/src/components/inboxv2/inboxSearch.scss +116 -0
- package/src/components/inboxv2/inboxSearchComposer.scss +134 -0
- package/src/components/inboxv2/index.scss +5 -0
- package/src/components/inboxv2/searchComponentTable.scss +44 -0
- package/src/components/info-banner.scss +35 -0
- package/src/components/inputotp.scss +15 -0
- package/src/components/keynote.scss +27 -0
- package/src/components/languageSelector.scss +24 -0
- package/src/components/loader.scss +96 -0
- package/src/components/map.scss +30 -0
- package/src/components/menu.scss +0 -0
- package/src/components/metricsTable.scss +28 -0
- package/src/components/multiLink.scss +88 -0
- package/src/components/multiSelectDropdown.scss +77 -0
- package/src/components/navbar.scss +312 -0
- package/src/components/plusMinus.scss +15 -0
- package/src/components/popup.scss +16 -0
- package/src/components/radiobtn.scss +45 -0
- package/src/components/ratingstar.scss +33 -0
- package/src/components/roundedLabel.scss +10 -0
- package/src/components/searchAction.scss +20 -0
- package/src/components/sectionalDropdown.scss +43 -0
- package/src/components/selectdropdown.scss +174 -0
- package/src/components/sidebar.scss +141 -0
- package/src/components/staticDynamicMessages.scss +107 -0
- package/src/components/staticSideBar.scss +27 -0
- package/src/components/statushighlight.scss +17 -0
- package/src/components/submiterrors.scss +11 -0
- package/src/components/summary.scss +29 -0
- package/src/components/table.scss +201 -0
- package/src/components/tag.scss +27 -0
- package/src/components/telephone.scss +17 -0
- package/src/components/textfields.scss +96 -0
- package/src/components/toast.scss +31 -0
- package/src/components/toggleSwitch.scss +41 -0
- package/src/components/topbar.scss +153 -0
- package/src/components/uploadcomponents.scss +100 -0
- package/src/digitv2/components/CitizenHomeCardV2.scss +56 -0
- package/src/digitv2/components/ErrorMessage.scss +19 -0
- package/src/digitv2/components/FormComposerV2.scss +118 -0
- package/src/digitv2/components/PageBasedInputV2.scss +33 -0
- package/src/digitv2/components/WhatsNewCardV2.scss +13 -0
- package/src/digitv2/components/actionLinkV2.scss +9 -0
- package/src/digitv2/components/actionbarV2.scss +110 -0
- package/src/digitv2/components/appContainerV2.scss +49 -0
- package/src/digitv2/components/backButtonV2.scss +26 -0
- package/src/digitv2/components/bannerV2.scss +120 -0
- package/src/digitv2/components/bodyContainerV2.scss +39 -0
- package/src/digitv2/components/breadCrumbV2.scss +34 -0
- package/src/digitv2/components/breakLineV2.scss +6 -0
- package/src/digitv2/components/buttonsV2.scss +407 -0
- package/src/digitv2/components/cardBasedOptionsV2.scss +46 -0
- package/src/digitv2/components/cardLabelV2.scss +8 -0
- package/src/digitv2/components/cardV2.scss +383 -0
- package/src/digitv2/components/checkboxV2.scss +80 -0
- package/src/digitv2/components/checkpointV2.scss +71 -0
- package/src/digitv2/components/collapseAndExpandGroups.scss +60 -0
- package/src/digitv2/components/dateWrapV2.scss +17 -0
- package/src/digitv2/components/detailsCardV2.scss +17 -0
- package/src/digitv2/components/displayPhotosV2.scss +33 -0
- package/src/digitv2/components/fieldV1.scss +97 -0
- package/src/digitv2/components/footerV2.scss +55 -0
- package/src/digitv2/components/headerBarV2.scss +34 -0
- package/src/digitv2/components/headerV2.scss +12 -0
- package/src/digitv2/components/infoCardV2.scss +143 -0
- package/src/digitv2/components/infobuttons.scss +76 -0
- package/src/digitv2/components/keynoteV2.scss +35 -0
- package/src/digitv2/components/labelFieldPairV2.scss +58 -0
- package/src/digitv2/components/loaderV2.scss +85 -0
- package/src/digitv2/components/mobileNumberV2.scss +65 -0
- package/src/digitv2/components/modalV2.scss +46 -0
- package/src/digitv2/components/multiSelectDropdownV2.scss +316 -0
- package/src/digitv2/components/multiUploadWrapperV2.scss +6 -0
- package/src/digitv2/components/navbarV2.scss +9 -0
- package/src/digitv2/components/noresultsfoundV2.scss +11 -0
- package/src/digitv2/components/numeric.scss +47 -0
- package/src/digitv2/components/otpInputV2.scss +15 -0
- package/src/digitv2/components/panelcard.scss +161 -0
- package/src/digitv2/components/panels.scss +115 -0
- package/src/digitv2/components/paragraphV2.scss +5 -0
- package/src/digitv2/components/popUpV2.scss +309 -0
- package/src/digitv2/components/radiobtnV2.scss +114 -0
- package/src/digitv2/components/ratingV2.scss +33 -0
- package/src/digitv2/components/searchActionV2.scss +11 -0
- package/src/digitv2/components/searchFormV2.scss +76 -0
- package/src/digitv2/components/searchcomponent.scss +7 -0
- package/src/digitv2/components/selectdropdownV2.scss +361 -0
- package/src/digitv2/components/sidebarV2.scss +11 -0
- package/src/digitv2/components/stepper.scss +127 -0
- package/src/digitv2/components/tagV2.scss +121 -0
- package/src/digitv2/components/telephoneV2.scss +18 -0
- package/src/digitv2/components/textInputV2.scss +463 -0
- package/src/digitv2/components/textareaV2.scss +100 -0
- package/src/digitv2/components/textblock.scss +47 -0
- package/src/digitv2/components/timeline.scss +127 -0
- package/src/digitv2/components/toastV2.scss +81 -0
- package/src/digitv2/components/toggle.scss +73 -0
- package/src/digitv2/components/toggleswitchV2.scss +42 -0
- package/src/digitv2/components/topbarV2.scss +187 -0
- package/src/digitv2/components/treeSelectV2.scss +133 -0
- package/src/digitv2/components/uploadFileV2.scss +146 -0
- package/src/digitv2/components/uploader.scss +469 -0
- package/src/digitv2/index.scss +198 -0
- package/src/digitv2/pages/employee/index.scss +1 -0
- package/src/digitv2/pages/employee/workbench.scss +615 -0
- package/src/digitv2/typography.scss +658 -0
- package/src/index.scss +774 -0
- package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -0
- package/src/pages/citizen/DocumentList.scss +305 -0
- package/src/pages/citizen/Events.scss +47 -0
- package/src/pages/citizen/HomePageWrapper.scss +158 -0
- package/src/pages/citizen/SurveyList.scss +22 -0
- package/src/pages/citizen/citizenDocument.scss +22 -0
- package/src/pages/citizen/container.scss +19 -0
- package/src/pages/citizen/payment/payment-type.scss +3 -0
- package/src/pages/citizen/updatePropertyNumber.scss +46 -0
- package/src/pages/employee/EmployeeLogin.scss +7 -0
- package/src/pages/employee/cardfix.scss +13 -0
- package/src/pages/employee/container.scss +72 -0
- package/src/pages/employee/dss.scss +266 -0
- package/src/pages/employee/form-fields.scss +13 -0
- package/src/pages/employee/iframe.scss +66 -0
- package/src/pages/employee/inbox.scss +585 -0
- package/src/pages/employee/index.scss +626 -0
- package/src/pages/employee/login.scss +221 -0
- package/src/pages/employee/oldMobileInbox.scss +5 -0
- package/src/pages/employee/popupmodule.scss +34 -0
- package/src/pages/employee/response.scss +3 -0
- package/src/pages/employee/scroll-table.scss +119 -0
- package/src/pages/employee/surveys.scss +273 -0
- package/src/pages/employee/tooltip.scss +36 -0
- package/src/pages/employee/updateNumber.scss +13 -0
- package/svg/arrowdown.svg +1 -0
- package/svg/arrowleft.svg +1 -0
- package/svg/calendar.svg +1 -0
- package/svg/camera.svg +4 -0
- package/svg/check.svg +4 -0
- package/svg/close.svg +4 -0
- package/svg/error.svg +4 -0
- package/svg/error2.svg +5 -0
- package/svg/searchicon.svg +4 -0
- package/svg/starempty.svg +4 -0
- package/svg/starfilled.svg +5 -0
- package/svg/success.svg +4 -0
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
@import url("../index.scss");
|
|
2
|
+
@import url("../typography.scss");
|
|
3
|
+
|
|
4
|
+
.digit-error-icon-message-wrap {
|
|
5
|
+
@apply flex w-full whitespace-pre-wrap break-words;
|
|
6
|
+
gap: theme(digitv2.spacers.spacer1);
|
|
7
|
+
|
|
8
|
+
.digit-error-icon{
|
|
9
|
+
@apply flex items-center;
|
|
10
|
+
width: theme(digitv2.spacers.spacer4);
|
|
11
|
+
height: theme(digitv2.lineHeight.lineheight2);
|
|
12
|
+
}
|
|
13
|
+
.digit-error-message {
|
|
14
|
+
@extend .typography.body-s;
|
|
15
|
+
@apply w-full;
|
|
16
|
+
margin: theme(digitv2.spacers.spacer0);
|
|
17
|
+
color: theme(digitv2.lightTheme.alert-error)
|
|
18
|
+
}
|
|
19
|
+
}
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
@import url("../index.scss");
|
|
2
|
+
|
|
3
|
+
.digit-field-container {
|
|
4
|
+
display: flex;
|
|
5
|
+
align-items: center;
|
|
6
|
+
@apply flex items-center;
|
|
7
|
+
|
|
8
|
+
.component-in-front {
|
|
9
|
+
@apply flex justify-center items-center;
|
|
10
|
+
@extend .light-background;
|
|
11
|
+
@extend .light-input-border;
|
|
12
|
+
margin-top: 0;
|
|
13
|
+
border: 1px solid;
|
|
14
|
+
border-right: none;
|
|
15
|
+
padding: 7px;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.card-date-input {
|
|
20
|
+
@extend .light-input-border;
|
|
21
|
+
@apply absolute top-0 left-0 w-3/4 bg-white pl-sm border border-input-border border-solid border-r-0;
|
|
22
|
+
outline: transparent solid 1px;
|
|
23
|
+
height: 2.5rem;
|
|
24
|
+
}
|
|
25
|
+
.text-input-width {
|
|
26
|
+
max-width: 540px;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.text-input {
|
|
30
|
+
@apply relative w-full;
|
|
31
|
+
input {
|
|
32
|
+
background-color: transparent;
|
|
33
|
+
&:hover {
|
|
34
|
+
@extend .light-input-border;
|
|
35
|
+
@apply border-2 border-solid border-primary-main;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
.employee-card-input-error {
|
|
40
|
+
@extend .light-input-border;
|
|
41
|
+
@extend .alert-error;
|
|
42
|
+
@apply mb-lg pl-sm block w-full h-10 outline-none border-2 border-error border-solid bg-white leading-10 text-form-field text-text-primary;
|
|
43
|
+
}
|
|
44
|
+
.card-input-error {
|
|
45
|
+
@extend .light-input-border;
|
|
46
|
+
@extend .alert-error;
|
|
47
|
+
@apply mb-lg pl-sm block w-full h-10 outline-none border-2 border-error border-solid bg-white leading-10 text-form-field text-text-primary;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.employee-card-input {
|
|
51
|
+
@extend .light-input-border;
|
|
52
|
+
@apply mb-lg pl-sm outline-none block border w-full h-10 border-input-border border-solid bg-white leading-10 text-form-field text-text-primary;
|
|
53
|
+
}
|
|
54
|
+
.employee-card-input:disabled {
|
|
55
|
+
@extend .light-input-border;
|
|
56
|
+
@extend .light-text-color-disabled;
|
|
57
|
+
@apply border-grey-dark text-grey-dark !important;
|
|
58
|
+
pointer-events: none !important;
|
|
59
|
+
}
|
|
60
|
+
.employee-card-input--front {
|
|
61
|
+
@extend .light-background;
|
|
62
|
+
width: fit-content !important;
|
|
63
|
+
display: flex;
|
|
64
|
+
align-items: center;
|
|
65
|
+
/* background: theme(colors.grey.mid); */
|
|
66
|
+
border-right: 0;
|
|
67
|
+
padding-right: 5px;
|
|
68
|
+
}
|
|
69
|
+
.employee-card-input-error {
|
|
70
|
+
@extend .light-input-border;
|
|
71
|
+
@extend .alert-error;
|
|
72
|
+
@apply mb-lg pl-sm block w-full h-10 outline-none border-2 border-error border-solid bg-white leading-10 text-form-field text-text-primary;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.card-textarea,
|
|
76
|
+
.employee-card-textarea {
|
|
77
|
+
@extend .light-input-border;
|
|
78
|
+
@apply block outline-none mt-md mb-lg border w-full border-input-border border-solid bg-white h-24 text-form-field text-text-primary p-sm;
|
|
79
|
+
}
|
|
80
|
+
.employee-card-textarea {
|
|
81
|
+
@apply w-full;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.citizen-card-input {
|
|
85
|
+
@extend .light-input-border;
|
|
86
|
+
@apply mb-lg pl-sm outline-none block border w-full h-10 border-input-border border-solid bg-white leading-10 text-form-field text-text-primary;
|
|
87
|
+
}
|
|
88
|
+
.citizen-card-input--front {
|
|
89
|
+
@extend .light-background;
|
|
90
|
+
width: fit-content !important;
|
|
91
|
+
display: flex;
|
|
92
|
+
align-items: center;
|
|
93
|
+
/* background: theme(colors.grey.mid); */
|
|
94
|
+
border-right: 0;
|
|
95
|
+
padding-right: 5px;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
.break-line {
|
|
99
|
+
@extend .light-input-border;
|
|
100
|
+
@apply border-border my-lg;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
.primary-label-btn {
|
|
104
|
+
@extend .light-primary;
|
|
105
|
+
@apply flex;
|
|
106
|
+
cursor: pointer;
|
|
107
|
+
font-weight: 500;
|
|
108
|
+
width: fit-content;
|
|
109
|
+
gap: 10px;
|
|
110
|
+
|
|
111
|
+
svg {
|
|
112
|
+
fill: theme(colors.primary.main);
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.digit-form-composer-header {
|
|
117
|
+
font-size: theme(digitv2.fontSize.heading-l-dt);
|
|
118
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
.digit-page-based-input-wrapper {
|
|
2
|
+
.digit-submit-bar-container {
|
|
3
|
+
z-index: 60;
|
|
4
|
+
@apply p-sm fixed w-full bottom-0 left-0 text-right bg-white;
|
|
5
|
+
.digit-submit-bar {
|
|
6
|
+
@apply w-full;
|
|
7
|
+
height: 2.5rem;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
.digit-page-based-submit-bar {
|
|
11
|
+
@apply hidden;
|
|
12
|
+
}
|
|
13
|
+
label {
|
|
14
|
+
margin-left: 0 !important;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
@screen dt {
|
|
19
|
+
.digit-page-based-input-wrapper {
|
|
20
|
+
.digit-submit-bar {
|
|
21
|
+
@apply hidden;
|
|
22
|
+
}
|
|
23
|
+
.digit-page-based-submit-bar {
|
|
24
|
+
@apply block;
|
|
25
|
+
}
|
|
26
|
+
.digit-card {
|
|
27
|
+
max-width: 960px;
|
|
28
|
+
}
|
|
29
|
+
button {
|
|
30
|
+
max-width: 240px;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
.digit-whats-new-card{
|
|
2
|
+
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
|
|
3
|
+
@apply rounded bg-white border-primary-main border-l-4 border-solid p-sm;
|
|
4
|
+
h2{
|
|
5
|
+
@apply text-body-l text-text-primary font-medium mb-xs;
|
|
6
|
+
}
|
|
7
|
+
p{
|
|
8
|
+
@apply text-form-field text-text-secondary mb-sm;
|
|
9
|
+
}
|
|
10
|
+
a{
|
|
11
|
+
@apply block text-form-field text-primary-main mb-sm
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
@import url("../index.scss");
|
|
2
|
+
|
|
3
|
+
.digit-action-bar-wrap {
|
|
4
|
+
@extend .light-text-color-primary;
|
|
5
|
+
@extend .light-paper-primary;
|
|
6
|
+
box-shadow: rgba(0, 0, 0, 0.16) 0 -2px 8px;
|
|
7
|
+
max-width: 100%;
|
|
8
|
+
z-index: 100;
|
|
9
|
+
|
|
10
|
+
@apply left-0 bottom-0 w-full bg-white py-sm px-sm fixed text-right;
|
|
11
|
+
|
|
12
|
+
div {
|
|
13
|
+
@apply w-full;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.digit-menu-wrap {
|
|
17
|
+
@extend .light-background;
|
|
18
|
+
@apply absolute bg-white text-left mb-xs z-30 cursor-pointer;
|
|
19
|
+
bottom: 45px;
|
|
20
|
+
box-shadow: rgba(0, 0, 0, 0.14) 0 8px 10px 1px, rgba(0, 0, 0, 0.12) 0 3px 14px 2px, rgba(0, 0, 0, 0.2) 0 5px 5px -3px;
|
|
21
|
+
width: calc(100% - 16px);
|
|
22
|
+
right: 8px;
|
|
23
|
+
|
|
24
|
+
div {
|
|
25
|
+
@extend .light-primary;
|
|
26
|
+
@apply h-12 pl-sm py-md text-body-l text-text-primary;
|
|
27
|
+
|
|
28
|
+
&:hover {
|
|
29
|
+
@extend .light-background;
|
|
30
|
+
@apply bg-grey-mid w-full;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
@screen dt {
|
|
37
|
+
.digit-action-bar-wrap {
|
|
38
|
+
box-shadow: rgba(0, 0, 0, 0.16) 0 -2px 8px;
|
|
39
|
+
left: 0;
|
|
40
|
+
max-width: none;
|
|
41
|
+
z-index: 999;
|
|
42
|
+
|
|
43
|
+
@apply fixed bottom-0 bg-white py-sm pr-lg text-right;
|
|
44
|
+
/* @extend .light-background; */
|
|
45
|
+
|
|
46
|
+
div {
|
|
47
|
+
width: calc(100% - 16px);
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.digit-menu-wrap {
|
|
51
|
+
bottom: 45px;
|
|
52
|
+
top: unset;
|
|
53
|
+
box-shadow: rgba(0, 0, 0, 0.14) 0 8px 10px 1px, rgba(0, 0, 0, 0.12) 0 3px 14px 2px, rgba(0, 0, 0, 0.2) 0 5px 5px -3px;
|
|
54
|
+
@apply absolute h-auto bg-white text-left mb-xs z-30;
|
|
55
|
+
width: 240px;
|
|
56
|
+
right: 24px;
|
|
57
|
+
|
|
58
|
+
div {
|
|
59
|
+
@apply h-12 pl-sm py-md text-body-l text-text-primary;
|
|
60
|
+
|
|
61
|
+
&:hover {
|
|
62
|
+
@apply bg-grey-mid w-full;
|
|
63
|
+
/* @extend .light-background; */
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.digit-action-bar-wrap-registry {
|
|
71
|
+
div {
|
|
72
|
+
@apply w-full;
|
|
73
|
+
}
|
|
74
|
+
.digit-menu-wrap {
|
|
75
|
+
@extend .light-background;
|
|
76
|
+
@apply absolute bg-white text-left mb-xs z-30 cursor-pointer;
|
|
77
|
+
box-shadow: rgba(0, 0, 0, 0.14) 0 8px 10px 1px, rgba(0, 0, 0, 0.12) 0 3px 14px 2px, rgba(0, 0, 0, 0.2) 0 5px 5px -3px;
|
|
78
|
+
width: 160px;
|
|
79
|
+
right: 60px;
|
|
80
|
+
|
|
81
|
+
div {
|
|
82
|
+
@apply h-12 pl-sm py-md text-body-l text-text-primary;
|
|
83
|
+
|
|
84
|
+
&:hover {
|
|
85
|
+
@extend .light-background;
|
|
86
|
+
@apply bg-grey-mid w-full;
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.digit-search-add {
|
|
92
|
+
@extend .light-primary;
|
|
93
|
+
padding: 12px 16px;
|
|
94
|
+
color: rgb(244, 119, 56);
|
|
95
|
+
display: flex;
|
|
96
|
+
cursor: pointer;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.digit-search-add-icon {
|
|
100
|
+
@extend .light-primary-button;
|
|
101
|
+
background: rgb(244, 119, 56);
|
|
102
|
+
border-radius: 50%;
|
|
103
|
+
height: 24px;
|
|
104
|
+
width: 24px;
|
|
105
|
+
display: flex;
|
|
106
|
+
justify-content: center;
|
|
107
|
+
align-items: center;
|
|
108
|
+
margin-left: 10px;
|
|
109
|
+
}
|
|
110
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
@import url("../index.scss");
|
|
2
|
+
|
|
3
|
+
.digit-app-container {
|
|
4
|
+
@extend .light-background;
|
|
5
|
+
width: 100%;
|
|
6
|
+
form {
|
|
7
|
+
.digit-card {
|
|
8
|
+
max-width: 960px;
|
|
9
|
+
h2 {
|
|
10
|
+
@extend .light-text-color-primary;
|
|
11
|
+
text-align: left;
|
|
12
|
+
}
|
|
13
|
+
button {
|
|
14
|
+
@extend .light-primary-button;
|
|
15
|
+
max-width: 240px;
|
|
16
|
+
}
|
|
17
|
+
.digit-input-otp-wrap,
|
|
18
|
+
.digit-card-text-button {
|
|
19
|
+
@extend .light-primary-button;
|
|
20
|
+
text-align: left;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
@screen dt {
|
|
27
|
+
.digit-employee-app-container {
|
|
28
|
+
@apply w-full;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.digit-app-container {
|
|
32
|
+
width: 100%;
|
|
33
|
+
form {
|
|
34
|
+
.digit-card {
|
|
35
|
+
max-width: 960px;
|
|
36
|
+
h2 {
|
|
37
|
+
text-align: left;
|
|
38
|
+
}
|
|
39
|
+
button {
|
|
40
|
+
max-width: 240px;
|
|
41
|
+
}
|
|
42
|
+
.digit-input-otp-wrap,
|
|
43
|
+
.digit-card-text-button {
|
|
44
|
+
text-align: left;
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
@import url("../index.scss");
|
|
2
|
+
|
|
3
|
+
.digit-back-button {
|
|
4
|
+
@extend .light-text-color-primary;
|
|
5
|
+
@extend .light-input-border;
|
|
6
|
+
width: fit-content;
|
|
7
|
+
@apply flex items-center cursor-pointer border-b font-rc text-text-btn ml-sm mb-md;
|
|
8
|
+
|
|
9
|
+
img {
|
|
10
|
+
@apply flex;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
svg {
|
|
14
|
+
@apply flex;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
p {
|
|
18
|
+
@apply flex;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
@screen dt {
|
|
23
|
+
.digit-back-button {
|
|
24
|
+
margin-left: 0;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
@import url("../index.scss");
|
|
2
|
+
|
|
3
|
+
.digit-banner-success-wrap,
|
|
4
|
+
.digit-banner-emp-success-wrap {
|
|
5
|
+
@apply block bg-success w-full text-center text-white pt-md pb-sm mb-md;
|
|
6
|
+
|
|
7
|
+
header {
|
|
8
|
+
@apply block mb-sm font-rc font-bold text-heading-xl;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
div {
|
|
12
|
+
img {
|
|
13
|
+
padding: 13.67px;
|
|
14
|
+
margin-left: auto;
|
|
15
|
+
margin-right: auto;
|
|
16
|
+
@apply border border-solid border-white rounded-full h-16 w-16 bg-white mb-md;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
svg {
|
|
20
|
+
padding: 13.67px;
|
|
21
|
+
margin-left: auto;
|
|
22
|
+
margin-right: auto;
|
|
23
|
+
@apply border border-solid border-white rounded-full h-16 w-16 bg-white mb-md;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
svg.payment-svg {
|
|
27
|
+
border: unset;
|
|
28
|
+
background-color: unset;
|
|
29
|
+
@apply rounded-full;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
h2 {
|
|
33
|
+
@apply font-bold text-caption-m mb-sm;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
p {
|
|
37
|
+
@apply font-bold text-caption-l;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.digit-banner-error-wrap,
|
|
43
|
+
.digit-banner-emp-error-wrap {
|
|
44
|
+
@apply block bg-error w-full text-center text-white pt-md pb-sm mb-md;
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
header {
|
|
48
|
+
@apply block mb-sm font-rc font-bold text-heading-xl;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
img {
|
|
52
|
+
margin-left: auto;
|
|
53
|
+
margin-right: auto;
|
|
54
|
+
padding: 13.67px;
|
|
55
|
+
@apply border border-solid border-white rounded-full bg-white h-16 w-16 mb-md;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
svg {
|
|
59
|
+
margin-left: auto;
|
|
60
|
+
margin-right: auto;
|
|
61
|
+
padding: 13.67px;
|
|
62
|
+
@apply border border-solid border-white rounded-full bg-white h-16 w-16 mb-md;
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
@screen dt {
|
|
67
|
+
.digit-banner-success-wrap {
|
|
68
|
+
header {
|
|
69
|
+
@apply text-heading-xl-dt;
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
.digit-banner-emp-success-wrap {
|
|
73
|
+
width: calc(100%);
|
|
74
|
+
header {
|
|
75
|
+
@apply text-heading-xl-dt;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.digit-banner-error-wrap {
|
|
80
|
+
width: 100%;
|
|
81
|
+
header {
|
|
82
|
+
@apply text-heading-xl-dt;
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.digit-banner-emp-error-wrap {
|
|
87
|
+
width: calc(100%);
|
|
88
|
+
header {
|
|
89
|
+
@apply text-heading-xl-dt;
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.banner {
|
|
95
|
+
@apply flex justify-center items-center;
|
|
96
|
+
height: calc(100vh - 80px);
|
|
97
|
+
background: linear-gradient(rgba(11, 75, 102, 0.8), rgba(11, 75, 102, 0.8)), var(--banner-url) center center;
|
|
98
|
+
|
|
99
|
+
.bannerCard {
|
|
100
|
+
min-width: 400px;
|
|
101
|
+
}
|
|
102
|
+
.bannerLogo {
|
|
103
|
+
width: 80px;
|
|
104
|
+
height: 40px;
|
|
105
|
+
object-fit: contain;
|
|
106
|
+
padding-right: 10px;
|
|
107
|
+
margin-right: 10px;
|
|
108
|
+
border-right: 1px solid theme(colors.text.primary);
|
|
109
|
+
}
|
|
110
|
+
.bannerHeader {
|
|
111
|
+
@apply flex justify-center items-center;
|
|
112
|
+
margin-bottom: 24px;
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.banner-container {
|
|
117
|
+
flex-direction: column;
|
|
118
|
+
justify-content: center;
|
|
119
|
+
align-items: center !important;
|
|
120
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
@import url("../index.scss");
|
|
2
|
+
|
|
3
|
+
body {
|
|
4
|
+
background-color: #fafafa;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.body-container {
|
|
8
|
+
@extend .light-background;
|
|
9
|
+
@apply h-full min-h-screen overflow-x-hidden;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.body-container::-webkit-scrollbar {
|
|
13
|
+
display: none;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.h1 {
|
|
17
|
+
@extend .light-text-color-primary;
|
|
18
|
+
@apply text-heading-l font-bold mb-md ml-md;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.link-label {
|
|
22
|
+
@extend .light-primary;
|
|
23
|
+
@apply block mb-md ml-md cursor-pointer;
|
|
24
|
+
|
|
25
|
+
&:hover {
|
|
26
|
+
@extend .light-text-color-primary;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
@screen dt {
|
|
31
|
+
.h1 {
|
|
32
|
+
margin-left: 0;
|
|
33
|
+
@apply text-heading-l-dt;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.link-label {
|
|
37
|
+
margin-left: 0;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
@import url("../index.scss");
|
|
2
|
+
@import url("../typography.scss");
|
|
3
|
+
|
|
4
|
+
.digit-bread-crumb {
|
|
5
|
+
@extend .light-text-color-secondary;
|
|
6
|
+
font-size: 14px;
|
|
7
|
+
display: flex;
|
|
8
|
+
margin-bottom: 10px;
|
|
9
|
+
padding: unset;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.digit-bread-crumb--item {
|
|
13
|
+
margin-left: 5px;
|
|
14
|
+
|
|
15
|
+
&:not(:last-child):after {
|
|
16
|
+
content: " /";
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
button {
|
|
20
|
+
outline: none;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.last {
|
|
24
|
+
@extend .light-text-color-primary;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
span {
|
|
28
|
+
cursor: pointer;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
ol,
|
|
32
|
+
ul {
|
|
33
|
+
list-style: none;
|
|
34
|
+
}
|