Move entry footer link styling
This commit is contained in:
parent
301d10b0f6
commit
b9684fbc94
2 changed files with 8 additions and 12 deletions
|
@ -17,3 +17,11 @@
|
||||||
.entry-footer {
|
.entry-footer {
|
||||||
@apply flex flex-wrap mt-10
|
@apply flex flex-wrap mt-10
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.entry-footer > span {
|
||||||
|
@apply flex items-center mr-4 mb-2;
|
||||||
|
|
||||||
|
svg {
|
||||||
|
@apply mr-2 fill-current text-gray-600
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -23,18 +23,6 @@ h2 {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.byline,
|
|
||||||
.posted-on,
|
|
||||||
.cat-links,
|
|
||||||
.comments-link,
|
|
||||||
.edit-link {
|
|
||||||
@apply flex items-center mr-3 mb-2;
|
|
||||||
|
|
||||||
svg {
|
|
||||||
@apply mr-2 fill-current text-gray-600
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.screen-reader-text {
|
.screen-reader-text {
|
||||||
@apply absolute opacity-0 pointer-events-none
|
@apply absolute opacity-0 pointer-events-none
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue