presentations/wp-content/themes/twentynineteen-tailwindcss/resources/css/components/post.css

38 lines
475 B
CSS
Raw Normal View History

2019-03-23 07:18:14 +00:00
.entry-title {
2019-06-16 00:41:34 +01:00
@apply mt-6 mb-8 text-black text-4xl font-bold;
2019-03-23 07:18:14 +00:00
@screen md {
2019-06-16 00:41:34 +01:00
@apply text-5xl
2019-03-23 07:18:14 +00:00
}
}
.entry-title a {
@apply text-inherit;
&:hover {
2019-06-16 00:41:34 +01:00
@apply text-gray-800 no-underline
2019-03-23 07:18:14 +00:00
}
}
2019-03-23 07:34:58 +00:00
2019-03-25 18:29:23 +00:00
.entry-header,
.entry-meta,
2019-03-23 07:34:58 +00:00
.entry-footer {
2019-06-16 00:41:34 +01:00
@apply w-full flex flex-wrap
2019-03-23 07:34:58 +00:00
}
2019-03-23 07:49:30 +00:00
2019-04-16 21:25:56 +01:00
.entry-footer {
2019-06-16 00:41:34 +01:00
@apply mt-8
2019-04-16 21:25:56 +01:00
}
2019-03-25 18:29:23 +00:00
.byline,
.posted-on,
.cat-links,
.comments-link,
.edit-link {
2019-03-23 07:49:30 +00:00
@apply flex items-center mr-4 mb-2;
svg {
2019-06-16 00:41:34 +01:00
@apply mr-2 fill-current text-gray-600
2019-03-23 07:49:30 +00:00
}
}