@djb25/digit-ui-css 1.0.1 → 1.0.3
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/README.md +80 -0
- package/dist/index.css +2 -2
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/CardBasedOptions.scss +36 -101
- package/src/components/CitizenHomeCard.scss +41 -43
- package/src/components/PageBasedInput.scss +0 -2
- package/src/components/PropertySearchForm.scss +4 -4
- package/src/components/SearchOnRadioButton.scss +1 -1
- package/src/components/StandaloneSearchBar.scss +1 -1
- package/src/components/TimeLine.scss +4 -4
- package/src/components/bannercomponents.scss +3 -4
- package/src/components/body.scss +4 -7
- package/src/components/buttons.scss +57 -1
- package/src/components/card.scss +97 -42
- package/src/components/charts.scss +3 -150
- package/src/components/checkbox.scss +4 -35
- package/src/components/checkpoint.scss +1 -3
- package/src/components/datatable.scss +65 -7
- package/src/components/filters.scss +3 -3
- package/src/components/financeUi.scss +875 -0
- package/src/components/hoc/InboxComposer.scss +1 -1
- 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/languageSelector.scss +1 -2
- package/src/components/loader.scss +1 -1
- package/src/components/metricsTable.scss +2 -1
- package/src/components/multiLink.scss +1 -1
- package/src/components/multiSelectDropdown.scss +4 -0
- package/src/components/navbar.scss +13 -9
- package/src/components/plusMinus.scss +3 -3
- package/src/components/radiobtn.scss +0 -12
- package/src/components/searchAction.scss +1 -1
- package/src/components/selectdropdown.scss +12 -37
- package/src/components/sidebar.scss +141 -0
- package/src/components/table.scss +60 -8
- package/src/components/textfields.scss +4 -16
- package/src/components/toggleSwitch.scss +1 -1
- package/src/components/topbar.scss +11 -8
- package/src/components/uploadcomponents.scss +3 -16
- package/src/digitv2/components/ErrorMessage.scss +6 -0
- package/src/digitv2/components/FormComposerV2.scss +120 -0
- package/src/digitv2/components/actionLinkV2.scss +7 -0
- package/src/digitv2/components/actionbarV2.scss +110 -0
- package/src/digitv2/components/appContainerV2.scss +55 -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 +31 -0
- package/src/digitv2/components/breakLineV2.scss +6 -0
- package/src/digitv2/components/buttonsV2.scss +40 -0
- package/src/digitv2/components/cardV2.scss +385 -0
- package/src/digitv2/components/checkboxV2.scss +61 -0
- package/src/digitv2/components/checkpointV2.scss +71 -0
- package/src/digitv2/components/collapseAndExpandGroups.scss +60 -0
- package/src/digitv2/components/dateWrapV2.scss +12 -0
- package/src/digitv2/components/displayPhotosV2.scss +33 -0
- package/src/digitv2/components/headerV2.scss +6 -0
- package/src/digitv2/components/infoBannerV2.scss +37 -0
- package/src/digitv2/components/keynoteV2.scss +35 -0
- package/src/digitv2/components/loaderV2.scss +81 -0
- package/src/digitv2/components/mobileNumberV2.scss +33 -0
- package/src/digitv2/components/multiSelectDropdownV2.scss +92 -0
- package/src/digitv2/components/noresultsfoundV2.scss +11 -0
- package/src/digitv2/components/otpInputV2.scss +15 -0
- package/src/digitv2/components/popUpV2.scss +16 -0
- package/src/digitv2/components/radiobtnV2.scss +51 -0
- package/src/digitv2/components/ratingV2.scss +33 -0
- package/src/digitv2/components/selectdropdownV2.scss +170 -0
- package/src/digitv2/components/tagV2.scss +28 -0
- package/src/digitv2/components/telephoneV2.scss +18 -0
- package/src/digitv2/components/textInputV2.scss +123 -0
- package/src/digitv2/components/textareaV2.scss +11 -0
- package/src/digitv2/components/uploadFileV2.scss +146 -0
- package/src/digitv2/index.scss +168 -0
- package/src/digitv2/pages/employee/index.scss +1 -0
- package/src/digitv2/pages/employee/workbench.scss +1042 -0
- package/src/digitv2/typography.scss +241 -0
- package/src/index.scss +109 -74
- package/src/pages/citizen/DocumentList.scss +5 -5
- package/src/pages/citizen/HomePageWrapper.scss +6 -11
- package/src/pages/citizen/container.scss +1 -1
- package/src/pages/employee/cardfix.scss +1 -2
- package/src/pages/employee/container.scss +8 -9
- package/src/pages/employee/dss.scss +29 -12
- package/src/pages/employee/inbox.scss +91 -144
- package/src/pages/employee/index.scss +244 -248
- package/src/pages/employee/login.scss +135 -93
- package/src/pages/employee/popupmodule.scss +0 -13
- package/src/pages/employee/scroll-table.scss +9 -4
- package/src/pages/employee/surveys.scss +14 -13
- package/svg/check.svg +1 -1
- package/svg/starempty.svg +1 -1
- package/svg/starfilled.svg +1 -1
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
padding: 1em 0em;
|
|
38
38
|
}
|
|
39
39
|
.document_list_searchbar {
|
|
40
|
-
border: 1px solid
|
|
40
|
+
border: 1px solid theme(colors.text.secondary) !important;
|
|
41
41
|
border-radius: 0px !important;
|
|
42
42
|
margin: 20px 0;
|
|
43
43
|
}
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
font-weight: normal;
|
|
68
68
|
font-size: 12px;
|
|
69
69
|
line-height: 24px;
|
|
70
|
-
color:
|
|
70
|
+
color: theme(colors.text.secondary);
|
|
71
71
|
padding-right: 5px;
|
|
72
72
|
padding-left: 15px;
|
|
73
73
|
min-width: 80px;
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
font-weight: normal;
|
|
82
82
|
font-size: 12px;
|
|
83
83
|
line-height: 14px;
|
|
84
|
-
color:
|
|
84
|
+
color: theme(colors.text.secondary);
|
|
85
85
|
}
|
|
86
86
|
.notice_and_circular_caption {
|
|
87
87
|
margin-top: 10px;
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
font-weight: normal;
|
|
110
110
|
font-size: 16px;
|
|
111
111
|
line-height: 19px;
|
|
112
|
-
color:
|
|
112
|
+
color: theme(colors.primary.main);
|
|
113
113
|
}
|
|
114
114
|
}
|
|
115
115
|
}
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
font-weight: normal;
|
|
130
130
|
font-size: 16px;
|
|
131
131
|
line-height: 19px;
|
|
132
|
-
color:
|
|
132
|
+
color: theme(colors.primary.main);
|
|
133
133
|
}
|
|
134
134
|
}
|
|
135
135
|
}
|
|
@@ -60,23 +60,19 @@
|
|
|
60
60
|
@media (min-width: 780px) {
|
|
61
61
|
.SideBarStatic {
|
|
62
62
|
width: 219px;
|
|
63
|
-
background:
|
|
64
|
-
margin-top: -24px;
|
|
63
|
+
background: theme(colors.white);
|
|
65
64
|
}
|
|
66
65
|
}
|
|
66
|
+
|
|
67
67
|
@media (max-width: 780px) {
|
|
68
68
|
.SideBarStatic {
|
|
69
|
-
width: 219px;
|
|
70
|
-
background: #ffffff;
|
|
71
|
-
margin-top: -24px;
|
|
72
69
|
display: none;
|
|
73
70
|
}
|
|
74
71
|
}
|
|
75
|
-
|
|
76
72
|
.HomePageContainer {
|
|
77
73
|
@media (min-width: 780px) {
|
|
78
74
|
display: flex;
|
|
79
|
-
width: 100%
|
|
75
|
+
width: calc(100% - 219px);
|
|
80
76
|
height: calc(100%-30px);
|
|
81
77
|
}
|
|
82
78
|
}
|
|
@@ -88,7 +84,7 @@
|
|
|
88
84
|
margin-top: -25px;
|
|
89
85
|
img {
|
|
90
86
|
height: 33vw;
|
|
91
|
-
|
|
87
|
+
filter: grayscale(100%);
|
|
92
88
|
@apply w-full object-cover;
|
|
93
89
|
}
|
|
94
90
|
h1 {
|
|
@@ -101,7 +97,7 @@
|
|
|
101
97
|
border: none;
|
|
102
98
|
top: 76px;
|
|
103
99
|
svg {
|
|
104
|
-
fill:
|
|
100
|
+
fill: theme(colors.white);
|
|
105
101
|
}
|
|
106
102
|
@apply absolute text-white text-heading-s ml-md;
|
|
107
103
|
}
|
|
@@ -157,7 +153,6 @@
|
|
|
157
153
|
}
|
|
158
154
|
|
|
159
155
|
.moduleLinkHomePageModuleLinks {
|
|
160
|
-
|
|
161
|
-
width:100%
|
|
156
|
+
width: 100%;
|
|
162
157
|
}
|
|
163
158
|
}
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
.employee-home-footer {
|
|
22
|
-
@apply flex
|
|
22
|
+
@apply flex h-10 pb-md pt-sm justify-center w-full;
|
|
23
23
|
img {
|
|
24
24
|
height: 100%;
|
|
25
25
|
}
|
|
@@ -31,17 +31,17 @@
|
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
33
|
.fieldInspectionWrapper{
|
|
34
|
-
border: 1px solid
|
|
34
|
+
border: 1px solid theme(colors.border);
|
|
35
35
|
padding: 16px;
|
|
36
36
|
margin-top: 8px;
|
|
37
|
-
background:
|
|
37
|
+
background: theme(colors.grey.light);
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
.fieldInsepctionInsideWrapper {
|
|
41
|
-
border: 1px solid
|
|
41
|
+
border: 1px solid theme(colors.border);
|
|
42
42
|
padding: 16px;
|
|
43
43
|
margin-top: 8px;
|
|
44
|
-
background:
|
|
44
|
+
background: theme(colors.white);
|
|
45
45
|
max-width: 70%;
|
|
46
46
|
min-width: 280px;
|
|
47
47
|
}
|
|
@@ -49,8 +49,7 @@
|
|
|
49
49
|
@screen dt {
|
|
50
50
|
.ground-container {
|
|
51
51
|
margin-bottom: 56px;
|
|
52
|
-
|
|
53
|
-
@apply p-md;
|
|
52
|
+
/* @apply p-md; */
|
|
54
53
|
}
|
|
55
54
|
.heading-m {
|
|
56
55
|
@apply text-heading-m-dt;
|
|
@@ -65,9 +64,9 @@
|
|
|
65
64
|
.employee-home-footer {
|
|
66
65
|
}
|
|
67
66
|
.moduleCardWrapper {
|
|
68
|
-
@apply flex flex-row flex-wrap !important;
|
|
67
|
+
/* @apply flex flex-row flex-wrap !important; */
|
|
69
68
|
}
|
|
70
69
|
.gridModuleWrapper {
|
|
71
|
-
@apply grid grid-cols-4 gap-
|
|
70
|
+
@apply grid grid-cols-4 gap-1;
|
|
72
71
|
}
|
|
73
72
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
/* Light Theme / Paper */
|
|
4
4
|
|
|
5
|
-
background:
|
|
5
|
+
background: theme(colors.white);
|
|
6
6
|
/* Card-Shadow */
|
|
7
7
|
|
|
8
8
|
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
|
|
@@ -26,12 +26,12 @@ margin-right:25px;
|
|
|
26
26
|
|
|
27
27
|
.dss-switch-tab-selected{
|
|
28
28
|
/* Revenue */
|
|
29
|
-
border-bottom: 3px solid
|
|
29
|
+
border-bottom: 3px solid theme(colors.primary.main);
|
|
30
30
|
font-family: Roboto;
|
|
31
31
|
font-style: normal;
|
|
32
32
|
font-weight: 500;
|
|
33
33
|
font-size: 22px;
|
|
34
|
-
color:
|
|
34
|
+
color: theme(colors.primary.main);
|
|
35
35
|
padding: 7px 24px;
|
|
36
36
|
|
|
37
37
|
}
|
|
@@ -41,7 +41,7 @@ font-family: Roboto;
|
|
|
41
41
|
font-style: normal;
|
|
42
42
|
font-weight: 500;
|
|
43
43
|
font-size: 22px;
|
|
44
|
-
color:
|
|
44
|
+
color: theme(colors.text.secondary);
|
|
45
45
|
padding: 8px 24px;
|
|
46
46
|
|
|
47
47
|
}
|
|
@@ -85,6 +85,9 @@ padding: 8px 24px;
|
|
|
85
85
|
.label{
|
|
86
86
|
p{
|
|
87
87
|
white-space:pre;
|
|
88
|
+
margin: auto;
|
|
89
|
+
margin-left:0px;
|
|
90
|
+
padding-left: 1%;
|
|
88
91
|
}
|
|
89
92
|
}
|
|
90
93
|
}
|
|
@@ -104,13 +107,10 @@ padding: 8px 24px;
|
|
|
104
107
|
|
|
105
108
|
.dss-input-active-border{
|
|
106
109
|
--border-opacity: 1;
|
|
107
|
-
border: 1px solid
|
|
110
|
+
border: 1px solid theme(colors.primary.main) !important;
|
|
108
111
|
border-color: rgba(244, 119, 56, var(--border-opacity));
|
|
109
112
|
}
|
|
110
113
|
|
|
111
|
-
.employeeCustomCard .card-count{
|
|
112
|
-
padding-right: 0px;
|
|
113
|
-
}
|
|
114
114
|
.dss-card {
|
|
115
115
|
display: flex;
|
|
116
116
|
flex-wrap: wrap;
|
|
@@ -142,7 +142,7 @@ border-color: rgba(244, 119, 56, var(--border-opacity));
|
|
|
142
142
|
font-size: 24px;
|
|
143
143
|
font-family: "Roboto", sans-serif;
|
|
144
144
|
font-weight: 500;
|
|
145
|
-
color:
|
|
145
|
+
color: theme(colors.black);
|
|
146
146
|
}
|
|
147
147
|
|
|
148
148
|
svg {
|
|
@@ -172,15 +172,15 @@ border-color: rgba(244, 119, 56, var(--border-opacity));
|
|
|
172
172
|
.p2 {
|
|
173
173
|
font-size: 24px;
|
|
174
174
|
font-weight: 500;
|
|
175
|
-
color:
|
|
175
|
+
color: theme(colors.black);
|
|
176
176
|
}
|
|
177
177
|
|
|
178
178
|
.color-green {
|
|
179
|
-
color:
|
|
179
|
+
color: theme(colors.success);
|
|
180
180
|
}
|
|
181
181
|
|
|
182
182
|
.color-red {
|
|
183
|
-
color:
|
|
183
|
+
color: theme(colors.error);
|
|
184
184
|
}
|
|
185
185
|
}
|
|
186
186
|
.w-100 {
|
|
@@ -247,3 +247,20 @@ border-color: rgba(244, 119, 56, var(--border-opacity));
|
|
|
247
247
|
width:100%;
|
|
248
248
|
}
|
|
249
249
|
}
|
|
250
|
+
|
|
251
|
+
.dss-metric-horizontal{
|
|
252
|
+
width: 48%;
|
|
253
|
+
max-width: 48%;
|
|
254
|
+
}
|
|
255
|
+
.dss-primary{
|
|
256
|
+
display: inline;
|
|
257
|
+
margin-right: 10px;
|
|
258
|
+
path{
|
|
259
|
+
fill:theme(colors.primary.main);
|
|
260
|
+
}
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
.dss-horizontal-v2{
|
|
264
|
+
width: 22.7%;
|
|
265
|
+
max-width: 22.7%;
|
|
266
|
+
}
|