Advertisement
Guest User

Untitled

a guest
Sep 30th, 2021
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. .frequency-group-item {
  2. margin-right: 1px !important;
  3. }
  4.  
  5. .frequency-value {
  6. font-size: var(--tag-font-size);
  7. font-weight: var(--tag-font-weight);
  8. line-height: 1.25;
  9. text-align: center;
  10. white-space: nowrap;
  11. }
  12.  
  13. .frequency-group-item {
  14. display: inline-block;
  15. margin: 0.1em 0em;
  16. padding: 0em 0.5em 0.1em 0.1em;
  17. border-radius: 0.25em;
  18. color: var(--tag-text-color);
  19. background-color: var(--tag-frequency-background-color)
  20. }
  21.  
  22. .frequency-group-item .tag{
  23. margin-right: 0;
  24. padding-right: 0;
  25. }
  26.  
  27. .frequency-value:before{
  28. content:":";
  29. }
  30.  
  31. .frequency-group-list {
  32. padding-left: 0;
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement