User files changes

This commit is contained in:
mrfry
2021-05-04 10:31:35 +02:00
parent c16015a339
commit c34e2ba2c1
7 changed files with 245 additions and 162 deletions
-19
View File
@@ -1,22 +1,3 @@
.searchContainer {
width: 100%;
display: flex;
justify-content: center;
margin-left: 10px;
padding-top: 10px;
padding-bottom: 2px;
}
.clearButton {
width: 50px;
background-color: var(--background-color);
color: white;
font-size: 18px;
cursor: pointer;
border: none;
margin-left: 10px;
}
.info {
text-align: center;
font-style: italic;