Skip to content

Instantly share code, notes, and snippets.

@lego-sharat
Last active November 9, 2022 16:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lego-sharat/2bea8860322da4cb5163963ecf1ee054 to your computer and use it in GitHub Desktop.
Save lego-sharat/2bea8860322da4cb5163963ecf1ee054 to your computer and use it in GitHub Desktop.
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;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment