Commit compiled CSS
This commit is contained in:
parent
382f65161e
commit
54669479f5
1 changed files with 14 additions and 0 deletions
14
web/themes/custom/geofresco/dist/css/global.css
vendored
14
web/themes/custom/geofresco/dist/css/global.css
vendored
|
@ -3092,6 +3092,19 @@ a.tag:hover {
|
|||
.drum {
|
||||
margin-bottom: 1.2rem; }
|
||||
|
||||
/* I know this is wrong but it seems to work flawlessly across sizes. */
|
||||
.more-link {
|
||||
float: right; }
|
||||
|
||||
/* @TODO move to _paint.scss */
|
||||
.block-views-blockhome-page-views-block-articles .button,
|
||||
.is-article {
|
||||
background-color: #478D00;
|
||||
color: white; }
|
||||
.block-views-blockhome-page-views-block-articles .button a,
|
||||
.is-article a {
|
||||
color: white; }
|
||||
|
||||
.input, .textarea, .select select {
|
||||
background-color: white;
|
||||
border-color: #dbdbdb;
|
||||
|
@ -8257,5 +8270,6 @@ label.panel-block {
|
|||
.page--content-item--blog .background-replacement-for-no-image {
|
||||
background-color: #4391E0; }
|
||||
|
||||
.background-replacement-for-no-image,
|
||||
.page--content-item--collection .background-replacement-for-no-image {
|
||||
background-color: #AD7442; }
|
||||
|
|
Loading…
Add table
Reference in a new issue