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] * {
|
||||
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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue