actuel-inactuel/assets/css/panel.css

26 lines
511 B
CSS
Raw Normal View History

2024-09-05 07:58:53 +02:00
.k-panel-menu {
background-color: #000;
}
.k-panel-menu * {
color: #fff;
}
.k-panel-menu-button[aria-current] * {
color: #000;
}
2025-02-03 13:48:12 +01:00
.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;
}