This commit is contained in:
2019-08-04 21:12:36 +02:00
parent 3e895cb113
commit 8854f3beb6
39 changed files with 265 additions and 410 deletions

View File

@@ -0,0 +1,16 @@
:host {
display: block;
}
button {
font-size: 24px;
color: #aaa;
&:hover {
color: #000;
}
}
tr.file-over {
background: #f908;
}