You are here

teaser.css in Open Social 8

.teaser__teaser-type {
  background-color: #adadad;
  border-radius: 0 0 8px 8px;
}

.teaser__teaser-type-icon {
  fill: white;
}

@media (min-width: 600px) {
  .teaser__image {
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit;
    background: #e6e6e6;
  }
  .teaser__teaser-type {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0 0 10px 0;
  }
}

File

themes/socialblue/assets/css/teaser.css
View source
  1. .teaser__teaser-type {
  2. background-color: #adadad;
  3. border-radius: 0 0 8px 8px;
  4. }
  5. .teaser__teaser-type-icon {
  6. fill: white;
  7. }
  8. @media (min-width: 600px) {
  9. .teaser__image {
  10. border-top-left-radius: inherit;
  11. border-bottom-left-radius: inherit;
  12. background: #e6e6e6;
  13. }
  14. .teaser__teaser-type {
  15. background-color: rgba(0, 0, 0, 0.5);
  16. border-radius: 0 0 10px 0;
  17. }
  18. }