event blueprint : ajustements presse et dernier détail
All checks were successful
Deploy / Deploy to Production (push) Successful in 5s
All checks were successful
Deploy / Deploy to Production (push) Successful in 5s
Padding horizontal sur le summary du dernier <details>, et citations presse en une seule colonne sous 1200px.
This commit is contained in:
parent
ae1a8220b3
commit
18860a021e
4 changed files with 31 additions and 1 deletions
|
|
@ -75,6 +75,22 @@
|
|||
}
|
||||
}
|
||||
|
||||
[data-template="event"] {
|
||||
main {
|
||||
details.presse {
|
||||
.quotes {
|
||||
grid-template-columns: repeat(1, 1fr);
|
||||
|
||||
.quote {
|
||||
blockquote {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.view-buttons {
|
||||
li {
|
||||
button {
|
||||
|
|
|
|||
|
|
@ -66,6 +66,11 @@
|
|||
display: none;
|
||||
}
|
||||
}
|
||||
&:last-child {
|
||||
summary {
|
||||
padding: 0 2rem;
|
||||
}
|
||||
}
|
||||
&::before {
|
||||
content: "→";
|
||||
position: absolute;
|
||||
|
|
|
|||
|
|
@ -605,6 +605,9 @@ main {
|
|||
[data-template=event] main details summary::-webkit-details-marker {
|
||||
display: none;
|
||||
}
|
||||
[data-template=event] main details:last-child summary {
|
||||
padding: 0 2rem;
|
||||
}
|
||||
[data-template=event] main details::before {
|
||||
content: "→";
|
||||
position: absolute;
|
||||
|
|
@ -907,6 +910,12 @@ main {
|
|||
[data-template=events] main .events-grid-container .events-grid {
|
||||
grid-template-columns: repeat(1, 1fr);
|
||||
}
|
||||
[data-template=event] main details.presse .quotes {
|
||||
grid-template-columns: repeat(1, 1fr);
|
||||
}
|
||||
[data-template=event] main details.presse .quotes .quote blockquote {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
.view-buttons li button {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue