Compare commits
No commits in common. "56e313c5a9237539b9e86d5a9712fcdad452174b" and "314834485f33c9076a2ab64ff017c950011224e0" have entirely different histories.
56e313c5a9
...
314834485f
|
|
@ -1,14 +1,6 @@
|
|||
.content-meta {
|
||||
@apply flex !items-center justify-between gap-2;
|
||||
&__revue-issue {
|
||||
@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;
|
||||
} */
|
||||
@apply bg-carhop-green-700 text-white !px-3 !py-2 font-normal h-fit;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,8 @@
|
|||
<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/post-header'); ?>
|
||||
<?php get_template_part('template-parts/revues/revue-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/post-header'); ?>
|
||||
<?php get_template_part('template-parts/revues/revue-header'); ?>
|
||||
|
||||
|
||||
<div class="content-wrapper">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user