Commit compiled CSS

This commit is contained in:
Benjamin Melançon 2019-08-30 20:54:56 -04:00
parent c8315e17d5
commit dda8fee22a

View file

@ -6026,6 +6026,13 @@ label.panel-block {
.block-page-title-block { .block-page-title-block {
padding: 1rem 1.5rem; } padding: 1rem 1.5rem; }
/**
* Give enough of a background around text in the footer that it is legible on
* any part of the grassy field image used as the background.
*/
.footer .views-field {
background-color: rgba(143, 180, 137, 0.4); }
.column { .column {
display: block; display: block;
-ms-flex-preferred-size: 0; -ms-flex-preferred-size: 0;