1
0

crm.css 319 B

12345678910111213141516
  1. body {
  2. background-color: #f4f4f4;
  3. font-family: 'Open Sans', sans-serif;
  4. font-size: 14px;
  5. line-height: 1.42857143;
  6. color: #333;
  7. margin: 20px;
  8. padding: 20px;
  9. display: flex;
  10. flex-direction: column;
  11. align-items: center;
  12. }
  13. .red {
  14. background-color: rgb(202, 60, 60) !important;
  15. }