Spaces:
Sleeping
Sleeping
Update nutri_call.html
Browse files- nutri_call.html +16 -1
nutri_call.html
CHANGED
|
@@ -550,9 +550,24 @@ legend {
|
|
| 550 |
width: 80px;
|
| 551 |
text-align: right;
|
| 552 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 553 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 554 |
|
| 555 |
-
|
|
|
|
|
|
|
|
|
|
| 556 |
</style>
|
| 557 |
|
| 558 |
|
|
|
|
| 550 |
width: 80px;
|
| 551 |
text-align: right;
|
| 552 |
}
|
| 553 |
+
</style>
|
| 554 |
+
<style>
|
| 555 |
+
.btn {
|
| 556 |
+
padding: 10px 20px;
|
| 557 |
+
border: none;
|
| 558 |
+
border-radius: 5px;
|
| 559 |
+
cursor: pointer;
|
| 560 |
+
}
|
| 561 |
|
| 562 |
+
.btn-success {
|
| 563 |
+
background-color: #28a745;
|
| 564 |
+
color: white;
|
| 565 |
+
}
|
| 566 |
|
| 567 |
+
.btn-danger {
|
| 568 |
+
background-color: #dc3545;
|
| 569 |
+
color: white;
|
| 570 |
+
}
|
| 571 |
</style>
|
| 572 |
|
| 573 |
|