external-hospital.component.css 802 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. .hospitalContent-w .card-header {
  2. background-color: #00a99d !important;
  3. cursor: initial;
  4. }
  5. .hospitalContent-w .card-header button {
  6. cursor: pointer;
  7. }
  8. .hospitalContent-w .card-body ul li{
  9. cursor: pointer;
  10. color: #888;
  11. transition: all 0.5s;
  12. }
  13. .hospitalContent-w .card-body ul li:hover {
  14. color: #00a99d;
  15. }
  16. .containerContent-w {
  17. border-top: 5px solid #00a99d;
  18. }
  19. .hospitalContent-w .containerContent-w .information h2 {
  20. color: #74c5bf;
  21. }
  22. .hospitalContent-w .containerContent-w .information p {
  23. color: #bdb9b9;
  24. }
  25. .achievementsLang-w h2 {
  26. color: #74c5bf;
  27. }
  28. .achievementsLang-w p {
  29. color: #bdb9b9;
  30. }
  31. .testBody-w {
  32. background-color: #f3f3f3;
  33. }
  34. @media screen and (min-width: 1200px) {
  35. .container {
  36. max-width: 1200px !important;
  37. }
  38. }