Added first basic version of meal planning (references #146)

This commit is contained in:
Bernd Bestel
2019-05-06 19:38:47 +02:00
parent e240260f9f
commit 57233dba1a
11 changed files with 232 additions and 2 deletions

View File

@@ -207,8 +207,15 @@ input::-webkit-inner-spin-button {
padding-right: 0.75rem !important;
}
.btn-group-xs > .btn, .btn-xs {
padding : 0.25rem 0.4rem;
font-size : 0.875rem;
line-height : 0.5;
border-radius: 0.2rem;
}
/* Third party component customizations - DataTables */
td {
.dataTable td {
vertical-align: middle !important;
}