Advertisement
Guest User

Untitled

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