(feature) Update UI & Resource Availability
This commit is contained in:
parent
11d8229eb5
commit
929193d272
44 changed files with 4747 additions and 27 deletions
20
public/css/overview.css
Normal file
20
public/css/overview.css
Normal file
|
@ -0,0 +1,20 @@
|
|||
.overview-toolbar {
|
||||
background-color: rgba(255, 255, 255, 0.5);
|
||||
height: 230px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.overview-visual-display {
|
||||
display: flex;
|
||||
background-color: rgba(223, 223, 223, 0.5);
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.overview-visual-label {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.overview-visual-wrapper {
|
||||
margin: 1rem;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue