Commit compiled CSS

This commit is contained in:
benjamin melançon 2019-09-30 19:48:27 -04:00
parent 13f5a82540
commit 9ff09d16b4

View file

@ -8279,10 +8279,21 @@ label.panel-block {
overflow: visible; overflow: visible;
z-index: 10; } z-index: 10; }
/* On content listing pages (e.g. card view mode). */
.background-replacement-for-no-image { .background-replacement-for-no-image {
height: 12rem; height: 10rem;
background-color: cadetblue; } background-color: cadetblue; }
/* On full content pages. */
.featured-image .background-replacement-for-no-image {
height: 12rem; }
@media screen and (min-width: 1024px) {
.featured-image .background-replacement-for-no-image {
height: 14rem; } }
@media screen and (min-width: 1216px) {
.featured-image .background-replacement-for-no-image {
height: 16rem; } }
.page--content-item--gleaning .page-title { .page--content-item--gleaning .page-title {
background-color: #ffdd57; } background-color: #ffdd57; }