mirror of
https://github.com/exogen/vl2-forge.git
synced 2026-07-12 23:14:34 +00:00
Add loading indicator, improve icons, improve layout
This commit is contained in:
parent
41a3753623
commit
fa0b047e19
19 changed files with 560 additions and 795 deletions
|
|
@ -24,7 +24,9 @@ body {
|
|||
flex-direction: column;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
min-height: 100vh;
|
||||
height: 100vh;
|
||||
max-height: 100vh;
|
||||
overflow: hidden;
|
||||
background-color: #699697;
|
||||
background-image: url("../public/noise.png"),
|
||||
linear-gradient(to bottom, #5be9ee 0%, #1e4172 100%);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue