Ajoute des icones aux actions admin

This commit is contained in:
2026-04-15 22:05:45 +02:00
parent 0e6115e423
commit 99a3f6d0aa
3 changed files with 41 additions and 6 deletions

View File

@@ -196,6 +196,22 @@ p {
padding: 0.7rem 0.9rem;
}
.button.with-icon {
gap: 0.5rem;
}
.button.icon-button {
width: 2.55rem;
height: 2.55rem;
padding: 0;
border-radius: 14px;
}
.action-icon {
font-size: 1.15rem;
line-height: 1;
}
.setup-shell {
position: relative;
width: min(1220px, calc(100% - 2rem));
@@ -1670,6 +1686,10 @@ body.site-menu-hidden .site-menu-shell {
gap: 0.55rem;
}
.admin-actions-cell .button {
flex: 0 0 auto;
}
.admin-chip-success {
background: rgba(69, 185, 127, 0.14);
color: #dff7ea;