redesign and fixes
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
.dishlist-container {
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-weight: 400;
|
||||
margin-left: 1rem;
|
||||
@@ -8,7 +5,7 @@ h4 {
|
||||
|
||||
.carddish-container {
|
||||
background-color: #303030;
|
||||
border-radius: 12px;
|
||||
border-radius: 24px;
|
||||
margin: 2px auto 2px auto;
|
||||
padding: 8px;
|
||||
display: flex;
|
||||
@@ -33,22 +30,22 @@ h4 {
|
||||
background-position: center;
|
||||
width: 120px;
|
||||
height: 120px;
|
||||
border-radius: 12px;
|
||||
border-radius: 20px;
|
||||
margin: 0px 14px 0px 0px;
|
||||
}
|
||||
|
||||
.carddish-left {
|
||||
display: flex;
|
||||
h2 {
|
||||
font-size: 16px;
|
||||
font-weight: 500;
|
||||
font-size: 18px;
|
||||
font-weight: 400;
|
||||
margin: auto;
|
||||
}
|
||||
p {
|
||||
font-size: 13px;
|
||||
font-weight: 500;
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
margin-left: auto;
|
||||
color: $gray;
|
||||
color: #c9c9c9;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -59,7 +56,7 @@ h4 {
|
||||
}
|
||||
|
||||
.carddish-left-middle {
|
||||
margin-top: 8px;
|
||||
margin-top: 10px;
|
||||
p {
|
||||
margin: auto;
|
||||
margin-bottom: 3px;
|
||||
@@ -80,8 +77,12 @@ h4 {
|
||||
}
|
||||
|
||||
.carddish-prices-multi {
|
||||
margin-right: 6px;
|
||||
margin-top: 6px;
|
||||
text-align: end;
|
||||
h5 {
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
margin-top: 0;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user