This commit is contained in:
parent
69f4cddd00
commit
979106e8eb
2 changed files with 16 additions and 0 deletions
|
|
@ -8,3 +8,18 @@
|
||||||
.k-panel-menu-button[aria-current] * {
|
.k-panel-menu-button[aria-current] * {
|
||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.k-panel[data-template="year"] .k-list-items .k-item:first-child {
|
||||||
|
margin-bottom: 2rem;
|
||||||
|
}
|
||||||
|
.k-panel[data-template="year"] .k-list-items::before {
|
||||||
|
content: "Texte princeps";
|
||||||
|
display: block;
|
||||||
|
padding: 0.5rem;
|
||||||
|
padding-bottom: 0.7rem;
|
||||||
|
border-radius: var(--rounded-md) var(--rounded-md) 0 0;
|
||||||
|
transform: translateY(0.3rem);
|
||||||
|
|
||||||
|
background-color: #000;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@ columns:
|
||||||
texts:
|
texts:
|
||||||
label: Textes
|
label: Textes
|
||||||
type: pages
|
type: pages
|
||||||
|
help: **Pour réorganiser les textes**, utiliser la poignée ⁝⁝ qui apparait au survol.
|
||||||
templates:
|
templates:
|
||||||
- linear
|
- linear
|
||||||
- grid
|
- grid
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue