DmitrMakeev commited on
Commit
92bf419
·
verified ·
1 Parent(s): 83b7bfb

Update nutri_call.html

Browse files
Files changed (1) hide show
  1. 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