Skip to content

Instantly share code, notes, and snippets.

@sumit-gupta91
Last active November 28, 2017 07:44
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 sumit-gupta91/0997d00e99fd87f04d89a84c436fa6ce to your computer and use it in GitHub Desktop.
Save sumit-gupta91/0997d00e99fd87f04d89a84c436fa6ce to your computer and use it in GitHub Desktop.
// .ssrp__review {
// padding: 28px;
// display: flex;
// flex-direction: column;
// align-items: center;
// &:nth-child(2) {
// margin-top: 32px;
// }
// &:last-child {
// padding-bottom: 0;
// }
// &__text {
// line-height: 16px;
// position: relative;
// margin: 0;
// &::before {
// position: absolute;
// left: -12px;
// content: "\"";
// color: var(--color-quaternary);
// font-size: 2.4rem;
// }
// &::after {
// position: absolute;
// content: "\"";
// color: var(--color-quaternary);
// font-size: 2.4rem;
// }
// }
// &__rating-image {
// margin: 16px 0;
// height: 12px;
// &:first-child {
// margin-right: 4px;
// }
// }
// }
<img
src="https://images.treebohotels.com/images/ta_reviews.svg"
className="ssrp__review__rating-image"
alt="TA"
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment