Move files to follow webpack structure

This commit is contained in:
2023-10-20 20:47:26 +02:00
parent b3cd217e28
commit 842e02f4bb
106 changed files with 73 additions and 1016 deletions
+36
View File
@@ -0,0 +1,36 @@
#upload {
padding: 1em;
.bar {
height: 18px;
background: green;
}
.comment {
margin-top: 1em;
.thumb {
width: 30%;
max-width: 100px;
}
form {
display: inline-block;
width: calc(70% - 1em);
min-width: calc(100% - 100px - 1em);
margin-left: 1em;
vertical-align: top;
.content {
width: 100%;
box-sizing: border-box;
padding: 0.5em;
border: 1px solid #333;
}
.save {
margin-top: 1em;
padding: 0.5em;
}
}
}
}