You are here

stream.css in Open Social 8.3

.stream-icon-new {
  background: #1f80aa;
}

.teaser--stream .teaser__image {
  border-radius: 0;
}

.teaser--stream:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.teaser--stream:last-child .card-image {
  border-bottom-left-radius: 10px;
}

File

themes/socialblue/assets/css/stream.css
View source
  1. .stream-icon-new {
  2. background: #1f80aa;
  3. }
  4. .teaser--stream .teaser__image {
  5. border-radius: 0;
  6. }
  7. .teaser--stream:last-child {
  8. border-bottom-left-radius: 10px;
  9. border-bottom-right-radius: 10px;
  10. }
  11. .teaser--stream:last-child .card-image {
  12. border-bottom-left-radius: 10px;
  13. }