23 lines
439 B
CSS
23 lines
439 B
CSS
.ingredients-table {
|
|
overflow: auto;
|
|
}
|
|
.ingredients-table .input {
|
|
margin-bottom: 0;
|
|
}
|
|
.ingredients-table .input input[type="number"] {
|
|
height: auto;
|
|
padding: 5px;
|
|
width: 100px;
|
|
}
|
|
#search-ingredient {
|
|
position: relative;
|
|
}
|
|
#search-ingredient input {
|
|
border: 0;
|
|
padding: 5px 0;
|
|
border: 0 !important;
|
|
outline: none !important;
|
|
}
|
|
.custom-select-dropdown .dropdown-item:last-child {
|
|
border-top: 0;
|
|
} |