stream.css in Open Social 8.7
.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
- .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;
- }