Advertisement
geminilabs

Untitled

Nov 18th, 2024 (edited)
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.39 KB | None | 0 0
  1. .glsr[data-form] .overall-rating {
  2.   width: 100%;
  3.   .glsr-star-rating {
  4.     --glsr-review-star: 1.75em;
  5.   }
  6.   .glsr-star-rating::after {
  7.     content: 'Overall Rating';
  8.     font-weight: 700;
  9.     margin-left: .5em;
  10.   }
  11. }
  12. .glsr[data-form] .custom-ratings > div {
  13.   display: flex;
  14.   flex-direction: row-reverse;
  15.   justify-content: flex-end;
  16.   .glsr-tag-value {
  17.     flex: 0;
  18.   }
  19. }
  20.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement