Ajoute des icones aux actions admin
This commit is contained in:
20
styles.css
20
styles.css
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user