Commit compiled CSS
This commit is contained in:
parent
15cc26ad89
commit
482a3f39a6
1 changed files with 10 additions and 2 deletions
12
web/themes/custom/geofresco/dist/css/global.css
vendored
12
web/themes/custom/geofresco/dist/css/global.css
vendored
|
@ -6030,8 +6030,16 @@ label.panel-block {
|
||||||
* Give enough of a background around text in the footer that it is legible on
|
* 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.
|
* any part of the grassy field image used as the background.
|
||||||
*/
|
*/
|
||||||
.footer .views-field {
|
.footer .views-field .field-content {
|
||||||
background-color: rgba(143, 180, 137, 0.4); }
|
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 {
|
.column {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
Loading…
Add table
Reference in a new issue