Move existing themes under a default folder

This commit is contained in:
decentral1se
2021-05-05 11:50:45 +02:00
parent a95dc5d92e
commit 96c1306cd5
425 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,16 @@
.brand {
height: 35px;
}
.delete-button {
width: 150px;
height: 50px;
}
@media (max-width: 320px) {
.delete-button {
width: 120px;
height: 50px;
}
}