GlobalEntities now can be added not nice but added

This commit is contained in:
2025-11-18 23:59:26 +01:00
parent 70587b2af6
commit d1c52f05e8
11 changed files with 200 additions and 29 deletions
+14 -3
View File
@@ -7,9 +7,9 @@
color:aliceblue
}
.Entity-Container:hover {
color: rgba(0,255,255,0.5);
}
.Entity-Container:hover {
color: rgba(0,255,255,0.5);
}
.Entity-Container-Card {
position: relative;
@@ -74,4 +74,15 @@
.CreateNewGlobalEntity-Container {
background: #111;
border-radius: 15px;
}
.Entity-Container-Menu-Button {
position: absolute;
top: 2px;
right: 7.5px;
background: transparent;
border: none;
color: #0dcaf0;
font-size: 2.5rem;
cursor: pointer;
}