@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,110 +1,308 @@
|
|
1
|
-
.navbar {
|
2
|
-
@apply text-white bg-secondary p-md w-full;
|
3
|
-
position: fixed;
|
4
|
-
z-index: 9999;
|
5
|
-
|
6
|
-
img {
|
7
|
-
display: inline-block;
|
8
|
-
min-width: 78px;
|
9
|
-
height: 24px;
|
10
|
-
}
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
}
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
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
|
-
|
1
|
+
.navbar {
|
2
|
+
@apply text-white bg-secondary p-md w-full;
|
3
|
+
position: fixed;
|
4
|
+
z-index: 9999;
|
5
|
+
|
6
|
+
img {
|
7
|
+
display: inline-block;
|
8
|
+
min-width: 78px;
|
9
|
+
height: 24px;
|
10
|
+
}
|
11
|
+
.nav {
|
12
|
+
display: flex;
|
13
|
+
justify-content: space-between;
|
14
|
+
}
|
15
|
+
.nav-wrapper {
|
16
|
+
display: flex;
|
17
|
+
@media (min-width: 780px) {
|
18
|
+
.hamburger-span {
|
19
|
+
display: none;
|
20
|
+
}
|
21
|
+
}
|
22
|
+
}
|
23
|
+
|
24
|
+
h3 {
|
25
|
+
@apply inline-block border-l border-solid border-white pl-sm ml-sm;
|
26
|
+
}
|
27
|
+
}
|
28
|
+
|
29
|
+
.img-circle {
|
30
|
+
border-radius: 50%;
|
31
|
+
}
|
32
|
+
|
33
|
+
.profile-section {
|
34
|
+
height: auto;
|
35
|
+
display: flex;
|
36
|
+
flex-direction: column;
|
37
|
+
align-items: center;
|
38
|
+
padding-top: 30px;
|
39
|
+
background-color: #ffffff;
|
40
|
+
|
41
|
+
img {
|
42
|
+
width: 89px;
|
43
|
+
height: 88px;
|
44
|
+
margin: 0px auto 16px;
|
45
|
+
}
|
46
|
+
|
47
|
+
.label-container {
|
48
|
+
.label-text {
|
49
|
+
color: #767676;
|
50
|
+
}
|
51
|
+
&.name-Profile {
|
52
|
+
.label-text {
|
53
|
+
letter-spacing: 0.6px;
|
54
|
+
font-weight: 700;
|
55
|
+
font-size: 18px;
|
56
|
+
color: #0b0c0c;
|
57
|
+
}
|
58
|
+
}
|
59
|
+
}
|
60
|
+
.profile-divider {
|
61
|
+
border-top: 1px solid #d6d5d4;
|
62
|
+
margin-left: 20px;
|
63
|
+
margin-right: 20px;
|
64
|
+
width: 90%;
|
65
|
+
margin-top: 1rem;
|
66
|
+
}
|
67
|
+
}
|
68
|
+
|
69
|
+
.drawer-list {
|
70
|
+
@apply pt-md;
|
71
|
+
position: relative;
|
72
|
+
min-height: 1px;
|
73
|
+
overflow: auto;
|
74
|
+
.menu-item {
|
75
|
+
border: 10px;
|
76
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
77
|
+
cursor: pointer;
|
78
|
+
text-decoration: none;
|
79
|
+
margin: 0px;
|
80
|
+
padding: 0px;
|
81
|
+
outline: none;
|
82
|
+
font-size: 16px;
|
83
|
+
position: relative;
|
84
|
+
color: rgb(95, 92, 98);
|
85
|
+
line-height: 48px;
|
86
|
+
transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
|
87
|
+
min-height: 48px;
|
88
|
+
white-space: initial;
|
89
|
+
background: none;
|
90
|
+
.icon {
|
91
|
+
display: block;
|
92
|
+
color: rgb(117, 117, 117);
|
93
|
+
fill: rgb(117, 117, 117);
|
94
|
+
height: 21px;
|
95
|
+
width: 21px;
|
96
|
+
float: left;
|
97
|
+
margin-top: 12px;
|
98
|
+
}
|
99
|
+
.edit-btn-ico{
|
100
|
+
height: 17px;
|
101
|
+
width: 17px;
|
102
|
+
margin-top: 16px;
|
103
|
+
}
|
104
|
+
.icon + .menu-label {
|
105
|
+
margin-left: 36px;
|
106
|
+
text-overflow: ellipsis;
|
107
|
+
white-space: nowrap;
|
108
|
+
}
|
109
|
+
}
|
110
|
+
.sidebar-list {
|
111
|
+
padding-right: 16px;
|
112
|
+
padding-left: 16px;
|
113
|
+
&.active {
|
114
|
+
border-left: 5px solid #a82227;
|
115
|
+
.menu-label {
|
116
|
+
color: #a82227;
|
117
|
+
}
|
118
|
+
.icon {
|
119
|
+
fill: #a82227;
|
120
|
+
}
|
121
|
+
}
|
122
|
+
|
123
|
+
.submenu-container {
|
124
|
+
cursor: pointer;
|
125
|
+
display: flex;
|
126
|
+
flex-direction: column;
|
127
|
+
.sidebar-link {
|
128
|
+
display: flex;
|
129
|
+
justify-content: space-between;
|
130
|
+
align-items: center;
|
131
|
+
svg {
|
132
|
+
width: 21px;
|
133
|
+
height: 21px;
|
134
|
+
color: rgb(117, 117, 117);
|
135
|
+
fill: rgb(117, 117, 117);
|
136
|
+
}
|
137
|
+
}
|
138
|
+
.actions {
|
139
|
+
display: flex;
|
140
|
+
align-items: center;
|
141
|
+
overflow: hidden !important;
|
142
|
+
|
143
|
+
span {
|
144
|
+
margin-left: 13px;
|
145
|
+
line-height: 48px;
|
146
|
+
white-space: nowrap;
|
147
|
+
color: #5f5c62;
|
148
|
+
overflow: hidden;
|
149
|
+
text-overflow: ellipsis;
|
150
|
+
}
|
151
|
+
input {
|
152
|
+
border: none;
|
153
|
+
outline: none;
|
154
|
+
margin-left: 16px;
|
155
|
+
padding: 0.5em;
|
156
|
+
color: #5f5c62;
|
157
|
+
}
|
158
|
+
}
|
159
|
+
}
|
160
|
+
}
|
161
|
+
|
162
|
+
.dropdown-link {
|
163
|
+
.actions {
|
164
|
+
display: flex;
|
165
|
+
padding: 1em;
|
166
|
+
svg {
|
167
|
+
width: 21px;
|
168
|
+
height: 21px;
|
169
|
+
color: rgb(117, 117, 117);
|
170
|
+
fill: rgb(117, 117, 117);
|
171
|
+
}
|
172
|
+
span {
|
173
|
+
color: #5f5c62;
|
174
|
+
}
|
175
|
+
}
|
176
|
+
}
|
177
|
+
}
|
178
|
+
|
179
|
+
.drawer-desktop {
|
180
|
+
.menu-item {
|
181
|
+
border: 10px;
|
182
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
183
|
+
cursor: pointer;
|
184
|
+
text-decoration: none;
|
185
|
+
margin: 0px;
|
186
|
+
padding: 0px;
|
187
|
+
outline: none;
|
188
|
+
font-size: 16px;
|
189
|
+
position: relative;
|
190
|
+
color: rgb(95, 92, 98);
|
191
|
+
line-height: 48px;
|
192
|
+
transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
|
193
|
+
min-height: 48px;
|
194
|
+
white-space: initial;
|
195
|
+
background: none;
|
196
|
+
.icon {
|
197
|
+
display: block;
|
198
|
+
color: rgb(117, 117, 117);
|
199
|
+
fill: rgb(117, 117, 117);
|
200
|
+
height: 21px !important;
|
201
|
+
width: 21px !important;
|
202
|
+
float: left;
|
203
|
+
margin-top: 12px;
|
204
|
+
}
|
205
|
+
.edit-btn-ico {
|
206
|
+
height: 17px;
|
207
|
+
width: 17px;
|
208
|
+
margin-top: 16px;
|
209
|
+
}
|
210
|
+
.icon + .menu-label {
|
211
|
+
margin-left: 36px;
|
212
|
+
overflow: hidden;
|
213
|
+
text-overflow: ellipsis;
|
214
|
+
white-space: nowrap;
|
215
|
+
}
|
216
|
+
}
|
217
|
+
@media (min-width: 780px) {
|
218
|
+
.sidebar-list {
|
219
|
+
padding-right: 16px;
|
220
|
+
padding-left: 16px;
|
221
|
+
&.active {
|
222
|
+
border-left: 5px solid #a82227;
|
223
|
+
padding-left: 11px;
|
224
|
+
.menu-label {
|
225
|
+
color: #a82227;
|
226
|
+
}
|
227
|
+
.icon {
|
228
|
+
fill: #a82227;
|
229
|
+
}
|
230
|
+
}
|
231
|
+
|
232
|
+
.submenu-container {
|
233
|
+
cursor: pointer;
|
234
|
+
display: flex;
|
235
|
+
flex-direction: column;
|
236
|
+
.sidebar-link {
|
237
|
+
display: flex;
|
238
|
+
justify-content: space-between;
|
239
|
+
align-items: center;
|
240
|
+
svg {
|
241
|
+
width: 21px;
|
242
|
+
height: 21px;
|
243
|
+
color: rgb(117, 117, 117);
|
244
|
+
fill: rgb(117, 117, 117);
|
245
|
+
}
|
246
|
+
.actions {
|
247
|
+
.tooltip {
|
248
|
+
margin-left: 16px;
|
249
|
+
}
|
250
|
+
}
|
251
|
+
}
|
252
|
+
.actions {
|
253
|
+
display: flex;
|
254
|
+
align-items: center;
|
255
|
+
overflow: hidden !important;
|
256
|
+
|
257
|
+
span {
|
258
|
+
margin-left: 13px;
|
259
|
+
line-height: 48px;
|
260
|
+
white-space: nowrap;
|
261
|
+
color: #5f5c62;
|
262
|
+
overflow: hidden;
|
263
|
+
text-overflow: ellipsis;
|
264
|
+
}
|
265
|
+
}
|
266
|
+
}
|
267
|
+
}
|
268
|
+
|
269
|
+
.dropdown-link {
|
270
|
+
.actions {
|
271
|
+
display: flex;
|
272
|
+
padding: 1em;
|
273
|
+
svg {
|
274
|
+
width: 21px;
|
275
|
+
height: 21px;
|
276
|
+
color: rgb(117, 117, 117);
|
277
|
+
fill: rgb(117, 117, 117);
|
278
|
+
}
|
279
|
+
span {
|
280
|
+
color: #5f5c62;
|
281
|
+
}
|
282
|
+
}
|
283
|
+
}
|
284
|
+
}
|
285
|
+
}
|
286
|
+
|
287
|
+
/* .navbar-header{
|
288
|
+
@apply text-navbarheader float-left px-sm
|
289
|
+
}
|
290
|
+
|
291
|
+
.navbar-subheader{
|
292
|
+
@apply font-light px-sm border-solid border-l border-white border-opacity-100
|
293
|
+
}*/
|
294
|
+
|
295
|
+
.side-bar-footer {
|
296
|
+
width: 200px;
|
297
|
+
margin-left: 50px;
|
298
|
+
margin-top: 24px;
|
299
|
+
margin-bottom: 16px;
|
300
|
+
position: relative;
|
301
|
+
}
|
302
|
+
|
303
|
+
.digit-footer {
|
304
|
+
@apply flex h-4 mb-sm;
|
305
|
+
img {
|
306
|
+
@apply mr-sm;
|
307
|
+
}
|
308
|
+
}
|
@@ -0,0 +1,15 @@
|
|
1
|
+
.PlusMinus {
|
2
|
+
text-align: center;
|
3
|
+
display: flex;
|
4
|
+
align-content: center;
|
5
|
+
justify-content: center;
|
6
|
+
}
|
7
|
+
.PlusMinusbutton{
|
8
|
+
border: 1px solid #d6d5d4;
|
9
|
+
background-color: #eeeeee;
|
10
|
+
color: #505a5f;
|
11
|
+
font-size: 27px;
|
12
|
+
font-weight: 400;
|
13
|
+
text-align: center;
|
14
|
+
width: 40px;
|
15
|
+
}
|
@@ -1,16 +1,16 @@
|
|
1
|
-
.popup-wrap {
|
2
|
-
background: rgba(0, 0, 0, 0.7);
|
3
|
-
@apply flex fixed w-full h-full overflow-auto top-0 left-0 min-h-screen;
|
4
|
-
z-index: 10000;
|
5
|
-
}
|
6
|
-
|
7
|
-
@screen dt {
|
8
|
-
.popup-wrap {
|
9
|
-
background: rgba(0, 0, 0, 0.7);
|
10
|
-
@apply min-h-screen;
|
11
|
-
}
|
12
|
-
}
|
13
|
-
|
14
|
-
.popup-close-icon{
|
15
|
-
@apply flex justify-end;
|
1
|
+
.popup-wrap {
|
2
|
+
background: rgba(0, 0, 0, 0.7);
|
3
|
+
@apply flex fixed w-full h-full overflow-auto top-0 left-0 min-h-screen;
|
4
|
+
z-index: 10000;
|
5
|
+
}
|
6
|
+
|
7
|
+
@screen dt {
|
8
|
+
.popup-wrap {
|
9
|
+
background: rgba(0, 0, 0, 0.7);
|
10
|
+
@apply min-h-screen;
|
11
|
+
}
|
12
|
+
}
|
13
|
+
|
14
|
+
.popup-close-icon{
|
15
|
+
@apply flex justify-end;
|
16
16
|
}
|
@@ -1,45 +1,57 @@
|
|
1
|
-
.radio-wrap {
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
}
|
28
|
-
|
29
|
-
.radio-btn
|
30
|
-
|
31
|
-
}
|
32
|
-
|
33
|
-
.radio-btn-
|
34
|
-
@apply border-
|
35
|
-
}
|
36
|
-
|
37
|
-
|
38
|
-
@apply
|
39
|
-
}
|
40
|
-
|
41
|
-
.
|
42
|
-
|
43
|
-
|
44
|
-
|
1
|
+
.radio-wrap {
|
2
|
+
line-height: 1.5rem !important;
|
3
|
+
@apply my-sm block leading-10 mb-lg;
|
4
|
+
|
5
|
+
div {
|
6
|
+
@apply block mb-md;
|
7
|
+
}
|
8
|
+
|
9
|
+
.radio-btn-checkmark {
|
10
|
+
height: 1.5rem !important;
|
11
|
+
width: 1.5rem !important;
|
12
|
+
}
|
13
|
+
.radio-btn-wrap input:checked ~ .radio-btn-checkmark:after {
|
14
|
+
top: 0.35rem !important;
|
15
|
+
left: 0.35rem !important;
|
16
|
+
height: 0.8rem !important;
|
17
|
+
width: 0.8rem !important;
|
18
|
+
}
|
19
|
+
|
20
|
+
.radio-btn-wrap {
|
21
|
+
@apply block float-left relative;
|
22
|
+
&:hover {
|
23
|
+
.radio-btn-checkmark {
|
24
|
+
@apply border-primary-main;
|
25
|
+
}
|
26
|
+
}
|
27
|
+
}
|
28
|
+
|
29
|
+
.radio-btn {
|
30
|
+
@apply opacity-0 absolute cursor-pointer h-10 w-10;
|
31
|
+
}
|
32
|
+
|
33
|
+
.radio-btn-checkmark {
|
34
|
+
@apply h-10 w-10 border border-input-border border-solid rounded-full block;
|
35
|
+
}
|
36
|
+
|
37
|
+
label {
|
38
|
+
@apply text-text-primary text-form-field ml-md;
|
39
|
+
}
|
40
|
+
|
41
|
+
.radio-btn-checkmark:after {
|
42
|
+
content: "";
|
43
|
+
}
|
44
|
+
|
45
|
+
.radio-btn-wrap input:checked ~ .radio-btn-checkmark {
|
46
|
+
@apply border-2 border-primary-main;
|
47
|
+
}
|
48
|
+
|
49
|
+
.radio-btn-wrap input:checked ~ .radio-btn-checkmark:after {
|
50
|
+
@apply block bg-primary-main h-5 w-5 rounded-full absolute top-10 left-10;
|
51
|
+
}
|
52
|
+
}
|
53
|
+
.reverse-radio-selection-wrapper{
|
54
|
+
div{
|
55
|
+
@apply flex flex-row-reverse place-content-between items-center; ;
|
56
|
+
}
|
45
57
|
}
|
@@ -1,33 +1,33 @@
|
|
1
|
-
.rating-star-wrap {
|
2
|
-
@apply flex w-full mb-lg;
|
3
|
-
img {
|
4
|
-
width: 40px;
|
5
|
-
height: 38px;
|
6
|
-
display: block;
|
7
|
-
@apply mr-sm;
|
8
|
-
}
|
9
|
-
|
10
|
-
svg {
|
11
|
-
width: 40px;
|
12
|
-
height: 38px;
|
13
|
-
display: block;
|
14
|
-
@apply mr-sm;
|
15
|
-
}
|
16
|
-
}
|
17
|
-
|
18
|
-
@screen dt {
|
19
|
-
.rating-star-wrap {
|
20
|
-
@apply w-2/5;
|
21
|
-
}
|
22
|
-
}
|
23
|
-
|
24
|
-
.rating-with-text {
|
25
|
-
@apply flex place-items-center w-full;
|
26
|
-
|
27
|
-
svg {
|
28
|
-
width: 24px;
|
29
|
-
height: 38px;
|
30
|
-
display: block;
|
31
|
-
@apply mr-sm;
|
32
|
-
}
|
33
|
-
}
|
1
|
+
.rating-star-wrap {
|
2
|
+
@apply flex w-full mb-lg;
|
3
|
+
img {
|
4
|
+
width: 40px;
|
5
|
+
height: 38px;
|
6
|
+
display: block;
|
7
|
+
@apply mr-sm;
|
8
|
+
}
|
9
|
+
|
10
|
+
svg {
|
11
|
+
width: 40px;
|
12
|
+
height: 38px;
|
13
|
+
display: block;
|
14
|
+
@apply mr-sm;
|
15
|
+
}
|
16
|
+
}
|
17
|
+
|
18
|
+
@screen dt {
|
19
|
+
.rating-star-wrap {
|
20
|
+
@apply w-2/5;
|
21
|
+
}
|
22
|
+
}
|
23
|
+
|
24
|
+
.rating-with-text {
|
25
|
+
@apply flex place-items-center w-full;
|
26
|
+
|
27
|
+
svg {
|
28
|
+
width: 24px;
|
29
|
+
height: 38px;
|
30
|
+
display: block;
|
31
|
+
@apply mr-sm;
|
32
|
+
}
|
33
|
+
}
|
@@ -1,10 +1,10 @@
|
|
1
|
-
.roundedLabel {
|
2
|
-
width: 24px;
|
3
|
-
height: 24px;
|
4
|
-
border-radius: 15px;
|
5
|
-
position: absolute;
|
6
|
-
z-index: 100;
|
7
|
-
bottom: 10px;
|
8
|
-
right: 70px;
|
9
|
-
@apply ml-sm bg-error text-center text-white;
|
10
|
-
}
|
1
|
+
.roundedLabel {
|
2
|
+
width: 24px;
|
3
|
+
height: 24px;
|
4
|
+
border-radius: 15px;
|
5
|
+
position: absolute;
|
6
|
+
z-index: 100;
|
7
|
+
bottom: 10px;
|
8
|
+
right: 70px;
|
9
|
+
@apply ml-sm bg-error text-center text-white;
|
10
|
+
}
|
@@ -1,20 +1,20 @@
|
|
1
|
-
.searchBox {
|
2
|
-
@apply flex m-sm justify-between;
|
3
|
-
.searchAction {
|
4
|
-
position: relative;
|
5
|
-
@apply flex flex-row text-focus;
|
6
|
-
.searchText {
|
7
|
-
@apply ml-sm;
|
8
|
-
}
|
9
|
-
}
|
10
|
-
}
|
11
|
-
|
12
|
-
.svgPrimaryH16px{
|
13
|
-
svg{
|
14
|
-
width: 18px;
|
15
|
-
@apply h-6;
|
16
|
-
path{
|
17
|
-
fill: #
|
18
|
-
}
|
19
|
-
}
|
20
|
-
}
|
1
|
+
.searchBox {
|
2
|
+
@apply flex m-sm justify-between;
|
3
|
+
.searchAction {
|
4
|
+
position: relative;
|
5
|
+
@apply flex flex-row text-focus;
|
6
|
+
.searchText {
|
7
|
+
@apply ml-sm;
|
8
|
+
}
|
9
|
+
}
|
10
|
+
}
|
11
|
+
|
12
|
+
.svgPrimaryH16px{
|
13
|
+
svg{
|
14
|
+
width: 18px;
|
15
|
+
@apply h-6;
|
16
|
+
path{
|
17
|
+
fill: #a82227;
|
18
|
+
}
|
19
|
+
}
|
20
|
+
}
|