Updated / redesign started
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user