Merged in fix/SW-2817-activity-card (pull request #2160)
Fix/SW-2816: activity card span full width * fix(SW-2816): image span full width * fix(SW-2817): improve image blurriness Approved-by: Erik Tiekstra
This commit is contained in:
@@ -20,13 +20,13 @@
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.imageWrapper {
|
||||
.imageContainer {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.imageWrapper::after {
|
||||
.imageGradient::after {
|
||||
background: linear-gradient(
|
||||
180deg,
|
||||
rgba(0, 0, 0, 0) 0%,
|
||||
|
||||
Reference in New Issue
Block a user