@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,185 +1,185 @@
|
|
1
|
-
.loginFormStyleEmployee {
|
2
|
-
.employeeCard {
|
3
|
-
.submit-bar {
|
4
|
-
@apply w-full;
|
5
|
-
}
|
6
|
-
}
|
7
|
-
}
|
8
|
-
.banner .bannerCard{
|
9
|
-
min-width: 420px !important;
|
10
|
-
}
|
11
|
-
.employeeForgotPassword .employeeCard .field .field-container .component-in-front {
|
12
|
-
margin-top: 0;
|
13
|
-
border: 1px solid;
|
14
|
-
border-right: none;
|
15
|
-
padding: 7px;
|
16
|
-
}
|
17
|
-
@screen dt {
|
18
|
-
.employeeForgotPassword .employeeCard .field .field-container .component-in-front {
|
19
|
-
padding: 7px;
|
20
|
-
}
|
21
|
-
.loginFormStyleEmployee .employeeCard, .banner .bannerCard{
|
22
|
-
min-width: 420px !important;
|
23
|
-
}
|
24
|
-
.employeeForgotPassword .employeeCard, .employeeChangePassword .employeeCard{
|
25
|
-
max-width: 420px !important;
|
26
|
-
min-width: 420px !important;
|
27
|
-
}
|
28
|
-
}
|
29
|
-
|
30
|
-
.employeeForgotPassword .employee-card-input {
|
31
|
-
margin-bottom: 0px;
|
32
|
-
border-left: none;
|
33
|
-
}
|
34
|
-
|
35
|
-
.employeeForgotPassword .field-container {
|
36
|
-
margin: 10px 0;
|
37
|
-
}
|
38
|
-
.employeeForgotPassword {
|
39
|
-
.submit-bar {
|
40
|
-
@apply w-full;
|
41
|
-
}
|
42
|
-
}
|
43
|
-
.employeeChangePassword .submit-bar {
|
44
|
-
width: 100% !important;
|
45
|
-
}
|
46
|
-
.employeeChangePassword .card-text {
|
47
|
-
text-align: center;
|
48
|
-
}
|
49
|
-
.employeeChangePassword .input-otp-wrap {
|
50
|
-
text-align: center;
|
51
|
-
}
|
52
|
-
.submit-bar {
|
53
|
-
.submit-bar {
|
54
|
-
@apply w-full;
|
55
|
-
}
|
56
|
-
}
|
57
|
-
.loginFormStyleEmployee .bannerHeader p,
|
58
|
-
.employeeForgotPassword .bannerHeader p,
|
59
|
-
.employeeChangePassword .bannerHeader p {
|
60
|
-
font-size: 19px;
|
61
|
-
}
|
62
|
-
.employeeCard .card-sub-header {
|
63
|
-
font-size: 24px;
|
64
|
-
}
|
65
|
-
.loginFormStyleEmployee .employeeCard .card-label, .employeeForgotPassword .employeeCard .card-label{
|
66
|
-
font-weight: normal;
|
67
|
-
font-size: 16px;
|
68
|
-
line-height: 19px;
|
69
|
-
color: #0B0C0C;
|
70
|
-
margin-top: 20px;
|
71
|
-
}
|
72
|
-
.banner .bannerHeader {
|
73
|
-
margin-bottom: 20px;
|
74
|
-
}
|
75
|
-
.employeeCard .card-label{
|
76
|
-
font-weight: normal;
|
77
|
-
font-size: 16px;
|
78
|
-
line-height: 19px;
|
79
|
-
color: #0B0C0C;
|
80
|
-
}
|
81
|
-
.profile-label-margin{
|
82
|
-
margin-top: 10px;
|
83
|
-
}
|
84
|
-
|
85
|
-
.employeeForgotPassword .employeeCard .card-label-desc {
|
86
|
-
font-weight: normal;
|
87
|
-
font-size: 16px;
|
88
|
-
line-height: 24px;
|
89
|
-
color: #505a5f;
|
90
|
-
margin-top: 15px;
|
91
|
-
}
|
92
|
-
.employeeChangePassword .employeeCard .card-text {
|
93
|
-
margin-bottom: 15px;
|
94
|
-
font-size: 16px;
|
95
|
-
color: #505a5f;
|
96
|
-
}
|
97
|
-
@media screen and (max-width: 768px) {
|
98
|
-
.employeeChangePassword .employeeCard .card-text {
|
99
|
-
margin-top: 7px;
|
100
|
-
}
|
101
|
-
.employeeCard .card-sub-header {
|
102
|
-
font-size: 18px;
|
103
|
-
}
|
104
|
-
}
|
105
|
-
.employeeChangePassword .employeeCard .card-text-button {
|
106
|
-
text-align: center !important;
|
107
|
-
margin-bottom: 12px !important;
|
108
|
-
}
|
109
|
-
.employeeChangePassword .employeeCard .input-otp-wrap {
|
110
|
-
margin-bottom: 10px;
|
111
|
-
}
|
112
|
-
.employee .loginContainer {
|
113
|
-
padding-top: 0px !important;
|
114
|
-
}
|
115
|
-
.banner {
|
116
|
-
height: calc(100vh ) !important;
|
117
|
-
}
|
118
|
-
|
119
|
-
.employeeChangePassword .employeeCard .field .field-container{
|
120
|
-
margin-bottom: 24px;
|
121
|
-
}
|
122
|
-
|
123
|
-
.employeeForgotPassword .employeeCard .employee-card-sub-header, .employeeChangePassword .employeeCard .employee-card-sub-header, .loginFormStyleEmployee .employeeCard .employee-card-sub-header{
|
124
|
-
font-size: 24px !important;
|
125
|
-
line-height: 28px !important;
|
126
|
-
margin-bottom: 0px !important;
|
127
|
-
}
|
128
|
-
@media screen and (max-width : 768px){
|
129
|
-
.employeeForgotPassword .employeeCard .employee-card-sub-header, .employeeChangePassword .employeeCard .employee-card-sub-header, .loginFormStyleEmployee .employeeCard .employee-card-sub-header{
|
130
|
-
font-size: 18px !important;
|
131
|
-
line-height: 21px !important;
|
132
|
-
margin-bottom: 0px !important;
|
133
|
-
}
|
134
|
-
.loginFormStyleEmployee .employeeCard, .banner .bannerCard{
|
135
|
-
min-width: 340px !important;
|
136
|
-
margin: 10px !important;
|
137
|
-
}
|
138
|
-
.employeeForgotPassword .employeeCard, .employeeChangePassword .employeeCard{
|
139
|
-
max-width: 360px !important;
|
140
|
-
min-width: 340px !important;
|
141
|
-
margin: 10px !important;
|
142
|
-
}
|
143
|
-
}
|
144
|
-
.employeeChangePassword .employeeCard .card-text{
|
145
|
-
margin-top: 18px !important;
|
146
|
-
margin-bottom: 20px !important;
|
147
|
-
}
|
148
|
-
.employeeBackbuttonAlign{
|
149
|
-
display: none;
|
150
|
-
}
|
151
|
-
|
152
|
-
.employee-select-wrap.login-city-dd {
|
153
|
-
.options-card{
|
154
|
-
max-height: 200px;
|
155
|
-
}
|
156
|
-
}
|
157
|
-
@media screen and (max-width: 768px){
|
158
|
-
.employeeBackbuttonAlign{
|
159
|
-
display: block;
|
160
|
-
position: absolute;
|
161
|
-
top: 20px;
|
162
|
-
left: 20px;
|
163
|
-
}
|
164
|
-
.banner{
|
165
|
-
align-items: flex-end;
|
166
|
-
padding-bottom: 40px;
|
167
|
-
height: 100vh !important;
|
168
|
-
}
|
169
|
-
.topbar{
|
170
|
-
background: rgba(34, 57, 77, var(--bg-opacity)) !important;
|
171
|
-
color: white;
|
172
|
-
}
|
173
|
-
.employee .loginContainer{
|
174
|
-
padding-top: 0px !important;
|
175
|
-
}
|
176
|
-
.removeBottomMargin{
|
177
|
-
margin-bottom: 0px !important;
|
178
|
-
}
|
179
|
-
.employee-select-wrap.login-city-dd {
|
180
|
-
.options-card{
|
181
|
-
max-height: 160px;
|
182
|
-
}
|
183
|
-
}
|
184
|
-
}
|
185
|
-
|
1
|
+
.loginFormStyleEmployee {
|
2
|
+
.employeeCard {
|
3
|
+
.submit-bar {
|
4
|
+
@apply w-full;
|
5
|
+
}
|
6
|
+
}
|
7
|
+
}
|
8
|
+
.banner .bannerCard{
|
9
|
+
min-width: 420px !important;
|
10
|
+
}
|
11
|
+
.employeeForgotPassword .employeeCard .field .field-container .component-in-front {
|
12
|
+
margin-top: 0;
|
13
|
+
border: 1px solid;
|
14
|
+
border-right: none;
|
15
|
+
padding: 7px;
|
16
|
+
}
|
17
|
+
@screen dt {
|
18
|
+
.employeeForgotPassword .employeeCard .field .field-container .component-in-front {
|
19
|
+
padding: 7px;
|
20
|
+
}
|
21
|
+
.loginFormStyleEmployee .employeeCard, .banner .bannerCard{
|
22
|
+
min-width: 420px !important;
|
23
|
+
}
|
24
|
+
.employeeForgotPassword .employeeCard, .employeeChangePassword .employeeCard{
|
25
|
+
max-width: 420px !important;
|
26
|
+
min-width: 420px !important;
|
27
|
+
}
|
28
|
+
}
|
29
|
+
|
30
|
+
.employeeForgotPassword .employee-card-input {
|
31
|
+
margin-bottom: 0px;
|
32
|
+
border-left: none;
|
33
|
+
}
|
34
|
+
|
35
|
+
.employeeForgotPassword .field-container {
|
36
|
+
margin: 10px 0;
|
37
|
+
}
|
38
|
+
.employeeForgotPassword {
|
39
|
+
.submit-bar {
|
40
|
+
@apply w-full;
|
41
|
+
}
|
42
|
+
}
|
43
|
+
.employeeChangePassword .submit-bar {
|
44
|
+
width: 100% !important;
|
45
|
+
}
|
46
|
+
.employeeChangePassword .card-text {
|
47
|
+
text-align: center;
|
48
|
+
}
|
49
|
+
.employeeChangePassword .input-otp-wrap {
|
50
|
+
text-align: center;
|
51
|
+
}
|
52
|
+
.submit-bar {
|
53
|
+
.submit-bar {
|
54
|
+
@apply w-full;
|
55
|
+
}
|
56
|
+
}
|
57
|
+
.loginFormStyleEmployee .bannerHeader p,
|
58
|
+
.employeeForgotPassword .bannerHeader p,
|
59
|
+
.employeeChangePassword .bannerHeader p {
|
60
|
+
font-size: 19px;
|
61
|
+
}
|
62
|
+
.employeeCard .card-sub-header {
|
63
|
+
font-size: 24px;
|
64
|
+
}
|
65
|
+
.loginFormStyleEmployee .employeeCard .card-label, .employeeForgotPassword .employeeCard .card-label{
|
66
|
+
font-weight: normal;
|
67
|
+
font-size: 16px;
|
68
|
+
line-height: 19px;
|
69
|
+
color: #0B0C0C;
|
70
|
+
margin-top: 20px;
|
71
|
+
}
|
72
|
+
.banner .bannerHeader {
|
73
|
+
margin-bottom: 20px;
|
74
|
+
}
|
75
|
+
.employeeCard .card-label{
|
76
|
+
font-weight: normal;
|
77
|
+
font-size: 16px;
|
78
|
+
line-height: 19px;
|
79
|
+
color: #0B0C0C;
|
80
|
+
}
|
81
|
+
.profile-label-margin{
|
82
|
+
margin-top: 10px;
|
83
|
+
}
|
84
|
+
|
85
|
+
.employeeForgotPassword .employeeCard .card-label-desc {
|
86
|
+
font-weight: normal;
|
87
|
+
font-size: 16px;
|
88
|
+
line-height: 24px;
|
89
|
+
color: #505a5f;
|
90
|
+
margin-top: 15px;
|
91
|
+
}
|
92
|
+
.employeeChangePassword .employeeCard .card-text {
|
93
|
+
margin-bottom: 15px;
|
94
|
+
font-size: 16px;
|
95
|
+
color: #505a5f;
|
96
|
+
}
|
97
|
+
@media screen and (max-width: 768px) {
|
98
|
+
.employeeChangePassword .employeeCard .card-text {
|
99
|
+
margin-top: 7px;
|
100
|
+
}
|
101
|
+
.employeeCard .card-sub-header {
|
102
|
+
font-size: 18px;
|
103
|
+
}
|
104
|
+
}
|
105
|
+
.employeeChangePassword .employeeCard .card-text-button {
|
106
|
+
text-align: center !important;
|
107
|
+
margin-bottom: 12px !important;
|
108
|
+
}
|
109
|
+
.employeeChangePassword .employeeCard .input-otp-wrap {
|
110
|
+
margin-bottom: 10px;
|
111
|
+
}
|
112
|
+
.employee .loginContainer {
|
113
|
+
padding-top: 0px !important;
|
114
|
+
}
|
115
|
+
.banner {
|
116
|
+
height: calc(100vh ) !important;
|
117
|
+
}
|
118
|
+
|
119
|
+
.employeeChangePassword .employeeCard .field .field-container{
|
120
|
+
margin-bottom: 24px;
|
121
|
+
}
|
122
|
+
|
123
|
+
.employeeForgotPassword .employeeCard .employee-card-sub-header, .employeeChangePassword .employeeCard .employee-card-sub-header, .loginFormStyleEmployee .employeeCard .employee-card-sub-header{
|
124
|
+
font-size: 24px !important;
|
125
|
+
line-height: 28px !important;
|
126
|
+
margin-bottom: 0px !important;
|
127
|
+
}
|
128
|
+
@media screen and (max-width : 768px){
|
129
|
+
.employeeForgotPassword .employeeCard .employee-card-sub-header, .employeeChangePassword .employeeCard .employee-card-sub-header, .loginFormStyleEmployee .employeeCard .employee-card-sub-header{
|
130
|
+
font-size: 18px !important;
|
131
|
+
line-height: 21px !important;
|
132
|
+
margin-bottom: 0px !important;
|
133
|
+
}
|
134
|
+
.loginFormStyleEmployee .employeeCard, .banner .bannerCard{
|
135
|
+
min-width: 340px !important;
|
136
|
+
margin: 10px !important;
|
137
|
+
}
|
138
|
+
.employeeForgotPassword .employeeCard, .employeeChangePassword .employeeCard{
|
139
|
+
max-width: 360px !important;
|
140
|
+
min-width: 340px !important;
|
141
|
+
margin: 10px !important;
|
142
|
+
}
|
143
|
+
}
|
144
|
+
.employeeChangePassword .employeeCard .card-text{
|
145
|
+
margin-top: 18px !important;
|
146
|
+
margin-bottom: 20px !important;
|
147
|
+
}
|
148
|
+
.employeeBackbuttonAlign{
|
149
|
+
display: none;
|
150
|
+
}
|
151
|
+
|
152
|
+
.employee-select-wrap.login-city-dd {
|
153
|
+
.options-card{
|
154
|
+
max-height: 200px;
|
155
|
+
}
|
156
|
+
}
|
157
|
+
@media screen and (max-width: 768px){
|
158
|
+
.employeeBackbuttonAlign{
|
159
|
+
display: block;
|
160
|
+
position: absolute;
|
161
|
+
top: 20px;
|
162
|
+
left: 20px;
|
163
|
+
}
|
164
|
+
.banner{
|
165
|
+
align-items: flex-end;
|
166
|
+
padding-bottom: 40px;
|
167
|
+
height: 100vh !important;
|
168
|
+
}
|
169
|
+
.topbar{
|
170
|
+
background: rgba(34, 57, 77, var(--bg-opacity)) !important;
|
171
|
+
color: white;
|
172
|
+
}
|
173
|
+
.employee .loginContainer{
|
174
|
+
padding-top: 0px !important;
|
175
|
+
}
|
176
|
+
.removeBottomMargin{
|
177
|
+
margin-bottom: 0px !important;
|
178
|
+
}
|
179
|
+
.employee-select-wrap.login-city-dd {
|
180
|
+
.options-card{
|
181
|
+
max-height: 160px;
|
182
|
+
}
|
183
|
+
}
|
184
|
+
}
|
185
|
+
|
@@ -1,5 +1,5 @@
|
|
1
|
-
.linksWrapperForMobileInbox{
|
2
|
-
.header{
|
3
|
-
justify-content: initial;
|
4
|
-
}
|
1
|
+
.linksWrapperForMobileInbox{
|
2
|
+
.header{
|
3
|
+
justify-content: initial;
|
4
|
+
}
|
5
5
|
}
|
@@ -1,34 +1,34 @@
|
|
1
|
-
.popup-module {
|
2
|
-
width: 480px;
|
3
|
-
margin: 0 auto;
|
4
|
-
@apply bg-white;
|
5
|
-
|
6
|
-
.popup-module-main {
|
7
|
-
@apply px-lg pb-lg;
|
8
|
-
}
|
9
|
-
|
10
|
-
.popup-module-action-bar {
|
11
|
-
gap: 16px;
|
12
|
-
@apply flex flex-row justify-end;
|
13
|
-
}
|
14
|
-
}
|
15
|
-
|
16
|
-
@screen dt {
|
17
|
-
.popup-module {
|
18
|
-
width: 480px;
|
19
|
-
margin: auto;
|
20
|
-
@apply bg-white;
|
21
|
-
|
22
|
-
.popup-module-main {
|
23
|
-
@apply px-lg pb-lg;
|
24
|
-
}
|
25
|
-
.popup-module-main {
|
26
|
-
@apply w-full p-sm h-full;
|
27
|
-
}
|
28
|
-
|
29
|
-
.popup-module-action-bar {
|
30
|
-
gap: 16px;
|
31
|
-
@apply flex flex-row justify-end;
|
32
|
-
}
|
33
|
-
}
|
34
|
-
}
|
1
|
+
.popup-module {
|
2
|
+
width: 480px;
|
3
|
+
margin: 0 auto;
|
4
|
+
@apply bg-white;
|
5
|
+
|
6
|
+
.popup-module-main {
|
7
|
+
@apply px-lg pb-lg;
|
8
|
+
}
|
9
|
+
|
10
|
+
.popup-module-action-bar {
|
11
|
+
gap: 16px;
|
12
|
+
@apply flex flex-row justify-end;
|
13
|
+
}
|
14
|
+
}
|
15
|
+
|
16
|
+
@screen dt {
|
17
|
+
.popup-module {
|
18
|
+
width: 480px;
|
19
|
+
margin: auto;
|
20
|
+
@apply bg-white;
|
21
|
+
|
22
|
+
.popup-module-main {
|
23
|
+
@apply px-lg pb-lg;
|
24
|
+
}
|
25
|
+
.popup-module-main {
|
26
|
+
@apply w-full p-sm h-full;
|
27
|
+
}
|
28
|
+
|
29
|
+
.popup-module-action-bar {
|
30
|
+
gap: 16px;
|
31
|
+
@apply flex flex-row justify-end;
|
32
|
+
}
|
33
|
+
}
|
34
|
+
}
|
@@ -1,3 +1,3 @@
|
|
1
|
-
.secondary-action{
|
2
|
-
@apply inline float-right;
|
1
|
+
.secondary-action{
|
2
|
+
@apply inline float-right;
|
3
3
|
}
|
@@ -1,114 +1,114 @@
|
|
1
|
-
.scroll-table-wrapper{
|
2
|
-
&::-webkit-scrollbar {
|
3
|
-
display: none;
|
4
|
-
}
|
5
|
-
-ms-overflow-style: none;
|
6
|
-
scrollbar-width: none;
|
7
|
-
@apply relative overflow-x-scroll overflow-y-visible pb-sm text-center;
|
8
|
-
|
9
|
-
.scroll-table-width-wrapper{
|
10
|
-
&::-webkit-scrollbar {
|
11
|
-
display: none;
|
12
|
-
}
|
13
|
-
-ms-overflow-style: none;
|
14
|
-
scrollbar-width: none;
|
15
|
-
width: calc(100% - 110px);
|
16
|
-
margin: auto;
|
17
|
-
@apply overflow-x-scroll;
|
18
|
-
table{
|
19
|
-
margin: auto;
|
20
|
-
}
|
21
|
-
}
|
22
|
-
|
23
|
-
.first-col{
|
24
|
-
width:110px;
|
25
|
-
@apply absolute left-0;
|
26
|
-
}
|
27
|
-
|
28
|
-
.last-col{
|
29
|
-
width:110px;
|
30
|
-
@apply absolute right-0;
|
31
|
-
}
|
32
|
-
}
|
33
|
-
|
34
|
-
@screen dt{
|
35
|
-
.scroll-table-wrapper{
|
36
|
-
width: 60%;
|
37
|
-
}
|
38
|
-
}
|
39
|
-
.table-switch-card-chip{
|
40
|
-
display: flex;
|
41
|
-
cursor: pointer;
|
42
|
-
padding-right: 10px;
|
43
|
-
width: 100%;
|
44
|
-
}
|
45
|
-
|
46
|
-
.table-search-wrapper{
|
47
|
-
display:flex;
|
48
|
-
width:100%;
|
49
|
-
align-items:center;
|
50
|
-
}
|
51
|
-
.table-switch-card-inactive{
|
52
|
-
/* Frame 58 */
|
53
|
-
|
54
|
-
|
55
|
-
/* Auto layout */
|
56
|
-
|
57
|
-
display: flex;
|
58
|
-
flex-direction: row;
|
59
|
-
align-items: flex-start;
|
60
|
-
padding: 8px;
|
61
|
-
|
62
|
-
position: static;
|
63
|
-
height: 40px;
|
64
|
-
left: 84px;
|
65
|
-
top: 0px;
|
66
|
-
|
67
|
-
/* Light Theme / Paper */
|
68
|
-
|
69
|
-
background: #FFFFFF;
|
70
|
-
box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
|
71
|
-
|
72
|
-
/* Inside auto layout */
|
73
|
-
|
74
|
-
flex: none;
|
75
|
-
flex-grow: 0;
|
76
|
-
margin: 0px 0px;
|
77
|
-
color: #B1B4B6;
|
78
|
-
}
|
79
|
-
.table-switch-card-inactive:hover{
|
80
|
-
background: #fffffc;
|
81
|
-
font-size: 17px;
|
82
|
-
color: #505A5F;
|
83
|
-
}
|
84
|
-
|
85
|
-
.table-switch-card-active{/* Frame 57 */
|
86
|
-
|
87
|
-
|
88
|
-
/* Auto layout */
|
89
|
-
|
90
|
-
display: flex;
|
91
|
-
flex-direction: row;
|
92
|
-
align-items: flex-start;
|
93
|
-
padding: 8px;
|
94
|
-
|
95
|
-
position: static;
|
96
|
-
height: 40px;
|
97
|
-
left: 0px;
|
98
|
-
top: 0px;
|
99
|
-
|
100
|
-
/* Light Theme / Paper */
|
101
|
-
|
102
|
-
background: #FFFFFF;
|
103
|
-
/* Light Theme / Primary */
|
104
|
-
|
105
|
-
border: 1px solid #F47738;
|
106
|
-
box-sizing: border-box;
|
107
|
-
box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
|
108
|
-
|
109
|
-
/* Inside auto layout */
|
110
|
-
|
111
|
-
flex: none;
|
112
|
-
flex-grow: 0;
|
113
|
-
margin: 0px 0px;
|
1
|
+
.scroll-table-wrapper{
|
2
|
+
&::-webkit-scrollbar {
|
3
|
+
display: none;
|
4
|
+
}
|
5
|
+
-ms-overflow-style: none;
|
6
|
+
scrollbar-width: none;
|
7
|
+
@apply relative overflow-x-scroll overflow-y-visible pb-sm text-center;
|
8
|
+
|
9
|
+
.scroll-table-width-wrapper{
|
10
|
+
&::-webkit-scrollbar {
|
11
|
+
display: none;
|
12
|
+
}
|
13
|
+
-ms-overflow-style: none;
|
14
|
+
scrollbar-width: none;
|
15
|
+
width: calc(100% - 110px);
|
16
|
+
margin: auto;
|
17
|
+
@apply overflow-x-scroll;
|
18
|
+
table{
|
19
|
+
margin: auto;
|
20
|
+
}
|
21
|
+
}
|
22
|
+
|
23
|
+
.first-col{
|
24
|
+
width:110px;
|
25
|
+
@apply absolute left-0;
|
26
|
+
}
|
27
|
+
|
28
|
+
.last-col{
|
29
|
+
width:110px;
|
30
|
+
@apply absolute right-0;
|
31
|
+
}
|
32
|
+
}
|
33
|
+
|
34
|
+
@screen dt{
|
35
|
+
.scroll-table-wrapper{
|
36
|
+
width: 60%;
|
37
|
+
}
|
38
|
+
}
|
39
|
+
.table-switch-card-chip{
|
40
|
+
display: flex;
|
41
|
+
cursor: pointer;
|
42
|
+
padding-right: 10px;
|
43
|
+
width: 100%;
|
44
|
+
}
|
45
|
+
|
46
|
+
.table-search-wrapper{
|
47
|
+
display:flex;
|
48
|
+
width:100%;
|
49
|
+
align-items:center;
|
50
|
+
}
|
51
|
+
.table-switch-card-inactive{
|
52
|
+
/* Frame 58 */
|
53
|
+
|
54
|
+
|
55
|
+
/* Auto layout */
|
56
|
+
|
57
|
+
display: flex;
|
58
|
+
flex-direction: row;
|
59
|
+
align-items: flex-start;
|
60
|
+
padding: 8px;
|
61
|
+
|
62
|
+
position: static;
|
63
|
+
height: 40px;
|
64
|
+
left: 84px;
|
65
|
+
top: 0px;
|
66
|
+
|
67
|
+
/* Light Theme / Paper */
|
68
|
+
|
69
|
+
background: #FFFFFF;
|
70
|
+
box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
|
71
|
+
|
72
|
+
/* Inside auto layout */
|
73
|
+
|
74
|
+
flex: none;
|
75
|
+
flex-grow: 0;
|
76
|
+
margin: 0px 0px;
|
77
|
+
color: #B1B4B6;
|
78
|
+
}
|
79
|
+
.table-switch-card-inactive:hover{
|
80
|
+
background: #fffffc;
|
81
|
+
font-size: 17px;
|
82
|
+
color: #505A5F;
|
83
|
+
}
|
84
|
+
|
85
|
+
.table-switch-card-active{/* Frame 57 */
|
86
|
+
|
87
|
+
|
88
|
+
/* Auto layout */
|
89
|
+
|
90
|
+
display: flex;
|
91
|
+
flex-direction: row;
|
92
|
+
align-items: flex-start;
|
93
|
+
padding: 8px;
|
94
|
+
|
95
|
+
position: static;
|
96
|
+
height: 40px;
|
97
|
+
left: 0px;
|
98
|
+
top: 0px;
|
99
|
+
|
100
|
+
/* Light Theme / Paper */
|
101
|
+
|
102
|
+
background: #FFFFFF;
|
103
|
+
/* Light Theme / Primary */
|
104
|
+
|
105
|
+
border: 1px solid #F47738;
|
106
|
+
box-sizing: border-box;
|
107
|
+
box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
|
108
|
+
|
109
|
+
/* Inside auto layout */
|
110
|
+
|
111
|
+
flex: none;
|
112
|
+
flex-grow: 0;
|
113
|
+
margin: 0px 0px;
|
114
114
|
}
|