@entit/digit-ui-css 1.5.6 → 2.0.0
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 +2302 -400
- package/dist/index.min.css +1 -1
- package/package.json +64 -64
- package/src/components/CardBasedOptions.scss +110 -44
- package/src/components/CitizenHomeCard.scss +57 -46
- package/src/components/EllipsisMenu.scss +16 -16
- package/src/components/EventCalendarView.scss +9 -9
- package/src/components/FAQ.scss +64 -0
- package/src/components/OnGroundEventCard.scss +71 -71
- package/src/components/PageBasedInput.scss +31 -23
- 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 +137 -131
- package/src/components/body.scss +146 -118
- package/src/components/buttons.scss +50 -47
- package/src/components/card.scss +412 -389
- package/src/components/cardHeaderWithOptions.scss +13 -13
- package/src/components/changeLanguage.scss +3 -3
- package/src/components/charts.scss +318 -185
- package/src/components/checkbox.scss +84 -53
- package/src/components/checkpoint.scss +65 -63
- package/src/components/citizenInfoLabel.scss +14 -14
- package/src/components/custombtn.scss +11 -11
- package/src/components/datatable.scss +76 -72
- 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 +115 -22
- package/src/components/howItWorks.scss +71 -0
- package/src/components/imageviewer.scss +33 -33
- package/src/components/info-banner.scss +35 -34
- package/src/components/inputotp.scss +15 -15
- package/src/components/keynote.scss +27 -27
- package/src/components/languageSelector.scss +24 -23
- 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 +87 -72
- package/src/components/multiSelectDropdown.scss +72 -72
- package/src/components/navbar.scss +308 -110
- package/src/components/plusMinus.scss +15 -0
- package/src/components/popup.scss +15 -15
- package/src/components/radiobtn.scss +56 -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 +199 -173
- package/src/components/staticDynamicMessages.scss +107 -0
- package/src/components/staticSideBar.scss +27 -0
- package/src/components/statushighlight.scss +17 -17
- package/src/components/submiterrors.scss +11 -11
- package/src/components/summary.scss +28 -25
- package/src/components/table.scss +178 -167
- package/src/components/tag.scss +27 -27
- package/src/components/telephone.scss +17 -17
- package/src/components/textfields.scss +108 -90
- package/src/components/toast.scss +31 -31
- package/src/components/toggleSwitch.scss +41 -0
- package/src/components/topbar.scss +148 -134
- package/src/components/uploadcomponents.scss +113 -95
- package/src/index.scss +768 -544
- package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -5
- package/src/pages/citizen/DocumentList.scss +304 -304
- package/src/pages/citizen/Events.scss +46 -46
- package/src/pages/citizen/HomePageWrapper.scss +163 -99
- 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 +13 -12
- package/src/pages/employee/container.scss +73 -73
- package/src/pages/employee/dss.scss +249 -116
- package/src/pages/employee/form-fields.scss +13 -13
- package/src/pages/employee/iframe.scss +65 -65
- package/src/pages/employee/inbox.scss +687 -455
- package/src/pages/employee/index.scss +625 -337
- package/src/pages/employee/login.scss +260 -185
- package/src/pages/employee/oldMobileInbox.scss +4 -4
- package/src/pages/employee/popupmodule.scss +47 -34
- package/src/pages/employee/response.scss +2 -2
- package/src/pages/employee/scroll-table.scss +113 -113
- package/src/pages/employee/surveys.scss +272 -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,73 +1,73 @@
|
|
1
|
-
.icon-bg-secondary {
|
2
|
-
@apply flex bg-secondary w-12 h-12;
|
3
|
-
|
4
|
-
svg {
|
5
|
-
margin: auto;
|
6
|
-
@apply w-6 h-6;
|
7
|
-
}
|
8
|
-
}
|
9
|
-
|
10
|
-
.heading-m {
|
11
|
-
@apply font-bold text-text-primary text-heading-m ml-md pt-sm;
|
12
|
-
}
|
13
|
-
.BPAheading-m{
|
14
|
-
margin-left:22px;
|
15
|
-
}
|
16
|
-
|
17
|
-
.break-line {
|
18
|
-
@apply border-border my-lg;
|
19
|
-
}
|
20
|
-
|
21
|
-
.employee-home-footer {
|
22
|
-
@apply flex h-10 bg-grey-bg pb-md pt-sm justify-center w-full;
|
23
|
-
img {
|
24
|
-
height: 100%;
|
25
|
-
}
|
26
|
-
}
|
27
|
-
.employee-login-home-footer{
|
28
|
-
@apply flex fixed bottom-0 h-10 bg-grey-bg pb-md pt-sm justify-center w-full;
|
29
|
-
img{
|
30
|
-
@apply ml-sm
|
31
|
-
}
|
32
|
-
}
|
33
|
-
.fieldInspectionWrapper{
|
34
|
-
border: 1px solid #d6d5d4;
|
35
|
-
padding: 16px;
|
36
|
-
margin-top: 8px;
|
37
|
-
background: #
|
38
|
-
}
|
39
|
-
|
40
|
-
.fieldInsepctionInsideWrapper{
|
41
|
-
border: 1px solid #
|
42
|
-
padding: 16px;
|
43
|
-
margin-top: 8px;
|
44
|
-
background: #
|
45
|
-
max-width: 70%;
|
46
|
-
min-width: 280px;
|
47
|
-
}
|
48
|
-
|
49
|
-
@screen dt {
|
50
|
-
.ground-container {
|
51
|
-
margin-bottom: 56px;
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
margin-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
}
|
67
|
-
.moduleCardWrapper{
|
68
|
-
@apply flex flex-row flex-wrap !important;
|
69
|
-
}
|
70
|
-
.gridModuleWrapper{
|
71
|
-
@apply grid grid-cols-4 gap-4;
|
72
|
-
}
|
73
|
-
}
|
1
|
+
.icon-bg-secondary {
|
2
|
+
@apply flex bg-secondary w-12 h-12;
|
3
|
+
|
4
|
+
svg {
|
5
|
+
margin: auto;
|
6
|
+
@apply w-6 h-6;
|
7
|
+
}
|
8
|
+
}
|
9
|
+
|
10
|
+
.heading-m {
|
11
|
+
@apply font-bold text-text-primary text-heading-m ml-md pt-sm;
|
12
|
+
}
|
13
|
+
.BPAheading-m {
|
14
|
+
margin-left: 22px;
|
15
|
+
}
|
16
|
+
|
17
|
+
.break-line {
|
18
|
+
@apply border-border my-lg;
|
19
|
+
}
|
20
|
+
|
21
|
+
.employee-home-footer {
|
22
|
+
@apply flex h-10 bg-grey-bg pb-md pt-sm justify-center w-full;
|
23
|
+
img {
|
24
|
+
height: 100%;
|
25
|
+
}
|
26
|
+
}
|
27
|
+
.employee-login-home-footer{
|
28
|
+
@apply flex fixed bottom-0 h-10 bg-grey-bg pb-md pt-sm justify-center w-full;
|
29
|
+
img{
|
30
|
+
@apply ml-sm
|
31
|
+
}
|
32
|
+
}
|
33
|
+
.fieldInspectionWrapper{
|
34
|
+
border: 1px solid #d6d5d4;
|
35
|
+
padding: 16px;
|
36
|
+
margin-top: 8px;
|
37
|
+
background: #fafafa;
|
38
|
+
}
|
39
|
+
|
40
|
+
.fieldInsepctionInsideWrapper {
|
41
|
+
border: 1px solid #d6d5d4;
|
42
|
+
padding: 16px;
|
43
|
+
margin-top: 8px;
|
44
|
+
background: #ffffff;
|
45
|
+
max-width: 70%;
|
46
|
+
min-width: 280px;
|
47
|
+
}
|
48
|
+
|
49
|
+
@screen dt {
|
50
|
+
.ground-container {
|
51
|
+
margin-bottom: 56px;
|
52
|
+
|
53
|
+
@apply p-md;
|
54
|
+
}
|
55
|
+
.heading-m {
|
56
|
+
@apply text-heading-m-dt;
|
57
|
+
}
|
58
|
+
.BPAheading-m {
|
59
|
+
margin-left: 22px;
|
60
|
+
}
|
61
|
+
.break-line {
|
62
|
+
margin-top: 40px;
|
63
|
+
margin-bottom: 40px;
|
64
|
+
}
|
65
|
+
.employee-home-footer {
|
66
|
+
}
|
67
|
+
.moduleCardWrapper {
|
68
|
+
@apply flex flex-row flex-wrap !important;
|
69
|
+
}
|
70
|
+
.gridModuleWrapper {
|
71
|
+
@apply grid grid-cols-4 gap-4;
|
72
|
+
}
|
73
|
+
}
|
@@ -1,116 +1,249 @@
|
|
1
|
-
.dss-switch-tabs{/* Card / Primary */
|
2
|
-
|
3
|
-
/* Light Theme / Paper */
|
4
|
-
|
5
|
-
background: #FFFFFF;
|
6
|
-
/* Card-Shadow */
|
7
|
-
|
8
|
-
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
|
9
|
-
border-radius: 4px;
|
10
|
-
margin-bottom:3%;
|
11
|
-
margin-right:25px;
|
12
|
-
}
|
13
|
-
|
14
|
-
.dss-header-label{
|
15
|
-
font-weight: 600 !important;
|
16
|
-
font-size: 22px !important;
|
17
|
-
white-space: pre-line;
|
18
|
-
}
|
19
|
-
.dss-switch-tab-wrapper{
|
20
|
-
cursor:pointer;
|
21
|
-
display: flex;
|
22
|
-
flex-direction: row;
|
23
|
-
height: 50px;
|
24
|
-
align-items: center;
|
25
|
-
}
|
26
|
-
|
27
|
-
.dss-switch-tab-selected{
|
28
|
-
/* Revenue */
|
29
|
-
border-bottom: 3px solid #
|
30
|
-
font-family: Roboto;
|
31
|
-
font-style: normal;
|
32
|
-
font-weight: 500;
|
33
|
-
font-size: 22px;
|
34
|
-
color: #
|
35
|
-
padding: 7px 24px;
|
36
|
-
|
37
|
-
}
|
38
|
-
.dss-switch-tab-unselected{
|
39
|
-
|
40
|
-
font-family: Roboto;
|
41
|
-
font-style: normal;
|
42
|
-
font-weight: 500;
|
43
|
-
font-size: 22px;
|
44
|
-
color: #505A5F;
|
45
|
-
padding: 8px 24px;
|
46
|
-
|
47
|
-
}
|
48
|
-
|
49
|
-
.dss-table-subheader{
|
50
|
-
position: relative;
|
51
|
-
top: -7px;
|
52
|
-
font-size: 13px;
|
53
|
-
font-weight: 400;
|
54
|
-
color: rgba(80, 90, 95, 1);
|
55
|
-
}
|
56
|
-
|
57
|
-
.dss-pie-subheader{
|
58
|
-
position: relative;
|
59
|
-
top: -7px;
|
60
|
-
font-size: 13px;
|
61
|
-
font-weight: 400;
|
62
|
-
color: rgba(80, 90, 95, 1);
|
63
|
-
}
|
64
|
-
|
65
|
-
.recharts-legend-item{
|
66
|
-
margin-bottom: 20px !important;
|
67
|
-
white-space: pre;
|
68
|
-
}
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
.
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
}
|
110
|
-
|
111
|
-
.
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
1
|
+
.dss-switch-tabs{/* Card / Primary */
|
2
|
+
|
3
|
+
/* Light Theme / Paper */
|
4
|
+
|
5
|
+
background: #FFFFFF;
|
6
|
+
/* Card-Shadow */
|
7
|
+
|
8
|
+
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
|
9
|
+
border-radius: 4px;
|
10
|
+
margin-bottom:3%;
|
11
|
+
margin-right:25px;
|
12
|
+
}
|
13
|
+
|
14
|
+
.dss-header-label{
|
15
|
+
font-weight: 600 !important;
|
16
|
+
font-size: 22px !important;
|
17
|
+
white-space: pre-line;
|
18
|
+
}
|
19
|
+
.dss-switch-tab-wrapper{
|
20
|
+
cursor:pointer;
|
21
|
+
display: flex;
|
22
|
+
flex-direction: row;
|
23
|
+
height: 50px;
|
24
|
+
align-items: center;
|
25
|
+
}
|
26
|
+
|
27
|
+
.dss-switch-tab-selected{
|
28
|
+
/* Revenue */
|
29
|
+
border-bottom: 3px solid #a82227;
|
30
|
+
font-family: Roboto;
|
31
|
+
font-style: normal;
|
32
|
+
font-weight: 500;
|
33
|
+
font-size: 22px;
|
34
|
+
color: #a82227;
|
35
|
+
padding: 7px 24px;
|
36
|
+
|
37
|
+
}
|
38
|
+
.dss-switch-tab-unselected{
|
39
|
+
|
40
|
+
font-family: Roboto;
|
41
|
+
font-style: normal;
|
42
|
+
font-weight: 500;
|
43
|
+
font-size: 22px;
|
44
|
+
color: #505A5F;
|
45
|
+
padding: 8px 24px;
|
46
|
+
|
47
|
+
}
|
48
|
+
|
49
|
+
.dss-table-subheader{
|
50
|
+
position: relative;
|
51
|
+
top: -7px;
|
52
|
+
font-size: 13px;
|
53
|
+
font-weight: 400;
|
54
|
+
color: rgba(80, 90, 95, 1);
|
55
|
+
}
|
56
|
+
|
57
|
+
.dss-pie-subheader{
|
58
|
+
position: relative;
|
59
|
+
top: -7px;
|
60
|
+
font-size: 13px;
|
61
|
+
font-weight: 400;
|
62
|
+
color: rgba(80, 90, 95, 1);
|
63
|
+
}
|
64
|
+
|
65
|
+
.recharts-legend-item{
|
66
|
+
margin-bottom: 20px !important;
|
67
|
+
white-space: pre;
|
68
|
+
}
|
69
|
+
|
70
|
+
.dss-white-pre{
|
71
|
+
white-space: pre;
|
72
|
+
|
73
|
+
}
|
74
|
+
.dss-white-pre-line{
|
75
|
+
white-space: pre-line;
|
76
|
+
|
77
|
+
}
|
78
|
+
.dss-white-pre-temp{
|
79
|
+
white-space: pre-line;
|
80
|
+
|
81
|
+
}
|
82
|
+
|
83
|
+
.multi-select-dropdown-wrap{
|
84
|
+
.master{
|
85
|
+
.label{
|
86
|
+
p{
|
87
|
+
white-space:pre;
|
88
|
+
}
|
89
|
+
}
|
90
|
+
}
|
91
|
+
}
|
92
|
+
|
93
|
+
.divToBeHidden{
|
94
|
+
display:block;
|
95
|
+
}
|
96
|
+
|
97
|
+
.divWillGetHidden{
|
98
|
+
display:none;
|
99
|
+
}
|
100
|
+
|
101
|
+
.dss-temp-white-pre{
|
102
|
+
white-space: pre;
|
103
|
+
}
|
104
|
+
|
105
|
+
.dss-input-active-border{
|
106
|
+
--border-opacity: 1;
|
107
|
+
border: 1px solid #a82227 !important;
|
108
|
+
border-color: rgba(244, 119, 56, var(--border-opacity));
|
109
|
+
}
|
110
|
+
|
111
|
+
.employeeCustomCard .card-count{
|
112
|
+
padding-right: 0px;
|
113
|
+
}
|
114
|
+
.dss-card {
|
115
|
+
display: flex;
|
116
|
+
flex-wrap: wrap;
|
117
|
+
}
|
118
|
+
|
119
|
+
.dss-card-parent {
|
120
|
+
display: flex;
|
121
|
+
flex-direction: column;
|
122
|
+
width: 31%;
|
123
|
+
border-radius: 6px;
|
124
|
+
padding: 25px;
|
125
|
+
margin: 15px 11.5px;
|
126
|
+
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
|
127
|
+
cursor: pointer;
|
128
|
+
}
|
129
|
+
|
130
|
+
.dss-card-body {
|
131
|
+
display: flex;
|
132
|
+
flex-wrap: wrap;
|
133
|
+
cursor: pointer;
|
134
|
+
}
|
135
|
+
|
136
|
+
.dss-card-header {
|
137
|
+
display: flex;
|
138
|
+
margin-bottom: 30px;
|
139
|
+
align-items: center;
|
140
|
+
|
141
|
+
p {
|
142
|
+
font-size: 24px;
|
143
|
+
font-family: "Roboto", sans-serif;
|
144
|
+
font-weight: 500;
|
145
|
+
color: #000000;
|
146
|
+
}
|
147
|
+
|
148
|
+
svg {
|
149
|
+
width: 50px;
|
150
|
+
height: 50px;
|
151
|
+
}
|
152
|
+
}
|
153
|
+
|
154
|
+
|
155
|
+
.dss-insight-card {
|
156
|
+
margin: 10px 0;
|
157
|
+
|
158
|
+
p {
|
159
|
+
font-family: "Roboto", sans-serif;
|
160
|
+
}
|
161
|
+
|
162
|
+
.p1 {
|
163
|
+
font-size: 16px;
|
164
|
+
color: #585858;
|
165
|
+
}
|
166
|
+
|
167
|
+
.p3 {
|
168
|
+
font-size: 16px;
|
169
|
+
font-weight: 400;
|
170
|
+
}
|
171
|
+
|
172
|
+
.p2 {
|
173
|
+
font-size: 24px;
|
174
|
+
font-weight: 500;
|
175
|
+
color: #000000;
|
176
|
+
}
|
177
|
+
|
178
|
+
.color-green {
|
179
|
+
color: #00703C;
|
180
|
+
}
|
181
|
+
|
182
|
+
.color-red {
|
183
|
+
color: #D4351C;
|
184
|
+
}
|
185
|
+
}
|
186
|
+
.w-100 {
|
187
|
+
width: 100%;
|
188
|
+
}
|
189
|
+
.dss-w-100 {
|
190
|
+
width: 97%;
|
191
|
+
}
|
192
|
+
|
193
|
+
.h-100{
|
194
|
+
width: 100%;
|
195
|
+
height: 100%;
|
196
|
+
}
|
197
|
+
|
198
|
+
.dss-h-100{
|
199
|
+
width: 97%;
|
200
|
+
height: 100%;
|
201
|
+
}
|
202
|
+
|
203
|
+
.tab-rows{
|
204
|
+
display: flex;
|
205
|
+
justify-content:space-between;
|
206
|
+
height: 30px;
|
207
|
+
align-items: center;
|
208
|
+
width: 60%;
|
209
|
+
margin-left: 13%;
|
210
|
+
}
|
211
|
+
.tab-header{
|
212
|
+
font-weight: 700;
|
213
|
+
font-size: 16px;
|
214
|
+
line-height: 19px;
|
215
|
+
border-bottom: 1px solid #b1b4b6;
|
216
|
+
color: #2a3340;
|
217
|
+
}
|
218
|
+
.map-status{
|
219
|
+
position: relative;
|
220
|
+
width: 33%;
|
221
|
+
left: 50%;
|
222
|
+
bottom: 130px;
|
223
|
+
}
|
224
|
+
.map-row{
|
225
|
+
display: flex;
|
226
|
+
align-items: center;
|
227
|
+
margin-top: 5px;
|
228
|
+
}
|
229
|
+
.map-box{
|
230
|
+
display: inline-block;
|
231
|
+
height: 10px;
|
232
|
+
width: 10px;
|
233
|
+
}
|
234
|
+
.map-text{
|
235
|
+
margin-left: 5px;
|
236
|
+
color: #636363;
|
237
|
+
font-size: 14px;
|
238
|
+
}
|
239
|
+
|
240
|
+
|
241
|
+
@media screen and (max-width: 768px) {
|
242
|
+
.dss-switch-tabs{/* Card / Primary */
|
243
|
+
margin-right:0px;
|
244
|
+
}
|
245
|
+
|
246
|
+
.dss-card-parent{
|
247
|
+
width:100%;
|
248
|
+
}
|
249
|
+
}
|
@@ -1,13 +1,13 @@
|
|
1
|
-
.form-field{
|
2
|
-
@apply w-full
|
3
|
-
}
|
4
|
-
|
5
|
-
@screen dt {
|
6
|
-
.form-field{
|
7
|
-
@apply w-1/2
|
8
|
-
}
|
9
|
-
|
10
|
-
.desktop-w-full{
|
11
|
-
@apply w-full !important
|
12
|
-
}
|
13
|
-
}
|
1
|
+
.form-field{
|
2
|
+
@apply w-full
|
3
|
+
}
|
4
|
+
|
5
|
+
@screen dt {
|
6
|
+
.form-field{
|
7
|
+
@apply w-1/2
|
8
|
+
}
|
9
|
+
|
10
|
+
.desktop-w-full{
|
11
|
+
@apply w-full !important
|
12
|
+
}
|
13
|
+
}
|
@@ -1,66 +1,66 @@
|
|
1
|
-
body {
|
2
|
-
margin: 0;
|
3
|
-
padding: 0;
|
4
|
-
font-family:
|
5
|
-
background: #f4f7fb;
|
6
|
-
}
|
7
|
-
|
8
|
-
|
9
|
-
.app-container-iframe {
|
10
|
-
border-width: 0px;
|
11
|
-
div[class^="MuiCircularProgress"] {
|
12
|
-
position: sticky;
|
13
|
-
top: 90%;
|
14
|
-
left: 50%;
|
15
|
-
}
|
16
|
-
div[role^="progressbar"] {
|
17
|
-
left: 50%;
|
18
|
-
position: sticky;
|
19
|
-
}
|
20
|
-
}
|
21
|
-
|
22
|
-
@media only screen and (min-width: 953px) {
|
23
|
-
.app-container-iframe {
|
24
|
-
border-width: 0px;
|
25
|
-
position: fixed;
|
26
|
-
width: 83.5%;
|
27
|
-
height: calc(100vh - 64px);
|
28
|
-
}
|
29
|
-
}
|
30
|
-
|
31
|
-
|
32
|
-
@media (max-width: 768px) {
|
33
|
-
.app-container-iframe {
|
34
|
-
border-width: 0;
|
35
|
-
width: 100vw;
|
36
|
-
height: 100vh;
|
37
|
-
margin: 32px 0 0 0;
|
38
|
-
}
|
39
|
-
}
|
40
|
-
@media (max-width: 375px) {
|
41
|
-
.app-container-iframe {
|
42
|
-
border-width: 0;
|
43
|
-
width: 100vw;
|
44
|
-
height: 100vh;
|
45
|
-
margin: 32px 0 0 0;
|
46
|
-
}
|
47
|
-
}
|
48
|
-
|
49
|
-
.app-iframe-wrapper{
|
50
|
-
left: 64px;
|
51
|
-
border-width: 0;
|
52
|
-
position: fixed;
|
53
|
-
top: 80px;
|
54
|
-
}
|
55
|
-
.app-iframe{
|
56
|
-
width: 97%;
|
57
|
-
height: calc(100vh - 90px);
|
58
|
-
border-width: 0;
|
59
|
-
position: fixed;
|
60
|
-
}
|
61
|
-
@media (max-width: 768px) {
|
62
|
-
|
63
|
-
.app-iframe-wrapper{
|
64
|
-
left: 0px;
|
65
|
-
}
|
1
|
+
body {
|
2
|
+
margin: 0;
|
3
|
+
padding: 0;
|
4
|
+
font-family: "Roboto";
|
5
|
+
background: #f4f7fb;
|
6
|
+
}
|
7
|
+
|
8
|
+
|
9
|
+
.app-container-iframe {
|
10
|
+
border-width: 0px;
|
11
|
+
div[class^="MuiCircularProgress"] {
|
12
|
+
position: sticky;
|
13
|
+
top: 90%;
|
14
|
+
left: 50%;
|
15
|
+
}
|
16
|
+
div[role^="progressbar"] {
|
17
|
+
left: 50%;
|
18
|
+
position: sticky;
|
19
|
+
}
|
20
|
+
}
|
21
|
+
|
22
|
+
@media only screen and (min-width: 953px) {
|
23
|
+
.app-container-iframe {
|
24
|
+
border-width: 0px;
|
25
|
+
position: fixed;
|
26
|
+
width: 83.5%;
|
27
|
+
height: calc(100vh - 64px);
|
28
|
+
}
|
29
|
+
}
|
30
|
+
|
31
|
+
|
32
|
+
@media (max-width: 768px) {
|
33
|
+
.app-container-iframe {
|
34
|
+
border-width: 0;
|
35
|
+
width: 100vw;
|
36
|
+
height: 100vh;
|
37
|
+
margin: 32px 0 0 0;
|
38
|
+
}
|
39
|
+
}
|
40
|
+
@media (max-width: 375px) {
|
41
|
+
.app-container-iframe {
|
42
|
+
border-width: 0;
|
43
|
+
width: 100vw;
|
44
|
+
height: 100vh;
|
45
|
+
margin: 32px 0 0 0;
|
46
|
+
}
|
47
|
+
}
|
48
|
+
|
49
|
+
.app-iframe-wrapper{
|
50
|
+
left: 64px;
|
51
|
+
border-width: 0;
|
52
|
+
position: fixed;
|
53
|
+
top: 80px;
|
54
|
+
}
|
55
|
+
.app-iframe{
|
56
|
+
width: 97%;
|
57
|
+
height: calc(100vh - 90px);
|
58
|
+
border-width: 0;
|
59
|
+
position: fixed;
|
60
|
+
}
|
61
|
+
@media (max-width: 768px) {
|
62
|
+
|
63
|
+
.app-iframe-wrapper{
|
64
|
+
left: 0px;
|
65
|
+
}
|
66
66
|
}
|