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.

47 lines
785 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-top: 10px;
  15. margin-bottom: 40px;
  16. }
  17. #sevomin-intro-logo{
  18. margin-bottom: 15px;
  19. }
  20. #sevomin-intro-logo img{
  21. width: 150px;
  22. }
  23. #s1, #s2, #s3 {
  24. font-size: 0.95em;
  25. color: #444444;
  26. float: right;
  27. padding-right: 22px;
  28. margin-right: 22px;
  29. background-repeat: no-repeat;
  30. background-position: right;
  31. }
  32. #s1{
  33. background-image: url('images/1-icon.png');
  34. }
  35. #s2{
  36. background-image: url('images/2-icon.png');
  37. }
  38. #s3{
  39. background-image: url('images/3-icon.png');
  40. }
  41. #intro-privacy-statement{
  42. margin-top: 20px;
  43. }
  44. label{
  45. font-size: 1.2em !important;
  46. }