price -> prices (unfinished)
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
h5 {
|
||||
font-size: 1rem;
|
||||
font-weight: 300;
|
||||
margin: 0 8px 0 auto;
|
||||
margin: 0 0 0 auto;
|
||||
}
|
||||
p {
|
||||
color: $gray;
|
||||
@@ -71,9 +71,9 @@
|
||||
}
|
||||
|
||||
.dish-row-column {
|
||||
margin-top: 18px;
|
||||
margin-bottom: 18px;
|
||||
margin-top: 12px;
|
||||
margin-bottom: 12px;
|
||||
h5 {
|
||||
margin-bottom: 8px;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -40,10 +40,12 @@ h4 {
|
||||
.carddish-left {
|
||||
display: flex;
|
||||
h2 {
|
||||
font-size: 1rem;
|
||||
font-size: 1.1rem;
|
||||
font-weight: 500;
|
||||
margin: auto;
|
||||
}
|
||||
p {
|
||||
font-size: 13px;
|
||||
margin-left: auto;
|
||||
color: $gray;
|
||||
}
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
padding: 2px;
|
||||
margin: 4px;
|
||||
h4 {
|
||||
color: #c0c0c0;
|
||||
margin: 8px 4px 8px 8px;
|
||||
}
|
||||
.pictogram {
|
||||
|
||||
@@ -79,3 +79,13 @@
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
}
|
||||
|
||||
.card-description {
|
||||
overflow: hidden;
|
||||
line-height: 1.2em;
|
||||
max-height: 3.5em;
|
||||
text-overflow: ellipsis;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 2; /* number of lines to show */
|
||||
-webkit-box-orient: vertical;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user