add style for actor tiles
render actors got from backend backend test code to get actors
This commit is contained in:
11
src/elements/Popups/AddActorPopup/AddActorPopup.module.css
Normal file
11
src/elements/Popups/AddActorPopup/AddActorPopup.module.css
Normal file
@@ -0,0 +1,11 @@
|
||||
.newactorbutton {
|
||||
border-radius: 5px;
|
||||
border-width: 0;
|
||||
color: white;
|
||||
margin-right: 15px;
|
||||
margin-top: 12px;
|
||||
padding: 6px;
|
||||
background-color: green;
|
||||
width: 140px;
|
||||
width: 140px;
|
||||
}
|
||||
Reference in New Issue
Block a user