mirror of
https://github.com/tim-krehan/shopping-list.git
synced 2024-11-23 22:30:41 +01:00
new styls, daimn
This commit is contained in:
parent
2225c76806
commit
371bf7e040
2 changed files with 16 additions and 7 deletions
|
@ -21,7 +21,13 @@
|
||||||
margin-bottom: .1em;
|
margin-bottom: .1em;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
border-radius: 5px;
|
border-left: 3px solid #4CAF50;
|
||||||
|
border-bottom-right-radius: 5px;
|
||||||
|
border-top-right-radius: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.list_row.new {
|
||||||
|
border-left: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.list_row_count {
|
.list_row_count {
|
||||||
|
|
|
@ -11,21 +11,24 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
.ingredients_row {
|
.ingredients_row {
|
||||||
width: 95%;
|
|
||||||
max-width: 30em;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
flex-wrap: wrap;
|
min-height: 24px;
|
||||||
justify-content: flex-start;
|
margin-bottom: .1em;
|
||||||
|
align-items: center;
|
||||||
border-left: 3px solid #4CAF50;
|
border-left: 3px solid #4CAF50;
|
||||||
border-bottom-right-radius: 5px;
|
border-bottom-right-radius: 5px;
|
||||||
border-top-right-radius: 5px;
|
border-top-right-radius: 5px;
|
||||||
margin-bottom: .1em;
|
max-width: 30em;
|
||||||
}
|
}
|
||||||
.ingredients_row_amount {
|
.ingredients_row_amount {
|
||||||
text-indent: 1em;
|
width: auto;
|
||||||
|
min-width: 1em;
|
||||||
|
max-width: 3em;
|
||||||
|
text-align: right;
|
||||||
}
|
}
|
||||||
.ingredients_row_unit {
|
.ingredients_row_unit {
|
||||||
|
width: 4em;
|
||||||
text-indent: .5em;
|
text-indent: .5em;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue