Last active
November 18, 2022 11:50
-
-
Save swayanshu-apbr/caa26b093225c9cf60d8c775a98f88c2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| body { | |
| font-family: Poppins; | |
| -webkit-font-smoothing: antialiased !important | |
| } | |
| .jdgm-rev-widg__title { | |
| font-family: Roboto !important; | |
| font-style: normal !important; | |
| font-weight: 700 !important; | |
| font-size: 20px !important; | |
| line-height: 23px !important; | |
| text-align: center !important; | |
| text-transform: uppercase !important; | |
| color: #000; | |
| margin-bottom: 24px !important | |
| } | |
| .jdgm-star, | |
| .jdgm-histogram .jdgm-star { | |
| color: #525252 !important | |
| } | |
| .jdgm-histogram { | |
| display: flex !important; | |
| flex-direction: column; | |
| align-items: center; | |
| justify-content: center | |
| } | |
| .jdgm-widget-actions-wrapper { | |
| display: none | |
| } | |
| .jdgm-rev-widg__summary-text { | |
| font-family: Roboto; | |
| font-style: normal; | |
| font-weight: 700 !important; | |
| font-size: 16px; | |
| line-height: 19px !important; | |
| color: #000; | |
| padding-top: 8px; | |
| padding-bottom: 8px | |
| } | |
| .jdgm-histogram__bar { | |
| box-shadow: none; | |
| border: 1px solid #ed6c1f !important | |
| } | |
| .jdgm-histogram__bar-content { | |
| background: #ed6c1f !important; | |
| box-shadow: none | |
| } | |
| .jdgm-histogram__percentage { | |
| color: #ed6c1f !important; | |
| font-weight: 400 !important; | |
| font-size: 12px !important; | |
| line-height: 14px !important | |
| } | |
| .jdgm-histogram__frequency { | |
| color: #a3a3a3 !important; | |
| font-weight: 400 !important; | |
| font-size: 12px !important; | |
| line-height: 14px !important; | |
| margin-left: 0 !important | |
| } | |
| .jdgm-rev-widg__sort-wrapper, | |
| .jdgm-subtab { | |
| display: none !important | |
| } | |
| .jdgm-rev { | |
| border-width: 1 !important; | |
| border-bottom: 1 !important; | |
| border-top: 0 !important; | |
| border-left: 0 !important; | |
| border-right: 0 !important; | |
| border-color: #eddad8 !important; | |
| border-style: solid !important; | |
| background: #fff !important | |
| } | |
| .jdgm-rev .jdgm-rev__title { | |
| font-family: Roboto !important; | |
| font-style: normal !important; | |
| font-weight: 700 !important; | |
| font-size: 12px !important; | |
| line-height: 125% !important; | |
| color: #000 !important; | |
| margin-bottom: 8px !important; | |
| margin-top: 8px !important | |
| } | |
| .jdgm-rev__body { | |
| font-family: Roboto; | |
| font-style: normal; | |
| font-weight: 400; | |
| font-size: 12px; | |
| line-height: 125%; | |
| color: #000; | |
| margin-bottom: 8px !important | |
| } | |
| .jdgm-rev__author-wrapper { | |
| font-family: Roboto; | |
| font-style: normal; | |
| font-weight: 700 !important; | |
| font-size: 12px; | |
| line-height: 14px !important; | |
| color: #000 | |
| } | |
| .jdgm-rev .jdgm-star { | |
| color: #ed6c1f !important | |
| } | |
| .jdgm-rev__timestamp { | |
| font-family: Roboto; | |
| font-style: normal; | |
| font-weight: 400; | |
| font-size: 12px; | |
| line-height: 125%; | |
| color: #a3a3a3; | |
| float: right; | |
| position: relative | |
| } | |
| .jdgm-rev__buyer-badge { | |
| font-family: Roboto; | |
| font-style: normal; | |
| font-weight: 400 !important; | |
| font-size: 12px !important; | |
| line-height: 125% !important; | |
| color: #a3a3a3 !important; | |
| background: #fff !important; | |
| padding: 0 !important; | |
| margin-bottom: 4px !important | |
| } | |
| .jdgm-rev__header, | |
| .jdgm-rev__content { | |
| padding: 0 !important | |
| } | |
| .jdgm-rev-widg { | |
| border: none !important | |
| } | |
| .jdgm-rev-widg__summary-inner { | |
| display: flex; | |
| align-items: center; | |
| justify-content: space-evenly | |
| } | |
| .jdgm-rev-widg__summary { | |
| float: none !important | |
| } | |
| .jdgm-rev-widg__summary-text { | |
| text-transform: lowercase | |
| } | |
| .jdgm-rev-widg__header { | |
| display: flex; | |
| flex-direction: column; | |
| align-items: center | |
| } | |
| .write_a_review_button { | |
| width: 100%; | |
| border-radius: 4px; | |
| border: 1px solid #000; | |
| height: 53px; | |
| background-color: transparent; | |
| color: #000; | |
| margin-top: 8px !important | |
| } | |
| .jdgm-rev-widg__summary { | |
| margin-top: 4px !important | |
| } | |
| .jdgm-rev:not(.jdgm--leex-done-setup) { | |
| display: inline-block !important | |
| } | |
| .jdgm-widget .jdgm-rev-widg__reviews:before { | |
| display: none !important | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment