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

47 lines
759 B
CSS
Raw Normal View History

2019-04-16 23:18:02 +01:00
.comment-list .comment,
.comment-author b.fn {
2019-06-16 00:41:34 +01:00
@apply w-full block mt-12 pl-24 relative
2019-04-16 23:18:02 +01:00
}
.comment-list {
.comment-author .avatar {
2019-06-16 00:41:34 +01:00
@apply absolute top-0 left-0
2019-04-16 23:18:02 +01:00
}
.comment-author b.fn {
2019-06-16 00:41:34 +01:00
@apply pl-0 text-2xl text-black
2019-04-16 23:18:02 +01:00
}
.comment-author b.fn a {
2019-06-16 00:41:34 +01:00
@apply text-inherit
2019-04-16 23:18:02 +01:00
}
.comment-author img {
2019-06-16 00:41:34 +01:00
@apply w-16
2019-04-16 23:18:02 +01:00
}
.comment-metadata {
2019-06-16 00:41:34 +01:00
@apply flex text-sm text-gray-900
2019-04-17 00:28:40 +01:00
}
.comment-metadata > .edit-link-sep {
2019-06-16 00:41:34 +01:00
@apply mx-1
2019-04-16 23:18:02 +01:00
}
.comment-content {
2019-06-16 00:41:34 +01:00
@apply mt-8 text-base
2019-04-16 23:18:02 +01:00
}
.comment-reply {
2019-06-16 00:41:34 +01:00
@apply mt-6 text-sm
2019-04-16 23:18:02 +01:00
}
}
.post-author-badge {
2019-06-16 00:41:34 +01:00
@apply h-6 w-6 ml-10 p-1 flex items-center;
@apply absolute top-0 left-0;
@apply bg-blue-500 rounded-full;
2019-04-16 23:18:02 +01:00
> svg {
2019-06-16 00:41:34 +01:00
@apply block fill-current text-white
2019-04-16 23:18:02 +01:00
}
}