Compare commits
3 Commits
314834485f
...
56e313c5a9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
56e313c5a9 | ||
|
|
c985af534a | ||
|
|
79bc9a260c |
|
|
@ -1,6 +1,14 @@
|
|||
.content-meta {
|
||||
@apply flex !items-center justify-between gap-2;
|
||||
&__revue-issue {
|
||||
@apply bg-carhop-green-700 text-white !px-3 !py-2 font-normal h-fit;
|
||||
@apply !px-3 !py-2 font-semibold h-fit;
|
||||
@apply bg-carhop-green-700 text-white;
|
||||
|
||||
&--white {
|
||||
@apply bg-white !text-carhop-green-700;
|
||||
}
|
||||
/* &--primary {
|
||||
@apply bg-carhop-green-700 text-white;
|
||||
} */
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,8 +2,7 @@
|
|||
<div class="page--single-articles" data-revue-id="<?php echo get_the_ID(); ?>">
|
||||
<?php if (have_posts()) : ?>
|
||||
<?php while (have_posts()) : the_post(); ?>
|
||||
<?php get_template_part('template-parts/revues/revue-header'); ?>
|
||||
|
||||
<?php get_template_part('template-parts/post-header'); ?>
|
||||
|
||||
<div class="content-wrapper">
|
||||
<div class="sidebar">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ $articles = get_field('articles', $current_issue->ID);
|
|||
<div class="page--single-revue" data-revue-id="<?php echo get_the_ID(); ?>">
|
||||
<?php if (have_posts()) : ?>
|
||||
<?php while (have_posts()) : the_post(); ?>
|
||||
<?php get_template_part('template-parts/revues/revue-header'); ?>
|
||||
<?php get_template_part('template-parts/post-header'); ?>
|
||||
|
||||
|
||||
<div class="content-wrapper">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user