Add additional protection for story captions
This commit is contained in:
parent
b13027d222
commit
4472de0660
1 changed files with 3 additions and 3 deletions
|
@ -88,7 +88,7 @@
|
||||||
|
|
||||||
&__caption {
|
&__caption {
|
||||||
@include font-body-1;
|
@include font-body-1;
|
||||||
color: $color-gray-05;
|
color: $color-white;
|
||||||
padding: 4px 0;
|
padding: 4px 0;
|
||||||
margin-bottom: 24px;
|
margin-bottom: 24px;
|
||||||
|
|
||||||
|
@ -314,9 +314,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&--bottom {
|
&--bottom {
|
||||||
background: linear-gradient($color-transparent, $color-black-alpha-40);
|
background: linear-gradient($color-transparent, $color-black-alpha-60);
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
height: 180px;
|
height: 256px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue