@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,134 +1,134 @@
|
|
1
|
-
.topbar {
|
2
|
-
position: fixed;
|
3
|
-
top: 0;
|
4
|
-
width: 100%;
|
5
|
-
padding: 10px 24px;
|
6
|
-
background: white;
|
7
|
-
box-shadow: rgba(0, 0, 0, 0.24) 0 1px 4px;
|
8
|
-
z-index: 9999999;
|
9
|
-
@apply flex items-center;
|
10
|
-
|
11
|
-
img {
|
12
|
-
display: inline;
|
13
|
-
|
14
|
-
&.city {
|
15
|
-
margin-right: 8px;
|
16
|
-
height: 48px;
|
17
|
-
width: 48px;
|
18
|
-
}
|
19
|
-
|
20
|
-
&.state {
|
21
|
-
height: 20px;
|
22
|
-
max-height: 20px;
|
23
|
-
width: auto;
|
24
|
-
}
|
25
|
-
}
|
26
|
-
|
27
|
-
.ulb {
|
28
|
-
font-weight: bold;
|
29
|
-
display: inline-block;
|
30
|
-
}
|
31
|
-
|
32
|
-
.right {
|
33
|
-
float: right;
|
34
|
-
margin-top: 12px;
|
35
|
-
position: relative;
|
36
|
-
|
37
|
-
svg {
|
38
|
-
display: inline;
|
39
|
-
}
|
40
|
-
|
41
|
-
.user-img-txt {
|
42
|
-
background: #f47738;
|
43
|
-
padding: 10px 15px;
|
44
|
-
border-radius: 50%;
|
45
|
-
color: white;
|
46
|
-
font-weight: 700;
|
47
|
-
}
|
48
|
-
}
|
49
|
-
|
50
|
-
.left {
|
51
|
-
float: left;
|
52
|
-
}
|
53
|
-
|
54
|
-
.w-80 {
|
55
|
-
width: 70%;
|
56
|
-
}
|
57
|
-
|
58
|
-
.width-20 {
|
59
|
-
width: 30%;
|
60
|
-
}
|
61
|
-
|
62
|
-
.margin-top-6 {
|
63
|
-
margin-top: 6px;
|
64
|
-
}
|
65
|
-
|
66
|
-
.margin-right-30 {
|
67
|
-
margin-right: 30px;
|
68
|
-
}
|
69
|
-
|
70
|
-
.margin-top-10 {
|
71
|
-
margin-top: 10px;
|
72
|
-
}
|
73
|
-
|
74
|
-
.icon {
|
75
|
-
display: block;
|
76
|
-
color: rgb(117, 117, 117);
|
77
|
-
fill: rgb(117, 117, 117);
|
78
|
-
height: 21px;
|
79
|
-
width: 21px;
|
80
|
-
}
|
81
|
-
|
82
|
-
.column-gap-15 {
|
83
|
-
column-gap: 15px;
|
84
|
-
}
|
85
|
-
|
86
|
-
.column-gap-5 {
|
87
|
-
column-gap: 5px;
|
88
|
-
}
|
89
|
-
|
90
|
-
.select-wrap,
|
91
|
-
.employee-select-wrap {
|
92
|
-
margin-bottom: 0px;
|
93
|
-
.profile-dropdown--item{
|
94
|
-
span{
|
95
|
-
white-space: pre;
|
96
|
-
}
|
97
|
-
}
|
98
|
-
}
|
99
|
-
}
|
100
|
-
|
101
|
-
.cp {
|
102
|
-
cursor: pointer;
|
103
|
-
}
|
104
|
-
|
105
|
-
.citizen {
|
106
|
-
.right {
|
107
|
-
margin-top: 5px;
|
108
|
-
margin-bottom: 5px;
|
109
|
-
}
|
110
|
-
|
111
|
-
.topbar-select-wrap {
|
112
|
-
margin-bottom: 0;
|
113
|
-
}
|
114
|
-
|
115
|
-
.flex-between {
|
116
|
-
@apply flex items-center justify-between;
|
117
|
-
}
|
118
|
-
}
|
119
|
-
|
120
|
-
.profile-dropdown--item {
|
121
|
-
display: flex;
|
122
|
-
flex-direction: row;
|
123
|
-
padding: 10px;
|
124
|
-
column-gap: 10px;
|
125
|
-
|
126
|
-
&:hover {
|
127
|
-
@apply bg-grey-mid;
|
128
|
-
}
|
129
|
-
}
|
130
|
-
|
131
|
-
.flex-right {
|
132
|
-
@apply flex items-center justify-end;
|
133
|
-
min-width: 85px;
|
134
|
-
}
|
1
|
+
.topbar {
|
2
|
+
position: fixed;
|
3
|
+
top: 0;
|
4
|
+
width: 100%;
|
5
|
+
padding: 10px 24px;
|
6
|
+
background: white;
|
7
|
+
box-shadow: rgba(0, 0, 0, 0.24) 0 1px 4px;
|
8
|
+
z-index: 9999999;
|
9
|
+
@apply flex items-center;
|
10
|
+
|
11
|
+
img {
|
12
|
+
display: inline;
|
13
|
+
|
14
|
+
&.city {
|
15
|
+
margin-right: 8px;
|
16
|
+
height: 48px;
|
17
|
+
width: 48px;
|
18
|
+
}
|
19
|
+
|
20
|
+
&.state {
|
21
|
+
height: 20px;
|
22
|
+
max-height: 20px;
|
23
|
+
width: auto;
|
24
|
+
}
|
25
|
+
}
|
26
|
+
|
27
|
+
.ulb {
|
28
|
+
font-weight: bold;
|
29
|
+
display: inline-block;
|
30
|
+
}
|
31
|
+
|
32
|
+
.right {
|
33
|
+
float: right;
|
34
|
+
margin-top: 12px;
|
35
|
+
position: relative;
|
36
|
+
|
37
|
+
svg {
|
38
|
+
display: inline;
|
39
|
+
}
|
40
|
+
|
41
|
+
.user-img-txt {
|
42
|
+
background: #f47738;
|
43
|
+
padding: 10px 15px;
|
44
|
+
border-radius: 50%;
|
45
|
+
color: white;
|
46
|
+
font-weight: 700;
|
47
|
+
}
|
48
|
+
}
|
49
|
+
|
50
|
+
.left {
|
51
|
+
float: left;
|
52
|
+
}
|
53
|
+
|
54
|
+
.w-80 {
|
55
|
+
width: 70%;
|
56
|
+
}
|
57
|
+
|
58
|
+
.width-20 {
|
59
|
+
width: 30%;
|
60
|
+
}
|
61
|
+
|
62
|
+
.margin-top-6 {
|
63
|
+
margin-top: 6px;
|
64
|
+
}
|
65
|
+
|
66
|
+
.margin-right-30 {
|
67
|
+
margin-right: 30px;
|
68
|
+
}
|
69
|
+
|
70
|
+
.margin-top-10 {
|
71
|
+
margin-top: 10px;
|
72
|
+
}
|
73
|
+
|
74
|
+
.icon {
|
75
|
+
display: block;
|
76
|
+
color: rgb(117, 117, 117);
|
77
|
+
fill: rgb(117, 117, 117);
|
78
|
+
height: 21px;
|
79
|
+
width: 21px;
|
80
|
+
}
|
81
|
+
|
82
|
+
.column-gap-15 {
|
83
|
+
column-gap: 15px;
|
84
|
+
}
|
85
|
+
|
86
|
+
.column-gap-5 {
|
87
|
+
column-gap: 5px;
|
88
|
+
}
|
89
|
+
|
90
|
+
.select-wrap,
|
91
|
+
.employee-select-wrap {
|
92
|
+
margin-bottom: 0px;
|
93
|
+
.profile-dropdown--item{
|
94
|
+
span{
|
95
|
+
white-space: pre;
|
96
|
+
}
|
97
|
+
}
|
98
|
+
}
|
99
|
+
}
|
100
|
+
|
101
|
+
.cp {
|
102
|
+
cursor: pointer;
|
103
|
+
}
|
104
|
+
|
105
|
+
.citizen {
|
106
|
+
.right {
|
107
|
+
margin-top: 5px;
|
108
|
+
margin-bottom: 5px;
|
109
|
+
}
|
110
|
+
|
111
|
+
.topbar-select-wrap {
|
112
|
+
margin-bottom: 0;
|
113
|
+
}
|
114
|
+
|
115
|
+
.flex-between {
|
116
|
+
@apply flex items-center justify-between;
|
117
|
+
}
|
118
|
+
}
|
119
|
+
|
120
|
+
.profile-dropdown--item {
|
121
|
+
display: flex;
|
122
|
+
flex-direction: row;
|
123
|
+
padding: 10px;
|
124
|
+
column-gap: 10px;
|
125
|
+
|
126
|
+
&:hover {
|
127
|
+
@apply bg-grey-mid;
|
128
|
+
}
|
129
|
+
}
|
130
|
+
|
131
|
+
.flex-right {
|
132
|
+
@apply flex items-center justify-end;
|
133
|
+
min-width: 85px;
|
134
|
+
}
|
@@ -1,95 +1,95 @@
|
|
1
|
-
.upload-wrap {
|
2
|
-
@apply flex w-full h-40 bg-grey-light relative mb-lg px-sm border border-border border-dashed;
|
3
|
-
|
4
|
-
img {
|
5
|
-
display: block;
|
6
|
-
margin-top: 58px;
|
7
|
-
margin-left: calc(50% - 23px);
|
8
|
-
height: 42px;
|
9
|
-
width: 46px;
|
10
|
-
}
|
11
|
-
|
12
|
-
svg {
|
13
|
-
display: block;
|
14
|
-
margin-top: 58px;
|
15
|
-
margin-left: calc(50% - 23px);
|
16
|
-
height: 42px;
|
17
|
-
width: 46px;
|
18
|
-
}
|
19
|
-
|
20
|
-
input {
|
21
|
-
@apply absolute w-full h-full opacity-0 top-0;
|
22
|
-
}
|
23
|
-
}
|
24
|
-
|
25
|
-
.multi-upload-wrap {
|
26
|
-
@apply flex mb-lg;
|
27
|
-
|
28
|
-
div {
|
29
|
-
display: block;
|
30
|
-
position: relative;
|
31
|
-
background-color: #fafafa;
|
32
|
-
width: calc((100% - 16px) / 3);
|
33
|
-
margin-right: 8px;
|
34
|
-
|
35
|
-
.delete {
|
36
|
-
position: absolute;
|
37
|
-
height: 24px;
|
38
|
-
width: 24px;
|
39
|
-
border-radius: 100%;
|
40
|
-
top: 2px;
|
41
|
-
right: 2px;
|
42
|
-
}
|
43
|
-
}
|
44
|
-
|
45
|
-
.upload-img-container {
|
46
|
-
border: 1px dashed #d6d5d4;
|
47
|
-
margin: 0 !important;
|
48
|
-
|
49
|
-
img {
|
50
|
-
margin-left: auto;
|
51
|
-
margin-right: auto;
|
52
|
-
padding-top: calc(33% - 21px);
|
53
|
-
}
|
54
|
-
|
55
|
-
svg {
|
56
|
-
@apply flex;
|
57
|
-
margin: auto;
|
58
|
-
}
|
59
|
-
|
60
|
-
svg {
|
61
|
-
margin-left: auto;
|
62
|
-
margin-right: auto;
|
63
|
-
top: calc(50% - 21px);
|
64
|
-
position: relative;
|
65
|
-
}
|
66
|
-
|
67
|
-
input {
|
68
|
-
@apply absolute w-full h-full opacity-0 top-0;
|
69
|
-
}
|
70
|
-
}
|
71
|
-
}
|
72
|
-
|
73
|
-
.upload-file {
|
74
|
-
min-height: 56px;
|
75
|
-
@apply relative border border-input-border w-full;
|
76
|
-
|
77
|
-
div {
|
78
|
-
@apply flex flex-row h-full items-center pl-md mt-sm flex-wrap;
|
79
|
-
|
80
|
-
.file-upload-status {
|
81
|
-
@apply text-body-s-dt ml-sm;
|
82
|
-
}
|
83
|
-
}
|
84
|
-
input {
|
85
|
-
width: 160px;
|
86
|
-
@apply absolute top-0 left-0 opacity-0 h-full;
|
87
|
-
}
|
88
|
-
}
|
89
|
-
|
90
|
-
@screen dt {
|
91
|
-
.multi-upload-wrap img {
|
92
|
-
width: 100%;
|
93
|
-
height: 158px;
|
94
|
-
}
|
95
|
-
}
|
1
|
+
.upload-wrap {
|
2
|
+
@apply flex w-full h-40 bg-grey-light relative mb-lg px-sm border border-border border-dashed;
|
3
|
+
|
4
|
+
img {
|
5
|
+
display: block;
|
6
|
+
margin-top: 58px;
|
7
|
+
margin-left: calc(50% - 23px);
|
8
|
+
height: 42px;
|
9
|
+
width: 46px;
|
10
|
+
}
|
11
|
+
|
12
|
+
svg {
|
13
|
+
display: block;
|
14
|
+
margin-top: 58px;
|
15
|
+
margin-left: calc(50% - 23px);
|
16
|
+
height: 42px;
|
17
|
+
width: 46px;
|
18
|
+
}
|
19
|
+
|
20
|
+
input {
|
21
|
+
@apply absolute w-full h-full opacity-0 top-0;
|
22
|
+
}
|
23
|
+
}
|
24
|
+
|
25
|
+
.multi-upload-wrap {
|
26
|
+
@apply flex mb-lg;
|
27
|
+
|
28
|
+
div {
|
29
|
+
display: block;
|
30
|
+
position: relative;
|
31
|
+
background-color: #fafafa;
|
32
|
+
width: calc((100% - 16px) / 3);
|
33
|
+
margin-right: 8px;
|
34
|
+
|
35
|
+
.delete {
|
36
|
+
position: absolute;
|
37
|
+
height: 24px;
|
38
|
+
width: 24px;
|
39
|
+
border-radius: 100%;
|
40
|
+
top: 2px;
|
41
|
+
right: 2px;
|
42
|
+
}
|
43
|
+
}
|
44
|
+
|
45
|
+
.upload-img-container {
|
46
|
+
border: 1px dashed #d6d5d4;
|
47
|
+
margin: 0 !important;
|
48
|
+
|
49
|
+
img {
|
50
|
+
margin-left: auto;
|
51
|
+
margin-right: auto;
|
52
|
+
padding-top: calc(33% - 21px);
|
53
|
+
}
|
54
|
+
|
55
|
+
svg {
|
56
|
+
@apply flex;
|
57
|
+
margin: auto;
|
58
|
+
}
|
59
|
+
|
60
|
+
svg {
|
61
|
+
margin-left: auto;
|
62
|
+
margin-right: auto;
|
63
|
+
top: calc(50% - 21px);
|
64
|
+
position: relative;
|
65
|
+
}
|
66
|
+
|
67
|
+
input {
|
68
|
+
@apply absolute w-full h-full opacity-0 top-0;
|
69
|
+
}
|
70
|
+
}
|
71
|
+
}
|
72
|
+
|
73
|
+
.upload-file {
|
74
|
+
min-height: 56px;
|
75
|
+
@apply relative border border-input-border w-full;
|
76
|
+
|
77
|
+
div {
|
78
|
+
@apply flex flex-row h-full items-center pl-md mt-sm flex-wrap;
|
79
|
+
|
80
|
+
.file-upload-status {
|
81
|
+
@apply text-body-s-dt ml-sm;
|
82
|
+
}
|
83
|
+
}
|
84
|
+
input {
|
85
|
+
width: 160px;
|
86
|
+
@apply absolute top-0 left-0 opacity-0 h-full;
|
87
|
+
}
|
88
|
+
}
|
89
|
+
|
90
|
+
@screen dt {
|
91
|
+
.multi-upload-wrap img {
|
92
|
+
width: 100%;
|
93
|
+
height: 158px;
|
94
|
+
}
|
95
|
+
}
|