Updated / redesign started
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
.editRestaurant-container {
|
||||
min-width: 70%;
|
||||
min-width: 60%;
|
||||
min-height: 600px;
|
||||
max-height: 80vh;
|
||||
max-width: 80%;
|
||||
max-width: 1000px;
|
||||
background-color: $dark-gray;
|
||||
border-radius: 15px;
|
||||
display: flex;
|
||||
@@ -58,7 +58,7 @@
|
||||
|
||||
.workingHours-container {
|
||||
border: 1px solid #1f1f1f;
|
||||
border-radius: 6px;
|
||||
border-radius: 24px;
|
||||
padding-top: 12px;
|
||||
padding-bottom: 12px;
|
||||
padding-left: 8px;
|
||||
@@ -102,7 +102,7 @@
|
||||
justify-content: space-between;
|
||||
margin: 0px 8px 0px 8px;
|
||||
padding: 4px;
|
||||
border-radius: 5px;
|
||||
border-radius: 18px;
|
||||
h3 {
|
||||
font-size: 15px;
|
||||
margin-left: 14px;
|
||||
@@ -112,7 +112,7 @@
|
||||
.editRestaurant-dishImg {
|
||||
height: 60px;
|
||||
width: 60px;
|
||||
border-radius: 5px;
|
||||
border-radius: 14px;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
@@ -140,7 +140,6 @@
|
||||
display: flex;
|
||||
background-color: #242424;
|
||||
width: 100%;
|
||||
justify-content: space-between;
|
||||
border-radius: 8px;
|
||||
h3 {
|
||||
font-weight: 300;
|
||||
@@ -149,7 +148,7 @@
|
||||
h5 {
|
||||
color: #c0c0c0;
|
||||
font-weight: 400;
|
||||
padding-right: 14px;
|
||||
padding-left: 14px;
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user