Commit compiled CSS
This commit is contained in:
parent
b916f5f298
commit
9e62ee36c9
1 changed files with 29 additions and 14 deletions
43
web/themes/custom/geofresco/dist/css/global.css
vendored
43
web/themes/custom/geofresco/dist/css/global.css
vendored
|
@ -1933,7 +1933,7 @@ a.box:active {
|
|||
border-color: transparent;
|
||||
color: rgba(0, 0, 0, 0.7); }
|
||||
.button.is-warning:hover, .button.is-warning.is-hovered {
|
||||
background-color: #ffdb4a;
|
||||
background-color: #ffda4a;
|
||||
border-color: transparent;
|
||||
color: rgba(0, 0, 0, 0.7); }
|
||||
.button.is-warning:focus, .button.is-warning.is-focused {
|
||||
|
@ -1943,7 +1943,7 @@ a.box:active {
|
|||
-webkit-box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
|
||||
box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25); }
|
||||
.button.is-warning:active, .button.is-warning.is-active {
|
||||
background-color: #ffd83d;
|
||||
background-color: #ffd83e;
|
||||
border-color: transparent;
|
||||
color: rgba(0, 0, 0, 0.7); }
|
||||
.button.is-warning[disabled],
|
||||
|
@ -3086,6 +3086,9 @@ a.tag:hover {
|
|||
.featured-image {
|
||||
margin-bottom: 0.5rem; }
|
||||
|
||||
.image-inline {
|
||||
margin: 1em; }
|
||||
|
||||
.input, .textarea, .select select {
|
||||
background-color: white;
|
||||
border-color: #dbdbdb;
|
||||
|
@ -3368,7 +3371,7 @@ a.tag:hover {
|
|||
.select.is-warning select {
|
||||
border-color: #ffdd57; }
|
||||
.select.is-warning select:hover, .select.is-warning select.is-hovered {
|
||||
border-color: #ffd83d; }
|
||||
border-color: #ffd83e; }
|
||||
.select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active {
|
||||
-webkit-box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
|
||||
box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25); }
|
||||
|
@ -3561,7 +3564,7 @@ a.tag:hover {
|
|||
border-color: transparent;
|
||||
color: rgba(0, 0, 0, 0.7); }
|
||||
.file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta {
|
||||
background-color: #ffdb4a;
|
||||
background-color: #ffda4a;
|
||||
border-color: transparent;
|
||||
color: rgba(0, 0, 0, 0.7); }
|
||||
.file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta {
|
||||
|
@ -3570,7 +3573,7 @@ a.tag:hover {
|
|||
box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.25);
|
||||
color: rgba(0, 0, 0, 0.7); }
|
||||
.file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta {
|
||||
background-color: #ffd83d;
|
||||
background-color: #ffd83e;
|
||||
border-color: transparent;
|
||||
color: rgba(0, 0, 0, 0.7); }
|
||||
.file.is-danger .file-cta {
|
||||
|
@ -4556,7 +4559,7 @@ a.list-item {
|
|||
color: rgba(0, 0, 0, 0.7); }
|
||||
.message.is-warning .message-body {
|
||||
border-color: #ffdd57;
|
||||
color: #3b3108; }
|
||||
color: #3c3108; }
|
||||
.message.is-danger {
|
||||
background-color: #fef5f7; }
|
||||
.message.is-danger .message-header {
|
||||
|
@ -5090,7 +5093,7 @@ a.list-item {
|
|||
.navbar.is-warning .navbar-brand .navbar-link:focus,
|
||||
.navbar.is-warning .navbar-brand .navbar-link:hover,
|
||||
.navbar.is-warning .navbar-brand .navbar-link.is-active {
|
||||
background-color: #ffd83d;
|
||||
background-color: #ffd83e;
|
||||
color: rgba(0, 0, 0, 0.7); }
|
||||
.navbar.is-warning .navbar-brand .navbar-link::after {
|
||||
border-color: rgba(0, 0, 0, 0.7); }
|
||||
|
@ -5112,7 +5115,7 @@ a.list-item {
|
|||
.navbar.is-warning .navbar-end .navbar-link:focus,
|
||||
.navbar.is-warning .navbar-end .navbar-link:hover,
|
||||
.navbar.is-warning .navbar-end .navbar-link.is-active {
|
||||
background-color: #ffd83d;
|
||||
background-color: #ffd83e;
|
||||
color: rgba(0, 0, 0, 0.7); }
|
||||
.navbar.is-warning .navbar-start .navbar-link::after,
|
||||
.navbar.is-warning .navbar-end .navbar-link::after {
|
||||
|
@ -5120,7 +5123,7 @@ a.list-item {
|
|||
.navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,
|
||||
.navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
|
||||
.navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
|
||||
background-color: #ffd83d;
|
||||
background-color: #ffd83e;
|
||||
color: rgba(0, 0, 0, 0.7); }
|
||||
.navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
|
||||
background-color: #ffdd57;
|
||||
|
@ -8043,7 +8046,7 @@ label.panel-block {
|
|||
.hero.is-warning a.navbar-item:hover, .hero.is-warning a.navbar-item.is-active,
|
||||
.hero.is-warning .navbar-link:hover,
|
||||
.hero.is-warning .navbar-link.is-active {
|
||||
background-color: #ffd83d;
|
||||
background-color: #ffd83e;
|
||||
color: rgba(0, 0, 0, 0.7); }
|
||||
.hero.is-warning .tabs a {
|
||||
color: rgba(0, 0, 0, 0.7);
|
||||
|
@ -8061,12 +8064,12 @@ label.panel-block {
|
|||
border-color: rgba(0, 0, 0, 0.7);
|
||||
color: #ffdd57; }
|
||||
.hero.is-warning.is-bold {
|
||||
background-image: -o-linear-gradient(309deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%);
|
||||
background-image: linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%); }
|
||||
background-image: -o-linear-gradient(309deg, #ffae24 0%, #ffdd57 71%, #fffa71 100%);
|
||||
background-image: linear-gradient(141deg, #ffae24 0%, #ffdd57 71%, #fffa71 100%); }
|
||||
@media screen and (max-width: 768px) {
|
||||
.hero.is-warning.is-bold .navbar-menu {
|
||||
background-image: -o-linear-gradient(309deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%);
|
||||
background-image: linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%); } }
|
||||
background-image: -o-linear-gradient(309deg, #ffae24 0%, #ffdd57 71%, #fffa71 100%);
|
||||
background-image: linear-gradient(141deg, #ffae24 0%, #ffdd57 71%, #fffa71 100%); } }
|
||||
.hero.is-danger {
|
||||
background-color: #a70c20;
|
||||
color: #fff; }
|
||||
|
@ -8238,3 +8241,15 @@ label.panel-block {
|
|||
.background-replacement-for-no-image {
|
||||
height: 12rem;
|
||||
background-color: cadetblue; }
|
||||
|
||||
.page--content-item--gleaning .page-title {
|
||||
background-color: #ffdd57; }
|
||||
|
||||
.page--content-item--article .background-replacement-for-no-image {
|
||||
background-color: #478D00; }
|
||||
|
||||
.page--content-item--blog .background-replacement-for-no-image {
|
||||
background-color: #4391E0; }
|
||||
|
||||
.page--content-item--collection .background-replacement-for-no-image {
|
||||
background-color: #AD7442; }
|
||||
|
|
Loading…
Add table
Reference in a new issue