VCounter.css 157 B

123456
  1. .v-counter {
  2. color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
  3. flex: 0 1 auto;
  4. font-size: 12px;
  5. transition-duration: 150ms;
  6. }