mirror of
https://github.com/AIR-EISTI/hades.git
synced 2025-01-10 11:31:30 +01:00
32 lines
351 B
CSS
32 lines
351 B
CSS
h1 {
|
|
margin: 10px 10px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.action button {
|
|
padding: 0;
|
|
margin: 5px;
|
|
height: 2em;
|
|
width: 2em;
|
|
}
|
|
|
|
.action {
|
|
display: inline-block;
|
|
margin-left: 20px;
|
|
position: relative;
|
|
bottom: 5px;
|
|
}
|
|
|
|
|
|
.graph .memory {
|
|
margin-left: 20px;
|
|
}
|
|
|
|
.graph {
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
|
|
app-graph {
|
|
width: 100%;
|
|
}
|