Skip to content

Instantly share code, notes, and snippets.

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 emarket-design/dd2b7351fa7f453781b07504a90dcb99 to your computer and use it in GitHub Desktop.
Save emarket-design/dd2b7351fa7f453781b07504a90dcb99 to your computer and use it in GitHub Desktop.
div.emd-ratings img{
width: 30%;
padding: 3px;
height: 30px;
}
div.emd-container .section-rating div.row > div.col-sm-6{
width:100%;
}
div.emd-container .section-rating div.row > div.col-sm-6 > div[class$="-rating"] > div{
float:none !important;
padding: 25px 0;
background: #fffafa;
border: rgba(0, 0, 0, 0);
border-radius: 10px;
}
div.emd-container .section-rating div.row > div.col-sm-6 .emd-rating-block{
border: 1px solid #c0c0c0;
border-radius:8px;
width:300px;
margin: 0 auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment