Facebook
From Cobalt Crow, 1 Year ago, written in Plain Text.
This paste is a reply to ListeRdv.js from Chocolate Peccary - view diff
Embed
Download Paste or View Raw
Hits: 157
  1. .tableRdv{
  2.     width:100vh;
  3. }
  4.  
  5.  
  6.  
  7. thead{
  8.     background: #F5F6FA 0% 0% no-repeat padding-box;
  9.     text-align: left;
  10.     font-family:  Poppins;
  11.     letter-spacing: 0px;
  12.     color: #A3A6B4;
  13.     opacity: 1;
  14.     border: none;
  15. }
  16. td{
  17.     background: #FFFFFF 0% 0% no-repeat padding-box;
  18.     border: 1px solid #70707033;
  19.     opacity: 1;
  20.     text-align: left;
  21.     font: normal normal normal 13px/20px Poppins;
  22.     letter-spacing: 0px;
  23.     color: #4D4F5C;
  24.     opacity: 1;
  25. }
  26. .consulterBtn{
  27.    
  28.     background: transparent linear-gradient(180deg, #247285 0%, #123943 100%) 0%
  29.       0% no-repeat padding-box;
  30.     height: 2rem;
  31.     width: 7rem;
  32.     color: #ffffff;
  33.     border-radius: 2px;
  34. }
  35. .reporterBtn{
  36.     background: #FFFFFF 0% 0% no-repeat padding-box;
  37.     border: 0.5px solid #0D6378;
  38.     opacity: 1;
  39.     color:#0D6378;
  40.     font-weight: 500;
  41.     border-radius: 2px;
  42.     height: 2rem;
  43.     width: 8rem;
  44. }
  45. .voirPlusbtn{
  46.     text-align: left;
  47.     font: 14px/21px Source Sans Pro;
  48.     letter-spacing: 0px;
  49.     color: #217084;
  50.     opacity: 1
  51.    
  52. }
  53. .voirPlusbtn{
  54.     margin-top:2vh;
  55.    
  56. }