Commit compiled CSS

This commit is contained in:
benjamin melançon 2019-10-01 13:33:30 -04:00
parent 94d3b705bc
commit 24ae6b454b

View file

@ -8262,8 +8262,7 @@ label.panel-block {
/* On content listing pages (e.g. card view mode). */
.background-replacement-for-no-image {
height: 10rem;
background-color: cadetblue; }
height: 10rem; }
/* On full content pages. */
.featured-image .background-replacement-for-no-image {
@ -8284,7 +8283,9 @@ label.panel-block {
.page--content-item--blog .background-replacement-for-no-image {
background-color: #4391E0; }
.background-replacement-for-no-image,
.background-replacement-for-no-image {
background-color: cadetblue; }
.page--content-item--collection .background-replacement-for-no-image {
background-color: #AD7442; }