Commit compiled CSS

This commit is contained in:
Benjamin Melançon 2019-08-30 21:09:51 -04:00
parent 15cc26ad89
commit 482a3f39a6

View file

@ -6030,8 +6030,16 @@ label.panel-block {
* 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); }
.footer .views-field .field-content {
background-color: rgba(248, 248, 248, 0.9);
padding: 0.2em;
border-radius: 0.3em; }
.footer .views-field.views-field-changed {
font-size: 0.8em;
color: #8FB489;
margin-top: 0.2rem;
margin-bottom: 0.4rem; }
.column {
display: block;