FEATURE Introducing styling
This commit is contained in:
parent
0f2c1b5aa1
commit
32c4bb4610
26
resources/css/pages/singles.css
Normal file
26
resources/css/pages/singles.css
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
.page-single {
|
||||
.post-toolbar {
|
||||
@apply px-8;
|
||||
}
|
||||
|
||||
.tags__title {
|
||||
@apply text-lg uppercase font-semibold mt-0 my-4 nunito;
|
||||
}
|
||||
|
||||
.tags-list {
|
||||
@apply flex flex-wrap gap-4;
|
||||
}
|
||||
|
||||
.content-wrapper {
|
||||
&[data-active-tab='post'] {
|
||||
#post-authors {
|
||||
@apply hidden;
|
||||
}
|
||||
}
|
||||
&[data-active-tab='authors'] {
|
||||
.post-content {
|
||||
@apply hidden;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user