app.css 504 B

1234567891011121314151617181920212223242526272829303132
  1. .numClients {
  2. font-weight: bold;
  3. }
  4. .world-card__16-9-media {
  5. background-repeat: no-repeat;
  6. height: 176px;
  7. background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('images/default.jpg') center / cover;
  8. }
  9. .world-card {
  10. background-color: #f5f5f5;
  11. }
  12. .world-link a:link {
  13. color: #446BA1;
  14. }
  15. .world-link a:hover {
  16. background: #E7E7E7;
  17. }
  18. .world-link a:active {
  19. color: #446BA1;
  20. background: #E7E7E7;
  21. }
  22. .world-link a:visited {
  23. color: #446BA1;
  24. background: #E7E7E7;
  25. }