ADD: added small details view on click on an entity
This commit is contained in:
@@ -3,7 +3,7 @@ import "./header.scss";
|
||||
|
||||
const Header = () => (
|
||||
<div className="header">
|
||||
<h2>Cloud Simulator</h2>
|
||||
<font className="caption">Cloud Simulator</font>
|
||||
</div>
|
||||
);
|
||||
|
||||
|
||||
@@ -6,5 +6,10 @@
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: white;
|
||||
height: 70px;
|
||||
|
||||
}
|
||||
|
||||
.caption{
|
||||
font-size: 40px;
|
||||
}
|
||||
Reference in New Issue
Block a user