Position and style More link for articles
This commit is contained in:
parent
0a8a33df60
commit
382f65161e
1 changed files with 16 additions and 0 deletions
|
@ -58,3 +58,19 @@
|
||||||
.drum {
|
.drum {
|
||||||
margin-bottom: 1.2rem;
|
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: $article;
|
||||||
|
color: $white;
|
||||||
|
a {
|
||||||
|
color: $white;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue