Commit compiled CSS

This commit is contained in:
benjamin melançon 2019-09-30 19:07:28 -04:00
parent 382f65161e
commit 54669479f5

View file

@ -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; }