Commit compiled CSS
This commit is contained in:
parent
28dd750314
commit
772a5718ab
1 changed files with 19 additions and 11 deletions
30
web/themes/custom/geofresco/dist/css/global.css
vendored
30
web/themes/custom/geofresco/dist/css/global.css
vendored
|
@ -6089,17 +6089,20 @@ label.panel-block {
|
||||||
*
|
*
|
||||||
* The link and changed text are not dark so we need a pretty high opacity.
|
* The link and changed text are not dark so we need a pretty high opacity.
|
||||||
*/
|
*/
|
||||||
.footer .views-field .field-content {
|
.footer .views-field {
|
||||||
background-color: rgba(248, 248, 248, 0.9);
|
/* We're not displaying this at all anymore
|
||||||
padding: 0.2em;
|
&.views-field-changed {
|
||||||
border-radius: 0.3em; }
|
font-size: 0.8em;
|
||||||
|
color: $green-gray;
|
||||||
.footer .views-field.views-field-changed {
|
margin-top: 0.2rem;
|
||||||
font-size: 0.8em;
|
margin-bottom: 0.4rem;
|
||||||
color: #8FB489;
|
text-align: right;
|
||||||
margin-top: 0.2rem;
|
}
|
||||||
margin-bottom: 0.4rem;
|
*/ }
|
||||||
text-align: right; }
|
.footer .views-field .field-content {
|
||||||
|
background-color: rgba(248, 248, 248, 0.9);
|
||||||
|
padding: 0.2em;
|
||||||
|
border-radius: 0.3em; }
|
||||||
|
|
||||||
.page-title .title > span {
|
.page-title .title > span {
|
||||||
background-color: rgba(248, 248, 248, 0.66);
|
background-color: rgba(248, 248, 248, 0.66);
|
||||||
|
@ -6107,6 +6110,11 @@ label.panel-block {
|
||||||
border-radius: 0.4em;
|
border-radius: 0.4em;
|
||||||
line-height: 1.8; }
|
line-height: 1.8; }
|
||||||
|
|
||||||
|
.block--footer_menus {
|
||||||
|
background-color: rgba(248, 248, 248, 0.9);
|
||||||
|
padding: 0.2em;
|
||||||
|
border-radius: 0.3em; }
|
||||||
|
|
||||||
.column {
|
.column {
|
||||||
display: block;
|
display: block;
|
||||||
-ms-flex-preferred-size: 0;
|
-ms-flex-preferred-size: 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue