@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,33 @@
|
|
|
1
|
+
.rating-star-wrap {
|
|
2
|
+
@apply flex w-full mb-lg;
|
|
3
|
+
img {
|
|
4
|
+
width: 40px;
|
|
5
|
+
height: 38px;
|
|
6
|
+
display: block;
|
|
7
|
+
@apply mr-sm;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
svg {
|
|
11
|
+
width: 40px;
|
|
12
|
+
height: 38px;
|
|
13
|
+
display: block;
|
|
14
|
+
@apply mr-sm;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
@screen dt {
|
|
19
|
+
.rating-star-wrap {
|
|
20
|
+
@apply w-2/5;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.rating-with-text {
|
|
25
|
+
@apply flex place-items-center w-full;
|
|
26
|
+
|
|
27
|
+
svg {
|
|
28
|
+
width: 24px;
|
|
29
|
+
height: 38px;
|
|
30
|
+
display: block;
|
|
31
|
+
@apply mr-sm;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
.searchBox {
|
|
2
|
+
@apply flex m-sm justify-between;
|
|
3
|
+
.searchAction {
|
|
4
|
+
position: relative;
|
|
5
|
+
@apply flex flex-row text-focus;
|
|
6
|
+
.searchText {
|
|
7
|
+
@apply ml-sm;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.svgPrimaryH16px{
|
|
13
|
+
svg{
|
|
14
|
+
width: 18px;
|
|
15
|
+
@apply h-6;
|
|
16
|
+
path{
|
|
17
|
+
fill: theme(colors.primary.main);
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
.sect-dropdown-wrap {
|
|
2
|
+
@apply mb-lg relative;
|
|
3
|
+
|
|
4
|
+
.sect-dropdown-input-wrap {
|
|
5
|
+
@apply block w-full h-10 border border-solid border-input-border;
|
|
6
|
+
|
|
7
|
+
input[type="text"] {
|
|
8
|
+
width: calc(100% - 32px);
|
|
9
|
+
@apply h-full outline-none text-text-primary text-form-field pl-sm;
|
|
10
|
+
}
|
|
11
|
+
p {
|
|
12
|
+
padding-top: 9px;
|
|
13
|
+
@apply text-form-field text-text-primary float-left ml-sm;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
img {
|
|
17
|
+
@apply float-right h-6 w-6 mt-sm mr-sm;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
svg {
|
|
21
|
+
@apply float-right h-6 w-6 mt-sm mr-sm;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.sect-dropdown-card {
|
|
26
|
+
width: 100% !important;
|
|
27
|
+
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);
|
|
28
|
+
@apply absolute z-10 mt-xs pb-sm bg-white;
|
|
29
|
+
|
|
30
|
+
h1 {
|
|
31
|
+
@apply pl-sm pt-md text-text-primary text-form-field;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
p {
|
|
35
|
+
padding-left: 21px;
|
|
36
|
+
@apply w-full pt-sm text-text-secondary text-form-field;
|
|
37
|
+
|
|
38
|
+
&:hover {
|
|
39
|
+
@apply bg-grey-mid;
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
@@ -0,0 +1,174 @@
|
|
|
1
|
+
/*.select {
|
|
2
|
+
|
|
3
|
+
@apply mb-lg block border-2 border-input-border border-solid outline-none rounded-none w-full h-10 bg-white leading-10;
|
|
4
|
+
|
|
5
|
+
option {
|
|
6
|
+
@apply h-10 text-form-field text-text-primary align-top text-left;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.select:active {
|
|
12
|
+
@apply border-focus border-2;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
@screen dt {
|
|
16
|
+
.select {
|
|
17
|
+
@apply w-2/5;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
*/
|
|
21
|
+
.employee-select-wrap {
|
|
22
|
+
@apply mb-lg relative;
|
|
23
|
+
|
|
24
|
+
.select {
|
|
25
|
+
@apply relative block w-full h-10 border border-solid border-input-border;
|
|
26
|
+
&:hover {
|
|
27
|
+
@apply border-2 border-solid border-primary-main;
|
|
28
|
+
}
|
|
29
|
+
input[type="text"] {
|
|
30
|
+
width: calc(100% - 32px);
|
|
31
|
+
background-color: transparent;
|
|
32
|
+
|
|
33
|
+
@apply absolute z-10 w-full h-full outline-none text-text-primary text-form-field pl-sm;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
p {
|
|
37
|
+
padding-top: 9px;
|
|
38
|
+
@apply text-form-field text-text-primary float-left ml-sm;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
img {
|
|
42
|
+
@apply float-right h-6 w-6 mt-sm mr-sm;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
svg {
|
|
46
|
+
@apply absolute right-0 float-right h-6 w-6 mt-sm mr-sm;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.select-active {
|
|
51
|
+
@apply relative block w-full h-10 border-2 border-solid border-primary-main;
|
|
52
|
+
|
|
53
|
+
input[type="text"] {
|
|
54
|
+
width: calc(100% - 32px);
|
|
55
|
+
background-color: transparent;
|
|
56
|
+
|
|
57
|
+
@apply absolute z-10 w-full h-full outline-none text-text-primary text-form-field pl-sm;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
p {
|
|
61
|
+
@apply text-form-field text-text-primary float-left ml-sm;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
p {
|
|
65
|
+
padding-top: 9px;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
img {
|
|
69
|
+
@apply float-right h-6 w-6 mt-sm mr-sm;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
svg {
|
|
73
|
+
@apply absolute right-0 float-right h-6 w-6 mt-sm mr-sm;
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.options-card {
|
|
78
|
+
width: 100% !important;
|
|
79
|
+
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);
|
|
80
|
+
max-height: 400px;
|
|
81
|
+
overflow: auto;
|
|
82
|
+
@apply absolute z-20 mt-xs bg-white max-w-full;
|
|
83
|
+
|
|
84
|
+
p {
|
|
85
|
+
padding-top: 14px;
|
|
86
|
+
@apply w-full h-12 pl-sm text-text-primary text-form-field;
|
|
87
|
+
|
|
88
|
+
&:hover {
|
|
89
|
+
@apply bg-grey-mid;
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.employee-select-wrap--elipses {
|
|
96
|
+
width: 85% !important;
|
|
97
|
+
overflow: hidden;
|
|
98
|
+
text-overflow: ellipsis;
|
|
99
|
+
white-space: nowrap;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
.select-wrap {
|
|
103
|
+
@apply mb-lg relative;
|
|
104
|
+
max-width: 540px;
|
|
105
|
+
|
|
106
|
+
.select {
|
|
107
|
+
@apply relative block w-full h-10 border border-solid border-input-border;
|
|
108
|
+
|
|
109
|
+
input[type="text"] {
|
|
110
|
+
width: calc(100% - 32px);
|
|
111
|
+
background-color: transparent;
|
|
112
|
+
|
|
113
|
+
@apply absolute z-10 w-full h-full outline-none text-text-primary text-form-field pl-sm;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
p {
|
|
117
|
+
padding-top: 9px;
|
|
118
|
+
@apply text-form-field text-text-primary float-left ml-sm;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
img {
|
|
122
|
+
@apply float-right h-6 w-6 mt-sm mr-sm;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
svg {
|
|
126
|
+
@apply absolute right-0 float-right h-6 w-6 mt-sm mr-sm;
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.select-active {
|
|
131
|
+
@apply relative block w-full h-10 border-2 border-solid border-primary-main;
|
|
132
|
+
|
|
133
|
+
input[type="text"] {
|
|
134
|
+
width: calc(100% - 32px);
|
|
135
|
+
background-color: transparent;
|
|
136
|
+
|
|
137
|
+
@apply absolute z-10 w-full h-full outline-none text-text-primary text-form-field pl-sm;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
p {
|
|
141
|
+
@apply text-form-field text-text-primary float-left ml-sm;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
p {
|
|
145
|
+
padding-top: 9px;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
img {
|
|
149
|
+
@apply float-right h-6 w-6 mt-sm mr-sm;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
svg {
|
|
153
|
+
@apply absolute right-0 float-right h-6 w-6 mt-sm mr-sm;
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
.options-card {
|
|
158
|
+
width: 100% !important;
|
|
159
|
+
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);
|
|
160
|
+
@apply absolute z-20 mt-xs bg-white;
|
|
161
|
+
|
|
162
|
+
p {
|
|
163
|
+
padding-top: 14px;
|
|
164
|
+
@apply w-full h-12 pl-sm text-text-primary text-form-field;
|
|
165
|
+
|
|
166
|
+
&:hover {
|
|
167
|
+
@apply bg-grey-mid;
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
@screen dt {
|
|
174
|
+
}
|
|
@@ -0,0 +1,141 @@
|
|
|
1
|
+
.sidebar-link:hover .arrow {
|
|
2
|
+
display: block;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.hidden-arrow {
|
|
6
|
+
display: none;
|
|
7
|
+
}
|
|
8
|
+
.new-dropdown-link{
|
|
9
|
+
display: flex;
|
|
10
|
+
align-items: center;
|
|
11
|
+
justify-content: space-between;
|
|
12
|
+
padding: 10px 15px 15px !important;
|
|
13
|
+
color: #fff;
|
|
14
|
+
font-size: 1rem;
|
|
15
|
+
font-weight: 500;
|
|
16
|
+
text-decoration: none;
|
|
17
|
+
margin-left: 0px !important;
|
|
18
|
+
height: 3rem !important;
|
|
19
|
+
margin-left: 1rem;
|
|
20
|
+
margin-top: 0.5rem;
|
|
21
|
+
}
|
|
22
|
+
.selected {
|
|
23
|
+
background-color: #e0e0e0; /* Change this to your desired highlight color */
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.selected-item {
|
|
27
|
+
background-color: #e0e0e0; /* Set your desired background color for the selected item */
|
|
28
|
+
color: #000; /* Set your desired text color for the selected item */
|
|
29
|
+
/* Add any other styles you want to apply to the selected item */
|
|
30
|
+
}
|
|
31
|
+
/* Style the container that acts as the viewport */
|
|
32
|
+
.new-sidebar {
|
|
33
|
+
height: 90%; /* Set a fixed height for the viewport */
|
|
34
|
+
overflow: scroll; /* Hide the scrollbar */
|
|
35
|
+
|
|
36
|
+
&::-webkit-scrollbar {
|
|
37
|
+
display: none;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
&::-webkit-scrollbar {
|
|
41
|
+
-ms-overflow-style: none; /* IE and Edge */
|
|
42
|
+
scrollbar-width: none; /* Firefox */
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
/* Style the content inside the viewport */
|
|
47
|
+
.new-sidebar > div {
|
|
48
|
+
height: auto; /* Allow content to expand vertically */
|
|
49
|
+
overflow-y: auto; /* Enable vertical scrolling */
|
|
50
|
+
overflow-x: hidden;
|
|
51
|
+
padding-right: 2px; /* Add space for the hidden scrollbar (adjust as needed) */
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
/* Style the scrollbar thumb to make it transparent */
|
|
55
|
+
.new-sidebar > div::-webkit-scrollbar-thumb {
|
|
56
|
+
background: transparent;
|
|
57
|
+
}
|
|
58
|
+
.link-icon{
|
|
59
|
+
width: 24px !important;
|
|
60
|
+
height: 26px !important;
|
|
61
|
+
}
|
|
62
|
+
.link-icon svg{
|
|
63
|
+
width: 24px !important;
|
|
64
|
+
height: 26px !important;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.employee-search-input{
|
|
68
|
+
width: 150px;
|
|
69
|
+
background-color: transparent;
|
|
70
|
+
&.nav-bar {
|
|
71
|
+
color:#fff;
|
|
72
|
+
}
|
|
73
|
+
&.nav-bar::placeholder {
|
|
74
|
+
color: #fff;
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.search-icon-wrapper-new {
|
|
79
|
+
margin-left: 0.35rem;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.search-icon-wrapper-new svg{
|
|
83
|
+
fill: theme(colors.white) !important;
|
|
84
|
+
width: 21px;
|
|
85
|
+
height: 21px;
|
|
86
|
+
}
|
|
87
|
+
.search-icon-wrapper-new svg path {
|
|
88
|
+
fill: theme(colors.white) !important;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.submenu-container {
|
|
92
|
+
overflow: scroll;
|
|
93
|
+
margin-bottom: 1rem;
|
|
94
|
+
/* Hide the scrollbar */
|
|
95
|
+
&::-webkit-scrollbar {
|
|
96
|
+
display: none;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
&.level-2 {
|
|
100
|
+
border-left: 1px solid;
|
|
101
|
+
margin-left: 2rem;
|
|
102
|
+
}
|
|
103
|
+
&.level-1 {
|
|
104
|
+
margin-left: -1.5rem;
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.actions {
|
|
109
|
+
&.level-0 {
|
|
110
|
+
margin-left: 0.4rem;
|
|
111
|
+
}
|
|
112
|
+
&.selected-action-level-0 {
|
|
113
|
+
color: theme(colors.primary.main) !important;
|
|
114
|
+
}
|
|
115
|
+
&.selected-action-level-1 {
|
|
116
|
+
border-left:4px solid theme(colors.primary.main);
|
|
117
|
+
margin-left: -0.6rem;
|
|
118
|
+
height: 2rem;
|
|
119
|
+
color: theme(colors.primary.main) !important;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
&.default-0 {
|
|
123
|
+
&.active {
|
|
124
|
+
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
&.default-1 {
|
|
128
|
+
margin-left: -0.6rem;
|
|
129
|
+
height: 2rem;
|
|
130
|
+
width: 111% !important;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
&.custom {
|
|
135
|
+
margin-left: 0.3rem;
|
|
136
|
+
}
|
|
137
|
+
&:hover {
|
|
138
|
+
background-color: #6A8E9D;
|
|
139
|
+
opacity: 0.8;
|
|
140
|
+
}
|
|
141
|
+
}
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
.pay-whatsapp-card{
|
|
2
|
+
display: flex;
|
|
3
|
+
justify-content: space-between;
|
|
4
|
+
cursor: pointer;
|
|
5
|
+
}
|
|
6
|
+
.pay-whatsapp-text{
|
|
7
|
+
color: #25D366;
|
|
8
|
+
float: left;
|
|
9
|
+
font-family: 'Roboto';
|
|
10
|
+
font-size: 16px;
|
|
11
|
+
font-weight: 700;
|
|
12
|
+
}
|
|
13
|
+
.dynamicDataCard{
|
|
14
|
+
background: rgba(244, 119, 56, 0.12);
|
|
15
|
+
mix-blend-mode: normal;
|
|
16
|
+
height: auto;
|
|
17
|
+
max-height: 64px;
|
|
18
|
+
border-radius: 4px;
|
|
19
|
+
margin-bottom: 16px;
|
|
20
|
+
}
|
|
21
|
+
.dynamicData{
|
|
22
|
+
padding: 10px 16px 16px 16px;
|
|
23
|
+
display: flex;
|
|
24
|
+
}
|
|
25
|
+
.dynamicData-content{
|
|
26
|
+
font-family: 'Roboto';
|
|
27
|
+
font-size: 14px;
|
|
28
|
+
font-weight: 400;
|
|
29
|
+
padding-top: 4px;
|
|
30
|
+
word-break: break-word;
|
|
31
|
+
margin-inline: 20px;
|
|
32
|
+
}
|
|
33
|
+
.staticDataCard{
|
|
34
|
+
background: rgba(238, 238, 238, 1);
|
|
35
|
+
mix-blend-mode: normal;
|
|
36
|
+
height: auto;
|
|
37
|
+
max-height: 100px;
|
|
38
|
+
border-radius: 4px;
|
|
39
|
+
margin-bottom: 16px;
|
|
40
|
+
}
|
|
41
|
+
.staticData{
|
|
42
|
+
display: flex;
|
|
43
|
+
}
|
|
44
|
+
.timerIcon{
|
|
45
|
+
padding: 16px 0px 16px 16px;
|
|
46
|
+
}
|
|
47
|
+
.static-data-content{
|
|
48
|
+
display: grid;
|
|
49
|
+
margin-inline: 20px;
|
|
50
|
+
padding-top: 8px;
|
|
51
|
+
}
|
|
52
|
+
.rupeeSymbol{
|
|
53
|
+
padding: 16px 0px 16px 16px;
|
|
54
|
+
}
|
|
55
|
+
.validityIcon{
|
|
56
|
+
padding: 16px 0px 16px 8px;
|
|
57
|
+
}
|
|
58
|
+
.static-data-content-first{
|
|
59
|
+
font-family: 'Roboto';
|
|
60
|
+
font-size: 14px;
|
|
61
|
+
font-weight: 400;
|
|
62
|
+
}
|
|
63
|
+
.static-data-content-second{
|
|
64
|
+
font-family: 'Roboto';
|
|
65
|
+
font-size: 16px;
|
|
66
|
+
font-weight: 700;
|
|
67
|
+
word-break: break-word;
|
|
68
|
+
}
|
|
69
|
+
.staticDataCardLast{
|
|
70
|
+
background: rgba(238, 238, 238, 1);
|
|
71
|
+
mix-blend-mode: normal;
|
|
72
|
+
height: 56px;
|
|
73
|
+
border-radius: 4px;
|
|
74
|
+
}
|
|
75
|
+
.whatsAppIconG{
|
|
76
|
+
float: right;
|
|
77
|
+
}
|
|
78
|
+
.static-home-Card{
|
|
79
|
+
display: flex;
|
|
80
|
+
justify-content: space-between;
|
|
81
|
+
}
|
|
82
|
+
.static-home-Card-header{
|
|
83
|
+
font-family: 'Roboto';
|
|
84
|
+
font-size: 16px;
|
|
85
|
+
font-weight: 700;
|
|
86
|
+
float: left;
|
|
87
|
+
}
|
|
88
|
+
.helplineIcon{
|
|
89
|
+
float: right;
|
|
90
|
+
}
|
|
91
|
+
.call-center-card-text{
|
|
92
|
+
display: grid;
|
|
93
|
+
}
|
|
94
|
+
.call-center-card-content{
|
|
95
|
+
float: left;
|
|
96
|
+
}
|
|
97
|
+
.serviceCentrIcon{
|
|
98
|
+
float: right;
|
|
99
|
+
}
|
|
100
|
+
.service-center-details-card{
|
|
101
|
+
display: flex;
|
|
102
|
+
overflow-wrap: break-word;
|
|
103
|
+
}
|
|
104
|
+
.service-center-details-text{
|
|
105
|
+
float: left;
|
|
106
|
+
width: 180px;
|
|
107
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
.sidebar-menu {
|
|
2
|
+
display: flex;
|
|
3
|
+
flex-direction: column;
|
|
4
|
+
padding-top: 16px;
|
|
5
|
+
padding-left: 16px;
|
|
6
|
+
padding-right: 16px;
|
|
7
|
+
color: #757575;
|
|
8
|
+
|
|
9
|
+
.menu-item {
|
|
10
|
+
display: flex;
|
|
11
|
+
cursor: pointer;
|
|
12
|
+
min-height: 48px;
|
|
13
|
+
margin: 0;
|
|
14
|
+
padding: 0;
|
|
15
|
+
.menu-item-icon {
|
|
16
|
+
svg {
|
|
17
|
+
color: #757575;
|
|
18
|
+
fill: #757575;
|
|
19
|
+
width: 21px;
|
|
20
|
+
height: 21px;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
.menu-item-text {
|
|
24
|
+
margin-left: 1em;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
.status-highlight {
|
|
2
|
+
--bg-opacity: 12% !important;
|
|
3
|
+
border-radius: 16px;
|
|
4
|
+
@apply h-8 w-20 bg-error mb-sm;
|
|
5
|
+
|
|
6
|
+
p {
|
|
7
|
+
padding-top: 6px;
|
|
8
|
+
@apply block text-center text-caption-m text-error cursor-pointer;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
&.success {
|
|
12
|
+
@apply bg-success;
|
|
13
|
+
p {
|
|
14
|
+
@apply text-success;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
.summary-wrapper {
|
|
2
|
+
@apply flex justify-around;
|
|
3
|
+
|
|
4
|
+
.wrapper-child {
|
|
5
|
+
@apply flex flex-col justify-center flex-grow;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.blocks {
|
|
9
|
+
display: flex;
|
|
10
|
+
margin-bottom: 25px;
|
|
11
|
+
|
|
12
|
+
p:only-child {
|
|
13
|
+
font-weight: bold;
|
|
14
|
+
font-size: 24px;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
div {
|
|
18
|
+
margin-right: 25px;
|
|
19
|
+
|
|
20
|
+
p:not(:first-child) {
|
|
21
|
+
font-weight: bold;
|
|
22
|
+
font-size: 24px;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
.summary-card-margin{
|
|
28
|
+
margin:0 24px 20px 0px !important;
|
|
29
|
+
}
|