events : hide 'en ce moment' mention
All checks were successful
Deploy / Deploy to Production (push) Successful in 6s
All checks were successful
Deploy / Deploy to Production (push) Successful in 6s
This commit is contained in:
parent
b054c30c34
commit
e57a3106b1
4 changed files with 10 additions and 12 deletions
|
|
@ -91,21 +91,20 @@
|
|||
.hover-glow {
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
box-shadow: inset 0 0 0px var(--color-green);
|
||||
border-radius: var(--radius);
|
||||
filter: brightness(2);
|
||||
box-shadow: inset 0 0 0px 0 0 var(--color-green);
|
||||
border-radius: 0.8rem;
|
||||
transition: box-shadow 0.2s ease-in-out;
|
||||
}
|
||||
|
||||
picture {
|
||||
img {
|
||||
border-radius: var(--radius);
|
||||
border-radius: 0.8rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
&:hover {
|
||||
.hover-glow {
|
||||
box-shadow: inset 0 0 20px var(--color-green);
|
||||
box-shadow: inset 0 0 7px 5px var(--color-green);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -516,16 +516,15 @@ main {
|
|||
[data-template=events] main .events-grid .event-card .cover-wrapper .hover-glow {
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
box-shadow: inset 0 0 0px var(--color-green);
|
||||
border-radius: var(--radius);
|
||||
filter: brightness(2);
|
||||
box-shadow: inset 0 0 0px 0 0 var(--color-green);
|
||||
border-radius: 0.8rem;
|
||||
transition: box-shadow 0.2s ease-in-out;
|
||||
}
|
||||
[data-template=events] main .events-grid .event-card .cover-wrapper picture img {
|
||||
border-radius: var(--radius);
|
||||
border-radius: 0.8rem;
|
||||
}
|
||||
[data-template=events] main .events-grid .event-card:hover .hover-glow {
|
||||
box-shadow: inset 0 0 20px var(--color-green);
|
||||
box-shadow: inset 0 0 7px 5px var(--color-green);
|
||||
}
|
||||
|
||||
[data-template=event] main h1 {
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -14,7 +14,7 @@
|
|||
<div class="cover-wrapper">
|
||||
<div class="hover-glow"></div>
|
||||
<?php if ($event->isLive()): ?>
|
||||
<div class="playing-now"><p>en ce moment</p></div>
|
||||
<!-- <div class="playing-now"><p>en ce moment</p></div> -->
|
||||
<?php endif ?>
|
||||
<?php snippet('picture', [
|
||||
'file' => $event->cover()->toFile(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue