Updated / redesign started

This commit is contained in:
2021-01-14 18:20:09 +01:00
parent 02511370a0
commit 1dd5f89c8b
29 changed files with 130 additions and 83 deletions

View File

@@ -63,6 +63,7 @@
.image-upload-container-wide {
display: flex;
width: 100%;
max-width: 600px;
flex-direction: column;
align-items: flex-end;
}
@@ -70,8 +71,8 @@
.image-preview-wide {
width: 100%;
height: 300px;
border-radius: 6px;
box-shadow: (5px 5px 15px rgba(0, 0, 0, 0.151));
border-radius: 24px;
box-shadow: (0px 5px 15px rgba(0, 0, 0, 0.151));
display: flex;
align-items: center;
justify-content: center;
@@ -94,7 +95,7 @@
font-size: 0.9rem;
font-weight: 500;
padding: 14px;
border-radius: 6px;
border-radius: 14px;
color: #262626;
background-color: #d68000;
cursor: pointer;