logitude-dashboard-library 1.3.74 → 1.3.76

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.
@@ -395,6 +395,19 @@ $dark-grey: #717585;
395
395
 
396
396
  }
397
397
 
398
+ .dl-tooltiptext-permission {
399
+ background-color: #eaeaea;
400
+ color: #adadad;
401
+ text-align: center;
402
+ border-radius: 6px;
403
+ padding: 5px 20px;
404
+ margin: 4px 0;
405
+ width: max-content;
406
+ z-index: 1;
407
+ max-width: 400px;
408
+ white-space: pre-wrap;
409
+ }
410
+
398
411
  .dl-tooltip:hover .dl-tooltiptext {
399
412
  visibility: visible;
400
413
  }