Only fixed current day in meal plan
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
<template>
|
||||
<div>
|
||||
<link rel="stylesheet" type="text/css" href="print.css" media="print">
|
||||
<div class="dropdown d-print-none">
|
||||
<a class="btn shadow-none pr-0 pl-0" href="javascript:void(0);" role="button" id="dropdownMenuLink"
|
||||
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
|
@ -1,6 +0,0 @@
|
||||
@media print {
|
||||
body {
|
||||
color: black; /* Set text color to black */
|
||||
background: white; /* Set background color to white */
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user