Commit compiled CSS
This commit is contained in:
parent
35a9c22fd4
commit
3bdcb30189
2 changed files with 9 additions and 0 deletions
|
@ -3097,6 +3097,13 @@ a.tag:hover {
|
|||
float: right; }
|
||||
|
||||
/* @TODO move to _paint.scss */
|
||||
.block-views-blockhome-page-views-block-articles {
|
||||
border-top: 2px solid #478D00; }
|
||||
.block-views-blockhome-page-views-block-articles h2 {
|
||||
color: white;
|
||||
background-color: #478D00;
|
||||
padding: 2px 0.2em 0 0.2em; }
|
||||
|
||||
.block-views-blockhome-page-views-block-articles .button,
|
||||
.is-article {
|
||||
background-color: #478D00;
|
||||
|
|
|
@ -25,5 +25,7 @@
|
|||
/* The not last child stuff is needed to prevent some crazy Bulma rule that
|
||||
sets a margin of 1.5rem on bloody everything not last child. */
|
||||
.title,
|
||||
.subtitle,
|
||||
.subtitle:not(:last-child),
|
||||
.title:not(:last-child) {
|
||||
margin-bottom: 0.5em; }
|
||||
|
|
Loading…
Add table
Reference in a new issue