You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
303 B
19 lines
303 B
4 years ago
|
.header-item-label::after {
|
||
|
content: ":";
|
||
|
position: relative;
|
||
|
top: -0.5px;
|
||
|
margin: 0px 8px 0px 2px;
|
||
|
}
|
||
|
|
||
|
.header-item {
|
||
|
display: inline-flex;
|
||
|
margin: 5px 10px;
|
||
|
width: 200px;
|
||
|
}
|
||
|
|
||
|
.ingredient-body {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
padding-top: 1px;
|
||
|
padding: 10px;
|
||
|
}
|