styles details
This commit is contained in:
parent
d876dc4798
commit
6c1c95b3ab
3 changed files with 7 additions and 0 deletions
|
|
@ -9,6 +9,7 @@
|
|||
- [ ] changer le favicons
|
||||
- [ ] fallback sans javascript: menu, défilement
|
||||
- [ ] script pour mettre à la ligne tous les articles ?
|
||||
- [ ] lien newsletter
|
||||
|
||||
|
||||
## Notes contenus
|
||||
|
|
|
|||
|
|
@ -54,6 +54,10 @@ main[data-template="agenda"]{
|
|||
padding-bottom: 20vh;
|
||||
}
|
||||
|
||||
[data-template="agenda"] .breadcrumb::after{
|
||||
background-color: var(--red);
|
||||
}
|
||||
|
||||
[data-template="agenda"] .agenda-vues{
|
||||
z-index: 40;
|
||||
padding-left: 1rem;
|
||||
|
|
|
|||
|
|
@ -16,6 +16,8 @@ article.creation .creation-header{
|
|||
|
||||
display: grid;
|
||||
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
|
||||
z-index: 100;
|
||||
|
||||
}
|
||||
|
||||
article.creation .creation-header h2{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue