feat: initial commit
This commit is contained in:
commit
98355eceb5
18 changed files with 5416 additions and 0 deletions
19
app/app.css
Normal file
19
app/app.css
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
html,
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.logo {
|
||||
margin: 0;
|
||||
padding: 5px;
|
||||
color: white;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
font-size: large;
|
||||
cursor: pointer;
|
||||
img {
|
||||
width: 48px;
|
||||
padding: 5px 10px 5px 5px;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue