GlobalEntities now can be added not nice but added
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user