my-orders-tickets-widget 1.0.0-beta.61 → 1.0.0-beta.62

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 CHANGED
@@ -271,13 +271,27 @@ html[data-theme="DARK"] {
271
271
  color: rgba(0, 0, 0, 0.6);
272
272
  margin: 15px 0; }
273
273
 
274
- .badgeFeatureWrapper___IQLNP {
274
+ .bfFeatureWrapper___qWk9V {
275
275
  display: flex;
276
276
  justify-content: end; }
277
- .badgeFeatureWrapper___IQLNP .badgeFeature___A2LMV {
277
+ .bfFeatureWrapper___qWk9V .bfFeature___eEinE {
278
278
  width: 38px;
279
279
  height: 38px;
280
280
  margin-left: 8px; }
281
+ .bfFeatureWrapper___qWk9V .bfFeature___eEinE:is(div) {
282
+ width: 38px;
283
+ height: 38px;
284
+ padding: 4px;
285
+ background: #e0e0e0;
286
+ display: block;
287
+ font-size: 8px;
288
+ color: #666;
289
+ border-radius: 4px;
290
+ overflow: hidden;
291
+ text-align: left;
292
+ line-height: 1.1;
293
+ word-break: break-word;
294
+ word-wrap: break-word; }
281
295
 
282
296
  .ticketNo___a2iM9 {
283
297
  display: block;