mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-06 19:19:19 +02:00
admin header: replace déconnexion text with SVG sign-out icon
This commit is contained in:
@@ -29,10 +29,15 @@
|
||||
|
||||
.admin-body header nav ul [data-nav-logout] a {
|
||||
opacity: 0.6;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.admin-body header nav ul [data-nav-logout] a:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
.admin-body header nav ul [data-nav-logout] a svg {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* Public-site link icon in admin nav */
|
||||
.admin-body header nav > a svg {
|
||||
|
||||
Reference in New Issue
Block a user