Commit compiled CSS
This commit is contained in:
parent
60db7c9d2f
commit
9618c387c5
1 changed files with 17 additions and 0 deletions
17
web/themes/custom/geofresco/dist/css/global.css
vendored
17
web/themes/custom/geofresco/dist/css/global.css
vendored
|
@ -3082,6 +3082,10 @@ a.tag:hover {
|
||||||
color: #8FB489;
|
color: #8FB489;
|
||||||
font-size: 1.2rem; }
|
font-size: 1.2rem; }
|
||||||
|
|
||||||
|
/* Give some space above the subtitle. */
|
||||||
|
.featured-image {
|
||||||
|
margin-bottom: 0.5rem; }
|
||||||
|
|
||||||
.input, .textarea, .select select {
|
.input, .textarea, .select select {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
border-color: #dbdbdb;
|
border-color: #dbdbdb;
|
||||||
|
@ -6036,6 +6040,8 @@ 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.
|
||||||
|
*
|
||||||
|
* The link and changed text are not dark so we need a pretty high opacity.
|
||||||
*/
|
*/
|
||||||
.footer .views-field .field-content {
|
.footer .views-field .field-content {
|
||||||
background-color: rgba(248, 248, 248, 0.9);
|
background-color: rgba(248, 248, 248, 0.9);
|
||||||
|
@ -6049,6 +6055,11 @@ label.panel-block {
|
||||||
margin-bottom: 0.4rem;
|
margin-bottom: 0.4rem;
|
||||||
text-align: right; }
|
text-align: right; }
|
||||||
|
|
||||||
|
.title span {
|
||||||
|
background-color: rgba(248, 248, 248, 0.66);
|
||||||
|
padding: 0.2em;
|
||||||
|
border-radius: 0.3em; }
|
||||||
|
|
||||||
.column {
|
.column {
|
||||||
display: block;
|
display: block;
|
||||||
-ms-flex-preferred-size: 0;
|
-ms-flex-preferred-size: 0;
|
||||||
|
@ -8205,6 +8216,12 @@ label.panel-block {
|
||||||
.logo > .image {
|
.logo > .image {
|
||||||
display: inline-block; }
|
display: inline-block; }
|
||||||
|
|
||||||
|
/* Allow the primary page content to be flush with the bottom of the slogan. */
|
||||||
|
.main-section {
|
||||||
|
padding-top: 0; }
|
||||||
|
.main-section .group-header {
|
||||||
|
padding-top: 0; }
|
||||||
|
|
||||||
/* On any page except the home, drop the title over (where we want) the image (to be). */
|
/* On any page except the home, drop the title over (where we want) the image (to be). */
|
||||||
.page-title {
|
.page-title {
|
||||||
height: 0;
|
height: 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue