Some missing icons

This commit is contained in:
Daniel
2025-04-15 15:51:49 +02:00
committed by Markus Zolliker
parent 3d37b10d61
commit 9b3f89ddaa
10 changed files with 33 additions and 5 deletions

View File

@ -144,7 +144,6 @@ meta, body {
top: 9px;
right: 12px;
position: fixed;
color: white;
cursor: pointer;
}
@ -156,4 +155,26 @@ meta, body {
.icon-close:hover {
transform: scale(90%);
transition: .5s;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* LOG ICON */
#log-icon-container {
z-index: 50;
bottom: 9px;
right: 12px;
position: fixed;
color: white;
cursor: pointer;
}
.log-icon {
height: 20px;
width: 20px;
}
.log-icon:hover {
transform: scale(90%);
transition: .5s;
}