Change localization

This commit is contained in:
2020-09-28 17:07:28 +02:00
parent d2842a1db3
commit c6a9ed4ec0
8 changed files with 287 additions and 27 deletions

View File

@@ -25,9 +25,13 @@
display: flex;
flex-flow: column;
justify-content: space-between;
align-items: center;
width: 100%;
max-height: 600px;
overflow: auto;
h3 {
font-weight: 400;
}
}
.editRestaurant-doubleColumn {

View File

@@ -57,3 +57,48 @@
.newRestaurant-bottom {
display: inline-block;
}
// WIDE
.image-upload-container-wide {
display: flex;
flex-direction: column;
align-items: flex-end;
}
.image-preview-wide {
width: 100%;
height: 300px;
border-radius: 6px;
box-shadow: (5px 5px 15px rgba(0, 0, 0, 0.151));
display: flex;
align-items: center;
justify-content: center;
font-size: 0.8rem;
background-size: cover;
background-position: center;
}
.input-image-wide {
width: 0.1px;
height: 0.1px;
opacity: 0;
cursor: pointer;
overflow: hidden;
position: absolute;
}
.input-image-wide + label {
margin: 16px;
font-size: 0.9rem;
font-weight: 500;
padding: 14px;
border-radius: 6px;
color: #262626;
background-color: #d68000;
cursor: pointer;
}
.input-image-wide + label:hover {
background-color: #fd9800;
}