OA.css 570 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .oa-title {
  2. margin-bottom: 35px;
  3. }
  4. #time {
  5. color: #898989;
  6. font-style: italic;
  7. font-weight: 400;
  8. font-size: 19px;
  9. }
  10. #artist_name {
  11. font-style: italic;
  12. font-weight: 400;
  13. color: #696969;
  14. font-size: 24px;
  15. }
  16. #nome_oggetto {
  17. color: #b61924;
  18. font-weight: 400;
  19. font-size: 32px;
  20. margin-bottom: 0;
  21. }
  22. #info_OA > .row {
  23. margin-bottom: 10px;
  24. }
  25. #info_OA .label {
  26. font-weight: 600;
  27. }
  28. #placeholder_luoghi {
  29. margin-top: 25px;
  30. }
  31. .oa-box-info {
  32. background-color: white;
  33. border-radius: 10px;
  34. padding: 25px 20px;
  35. }