add icons

This commit is contained in:
Tykayn 2024-12-16 12:13:19 +01:00 committed by tykayn
parent b01ad5507e
commit 614fd9b6ac
9 changed files with 193 additions and 38 deletions

BIN
styles/images/layers.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

View file

@ -179,6 +179,8 @@ a {
}
.popup-content {
width: 100%;
display: block;
overflow: auto;
min-width: 10rem;
max-width: 20rem;
@ -296,3 +298,19 @@ button{
/*background: grey;*/
/*border-right: 1px solid white;*/
}
.key-values{
max-height: 4rem;
overflow: auto;
width: 100%;
display: block;
}
.icon-img{
width: 3rem;
height: 3rem;
fill: #000;
}
.sockets-list{
margin-top: 1rem;
}