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.
|
||||
*/
|
||||
.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;
|
||||
text-align: right; }
|
||||
.footer .views-field {
|
||||
/* We're not displaying this at all anymore
|
||||
&.views-field-changed {
|
||||
font-size: 0.8em;
|
||||
color: $green-gray;
|
||||
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 {
|
||||
background-color: rgba(248, 248, 248, 0.66);
|
||||
|
@ -6107,6 +6110,11 @@ label.panel-block {
|
|||
border-radius: 0.4em;
|
||||
line-height: 1.8; }
|
||||
|
||||
.block--footer_menus {
|
||||
background-color: rgba(248, 248, 248, 0.9);
|
||||
padding: 0.2em;
|
||||
border-radius: 0.3em; }
|
||||
|
||||
.column {
|
||||
display: block;
|
||||
-ms-flex-preferred-size: 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue