No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_card-blockquote.scss 248B

1234567891011121314151617
  1. //
  2. // Card with blockquote
  3. //
  4. .card-blockquote {
  5. padding: 2rem;
  6. position: relative;
  7. .svg-bg {
  8. display: block;
  9. width: 100%;
  10. height: 95px;
  11. position: absolute;
  12. top: -94px;
  13. left: 0;
  14. }
  15. }