@entit/digit-ui-css 1.5.6

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.
Files changed (107) hide show
  1. package/dist/index.css +7724 -0
  2. package/dist/index.min.css +1 -0
  3. package/img/browser-icon.png +0 -0
  4. package/img/m_seva_white_logo.png +0 -0
  5. package/img/mseva-demo.png +0 -0
  6. package/package.json +64 -0
  7. package/src/components/CardBasedOptions.scss +45 -0
  8. package/src/components/CitizenHomeCard.scss +47 -0
  9. package/src/components/EllipsisMenu.scss +17 -0
  10. package/src/components/EventCalendarView.scss +10 -0
  11. package/src/components/OnGroundEventCard.scss +72 -0
  12. package/src/components/PageBasedInput.scss +23 -0
  13. package/src/components/PopupHeadingLabel.scss +15 -0
  14. package/src/components/PropertySearchForm.scss +58 -0
  15. package/src/components/SearchForm.scss +56 -0
  16. package/src/components/SearchOnRadioButton.scss +10 -0
  17. package/src/components/StandaloneSearchBar.scss +10 -0
  18. package/src/components/TimeLine.scss +68 -0
  19. package/src/components/WhatsNewCard.scss +13 -0
  20. package/src/components/actionLink.scss +3 -0
  21. package/src/components/actionbar.scss +58 -0
  22. package/src/components/bannercomponents.scss +131 -0
  23. package/src/components/body.scss +119 -0
  24. package/src/components/buttons.scss +47 -0
  25. package/src/components/card.scss +390 -0
  26. package/src/components/cardHeaderWithOptions.scss +14 -0
  27. package/src/components/changeLanguage.scss +3 -0
  28. package/src/components/charts.scss +186 -0
  29. package/src/components/checkbox.scss +53 -0
  30. package/src/components/checkpoint.scss +63 -0
  31. package/src/components/citizenInfoLabel.scss +14 -0
  32. package/src/components/custombtn.scss +11 -0
  33. package/src/components/datatable.scss +72 -0
  34. package/src/components/datewrap.scss +21 -0
  35. package/src/components/detailscard.scss +6 -0
  36. package/src/components/detailscontainer.scss +13 -0
  37. package/src/components/filters.scss +98 -0
  38. package/src/components/grey.scss +3 -0
  39. package/src/components/hoc/InboxComposer.scss +22 -0
  40. package/src/components/hoc/index.scss +1 -0
  41. package/src/components/imageviewer.scss +33 -0
  42. package/src/components/info-banner.scss +34 -0
  43. package/src/components/inputotp.scss +15 -0
  44. package/src/components/keynote.scss +27 -0
  45. package/src/components/languageSelector.scss +23 -0
  46. package/src/components/loader.scss +96 -0
  47. package/src/components/map.scss +30 -0
  48. package/src/components/menu.scss +0 -0
  49. package/src/components/metricsTable.scss +27 -0
  50. package/src/components/multiLink.scss +73 -0
  51. package/src/components/multiSelectDropdown.scss +73 -0
  52. package/src/components/navbar.scss +110 -0
  53. package/src/components/popup.scss +16 -0
  54. package/src/components/radiobtn.scss +45 -0
  55. package/src/components/ratingstar.scss +33 -0
  56. package/src/components/roundedLabel.scss +10 -0
  57. package/src/components/searchAction.scss +20 -0
  58. package/src/components/sectionalDropdown.scss +43 -0
  59. package/src/components/selectdropdown.scss +173 -0
  60. package/src/components/statushighlight.scss +17 -0
  61. package/src/components/submiterrors.scss +11 -0
  62. package/src/components/summary.scss +26 -0
  63. package/src/components/table.scss +167 -0
  64. package/src/components/tag.scss +27 -0
  65. package/src/components/telephone.scss +17 -0
  66. package/src/components/textfields.scss +90 -0
  67. package/src/components/toast.scss +31 -0
  68. package/src/components/topbar.scss +134 -0
  69. package/src/components/uploadcomponents.scss +95 -0
  70. package/src/index.scss +544 -0
  71. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +5 -0
  72. package/src/pages/citizen/DocumentList.scss +305 -0
  73. package/src/pages/citizen/Events.scss +47 -0
  74. package/src/pages/citizen/HomePageWrapper.scss +99 -0
  75. package/src/pages/citizen/SurveyList.scss +22 -0
  76. package/src/pages/citizen/citizenDocument.scss +22 -0
  77. package/src/pages/citizen/container.scss +19 -0
  78. package/src/pages/citizen/payment/payment-type.scss +3 -0
  79. package/src/pages/citizen/updatePropertyNumber.scss +46 -0
  80. package/src/pages/employee/EmployeeLogin.scss +7 -0
  81. package/src/pages/employee/cardfix.scss +13 -0
  82. package/src/pages/employee/container.scss +73 -0
  83. package/src/pages/employee/dss.scss +116 -0
  84. package/src/pages/employee/form-fields.scss +13 -0
  85. package/src/pages/employee/iframe.scss +66 -0
  86. package/src/pages/employee/inbox.scss +455 -0
  87. package/src/pages/employee/index.scss +337 -0
  88. package/src/pages/employee/login.scss +185 -0
  89. package/src/pages/employee/oldMobileInbox.scss +5 -0
  90. package/src/pages/employee/popupmodule.scss +34 -0
  91. package/src/pages/employee/response.scss +3 -0
  92. package/src/pages/employee/scroll-table.scss +114 -0
  93. package/src/pages/employee/surveys.scss +273 -0
  94. package/src/pages/employee/tooltip.scss +36 -0
  95. package/src/pages/employee/updateNumber.scss +13 -0
  96. package/svg/arrowdown.svg +1 -0
  97. package/svg/arrowleft.svg +1 -0
  98. package/svg/calendar.svg +1 -0
  99. package/svg/camera.svg +4 -0
  100. package/svg/check.svg +4 -0
  101. package/svg/close.svg +4 -0
  102. package/svg/error.svg +4 -0
  103. package/svg/error2.svg +5 -0
  104. package/svg/searchicon.svg +4 -0
  105. package/svg/starempty.svg +4 -0
  106. package/svg/starfilled.svg +5 -0
  107. package/svg/success.svg +4 -0
@@ -0,0 +1,337 @@
1
+ @import "./login.scss";
2
+ /* TODO: convert using tailwind */
3
+ .employee {
4
+ .breadcrumb {
5
+ @apply ml-sm mb-lg;
6
+ }
7
+ .ground-container {
8
+ margin-bottom: 56px;
9
+ @apply flex flex-col;
10
+ }
11
+ .card-home {
12
+ font-size: 16px;
13
+ padding: 0 0 16px 0;
14
+ width: 92vw;
15
+ display: inline-block;
16
+ margin: 8px auto;
17
+ }
18
+ .topbar {
19
+ position: fixed;
20
+ top: 0;
21
+ width: 100%;
22
+ padding: 16px 24px;
23
+ background: white;
24
+ box-shadow: rgba(0, 0, 0, 0.24) 0 1px 4px;
25
+ z-index: 9999;
26
+
27
+ img {
28
+ display: inline;
29
+
30
+ &.city {
31
+ margin-right: 8px;
32
+ height: 48px;
33
+ width: 48px;
34
+ }
35
+
36
+ &.state {
37
+ height: 20px;
38
+ max-height: 20px;
39
+ width: auto;
40
+ }
41
+ }
42
+
43
+ .ulb {
44
+ font-weight: bold;
45
+ }
46
+
47
+ .right {
48
+ float: right;
49
+ margin-top: 12px;
50
+
51
+ .user-img-txt {
52
+ background: #f47738;
53
+ padding: 10px 15px;
54
+ border-radius: 50%;
55
+ color: white;
56
+ font-weight: 700;
57
+ }
58
+ }
59
+ }
60
+
61
+ .main {
62
+ padding-top: 88px;
63
+ }
64
+
65
+ .loginContainer {
66
+ padding-top: 88px;
67
+ }
68
+
69
+ .react-time-picker {
70
+ width: 100%;
71
+ }
72
+
73
+ .react-time-picker__wrapper {
74
+ border: 1px solid #464646;
75
+ }
76
+
77
+ .react-time-picker__clock {
78
+ display: none;
79
+ }
80
+
81
+ .react-time-picker__inputGroup__leadingZero {
82
+ padding-right: 8px;
83
+ display: inline !important;
84
+ }
85
+
86
+ .react-time-picker__inputGroup__input {
87
+ padding: 0;
88
+ min-width: none;
89
+ outline: none !important;
90
+ border: none !important;
91
+ }
92
+
93
+ .react-time-picker__wrapper {
94
+ padding-left: 8px;
95
+ }
96
+ }
97
+
98
+ .citizen {
99
+ .main {
100
+ padding-top: 82px;
101
+ min-height: calc(100vh - 90px);
102
+ }
103
+ }
104
+
105
+ .citizen,
106
+ .employee {
107
+ .sidebar {
108
+ position: fixed;
109
+ left: 0;
110
+ padding: 20px 0;
111
+ background: #22394d;
112
+ height: 100%;
113
+ color: white;
114
+ margin-top: 80px;
115
+ z-index: 1000;
116
+
117
+ .actions {
118
+ cursor: pointer;
119
+ padding: 0 20px;
120
+ margin-bottom: 32px;
121
+
122
+ &.active {
123
+ border-right: 4px solid #f47738;
124
+ padding-right: 16px;
125
+ }
126
+ }
127
+ }
128
+
129
+ .wrapperStyles {
130
+ margin-top: -5px;
131
+ padding-left: 20px;
132
+ padding-top: 10px;
133
+
134
+ .containerStyles {
135
+ border: 1px solid #505A5F;
136
+ padding: 16px;
137
+ margin-bottom: 20px;
138
+ }
139
+
140
+ &.leftBorder {
141
+ border-left: 2px solid rgba(0, 0, 0, 0.12);
142
+ }
143
+ }
144
+
145
+ .rowContainerStyles {
146
+ @apply flex flex-col;
147
+ }
148
+
149
+ .tableContainerStyles {
150
+ border: 1px solid #505A5F;
151
+ padding: 16px;
152
+ margin-bottom: 20px;
153
+ }
154
+
155
+ .historyTables {
156
+ display: grid;
157
+ grid-template-rows: 100px 100px;
158
+ grid-template-columns: repeat(5, minmax(100px, 1fr));
159
+ }
160
+
161
+ .historyContent {
162
+ margin: 0 10px;
163
+ position: relative;
164
+ padding-bottom: 5px;
165
+ }
166
+
167
+ .historyCheckpoint {
168
+ background-color: #fe7a51;
169
+ border-radius: 100%;
170
+ width: 18px;
171
+ height: 18px;
172
+ display: inline-block;
173
+ position: relative;
174
+ left: -9px;
175
+ top: 4px;
176
+
177
+ &.zIndex {
178
+ z-index: 10;
179
+ }
180
+ }
181
+
182
+ .historyTableDateLabel {
183
+ color: rgba(0, 0, 0, 0.87);
184
+ font-size: 16px;
185
+ font-weight: 700;
186
+ line-height: 17px;
187
+ text-align: left;
188
+ display: inline-block;
189
+ padding-top: 5px;
190
+
191
+ }
192
+
193
+ .bottomMargin {
194
+ margin-bottom: 0px;
195
+ }
196
+
197
+ .historyTableDate {
198
+ color: rgba(0, 0, 0, 0.87);
199
+ font-size: 19px;
200
+ font-weight: 400;
201
+ line-height: 17px;
202
+ text-align: left;
203
+ display: inline-block;
204
+ padding-top: 10px;
205
+ }
206
+
207
+ .historyHorizontalBar {
208
+ background-color: rgba(0, 0, 0, 0.12);
209
+ width: auto;
210
+ height: 2px;
211
+ margin-left: 16px
212
+ }
213
+
214
+ .smallText {
215
+ font-weight: 500;
216
+ font-size: 14px;
217
+ }
218
+ }
219
+
220
+ .citizen {
221
+ .sidebar {
222
+ margin-top: 54px;
223
+ min-width: 200px;
224
+ .actions {
225
+ display: flex;
226
+ align-items: center;
227
+ gap: 10px;
228
+ }
229
+ }
230
+ }
231
+
232
+ .link {
233
+ @apply text-primary-main cursor-pointer ;
234
+
235
+ :hover {
236
+ @apply text-primary-dark;
237
+ }
238
+ }
239
+
240
+ .RightMostTopBarOptions{
241
+ @apply inline-block float-right;
242
+ .EventNotificationWrapper{
243
+ @apply relative cursor-pointer;
244
+ span{
245
+ top: -10px;
246
+ right: -10px;
247
+ @apply absolute bg-error h-5 w-5 rounded-full text-center;
248
+ p{
249
+ line-height: 20px;
250
+ }
251
+ }
252
+ }
253
+ }
254
+
255
+ @media (min-width: 640px) {
256
+ .employee {
257
+ .ground-container {
258
+ @apply block ml-md;
259
+ }
260
+ .breadcrumb {
261
+ @apply mb-lg;
262
+ margin-left: 0;
263
+ }
264
+ .card-home {
265
+ width: 270px;
266
+ margin-right: 16px;
267
+ margin-bottom: 16px;
268
+ }
269
+ .card-home-hrms {
270
+ width: 405px;
271
+ padding: 0px;
272
+ margin-right: 16px;
273
+ margin-bottom: 16px;
274
+ }
275
+ .main {
276
+ padding-top: 80px;
277
+ margin-left: 72px;
278
+ width: calc(100%-83px);
279
+ }
280
+ }
281
+
282
+ .citizen {
283
+ .main {
284
+ gap: 0.3rem;
285
+ width: 100%;
286
+ padding-top: 80px;
287
+ padding-left: 16px;
288
+ min-height: calc(100vh - 40px);
289
+ }
290
+
291
+ .center-container {
292
+ width: 70%;
293
+ margin: 0 auto;
294
+ }
295
+ }
296
+ }
297
+
298
+ .fullWidth {
299
+ width: 100%;
300
+ }
301
+
302
+ .multi-select-container {
303
+ .disposal-text {
304
+ @apply font-bold;
305
+ }
306
+
307
+ .disposal-info {
308
+ @apply my-md ml-sm;
309
+ }
310
+
311
+ .disposal-action-bar {
312
+ @apply flex justify-between items-center;
313
+ }
314
+ }
315
+
316
+ @screen dt {
317
+ .d-grid {
318
+ display: grid;
319
+ grid-template-columns: 250px 250px 250px 250px;
320
+ column-gap: 10px;
321
+ row-gap: 2px;
322
+ margin-left: -12px;
323
+ }
324
+
325
+ }
326
+
327
+ .m-auto {
328
+ margin: auto !important;
329
+ }
330
+
331
+ .mb-50{
332
+ margin-bottom: 50px;
333
+ }
334
+ .mb-25{
335
+ margin-bottom: 25px;
336
+ }
337
+
@@ -0,0 +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
+
@@ -0,0 +1,5 @@
1
+ .linksWrapperForMobileInbox{
2
+ .header{
3
+ justify-content: initial;
4
+ }
5
+ }
@@ -0,0 +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
+ }
@@ -0,0 +1,3 @@
1
+ .secondary-action{
2
+ @apply inline float-right;
3
+ }
@@ -0,0 +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;
114
+ }