index-app.css 730 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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('/defaults/assets/webimg.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. }
  26. /*
  27. border-bottom: 1px solid;
  28. background: rgb(237, 237, 237);
  29. background: rgb(217, 217, 217);
  30. */
  31. .featureList {
  32. list-style: square;
  33. }
  34. .divider {
  35. border-bottom-width: thin;
  36. }
  37. .actionButton {
  38. margin: 3px
  39. }