style.css 517 B

1234567891011121314151617181920212223
  1. .token-counter-dte{
  2. position: absolute;
  3. display: inline-block;
  4. right: 2em;
  5. min-width: 0 !important;
  6. width: auto;
  7. z-index: 100;
  8. }
  9. .token-counter-dte div{
  10. display: inline;
  11. }
  12. .token-counter-dte span{
  13. padding: 0.1em 0.75em;
  14. }
  15. .token-counter-dte span{
  16. background: var(--input-background-fill) !important;
  17. box-shadow: 0 0 0.0 0.3em rgba(192,192,192,0.15), inset 0 0 0.6em rgba(192,192,192,0.075);
  18. border: 2px solid rgba(192,192,192,0.4) !important;
  19. border-radius: 0.4em;
  20. }