You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
720 B

  1. .introduction{
  2. height: 270px;
  3. }
  4. .intro-icon, #sevomin-intro-logo{
  5. text-align: center;
  6. }
  7. .intro-icon{
  8. margin-bottom: 20px;
  9. }
  10. .intro-icon img{
  11. width: 100px;
  12. }
  13. #sevomin-logo{
  14. margin-bottom: 40px;
  15. }
  16. #sevomin-intro-logo{
  17. margin-bottom: 15px;
  18. }
  19. #sevomin-intro-logo img{
  20. width: 150px;
  21. }
  22. #s1, #s2, #s3 {
  23. font-size: 0.95em;
  24. color: #444444;
  25. float: right;
  26. padding-right: 22px;
  27. margin-right: 22px;
  28. background-repeat: no-repeat;
  29. background-position: right;
  30. }
  31. #s1{
  32. background-image: url('images/1-icon.png');
  33. }
  34. #s2{
  35. background-image: url('images/2-icon.png');
  36. }
  37. #s3{
  38. background-image: url('images/3-icon.png');
  39. }
  40. #intro-privacy-statement{
  41. margin-top: 20px;
  42. }