Katsiree

หน้ารายการแทง css

Jun 14th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.82 KB | None | 0 0
  1. .pp_amount .card-header {
  2.         background: linear-gradient(to bottom, #ece9e6, #ffffff);
  3.     }
  4.  
  5.     .pp_amount .card-header {
  6.         padding: 0 25px !important;
  7.     }
  8.  
  9.     .pp_amount .card-body {
  10.         padding: 20px 25px 5px 25px !important;
  11.     }
  12.  
  13.     .pp_amount table {
  14.         background-color: #ffeed0 !important;
  15.     }
  16.  
  17.     .pp_amount th,
  18.     .pp_amount td {
  19.         border: #b1b1b1 1px solid !important;
  20.         font-size: 15px;
  21.     }
  22.  
  23.     .pp_amount td {
  24.         /* padding: 0px 10px !important; */
  25.     }
  26.  
  27.     .pp_amount tr:nth-child(1) {
  28.         background: linear-gradient(to bottom, #fceabb, #f8b500) !important;
  29.         color: #000 !important;
  30.         font-weight: 600 !important;
  31.         text-align: center;
  32.     }
  33.  
  34.     tr.pp_hover:hover {
  35.         background: #ffc800 !important;
  36.     }
Add Comment
Please, Sign In to add comment