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.
 
 
 

94 lines
1.5 KiB

  1. .mod_newslist {
  2. display: flex;
  3. justify-content: space-between;
  4. flex-wrap: wrap;
  5. padding: 0 70px 2rem 70px;
  6. .layout_latest {
  7. width: calc(50% - 20px);
  8. margin: 0 0 4.5rem 0;
  9. a {
  10. display: block;
  11. position: relative;
  12. height: 100%;
  13. padding: 0 0 24px 0;
  14. }
  15. }
  16. p {
  17. margin: 0;
  18. }
  19. .spwn-head {
  20. display: flex;
  21. justify-content: space-between;
  22. padding: 0 0 0.5rem 0;
  23. p {
  24. &.category {
  25. color: $primary;
  26. font-weight: 700;
  27. }
  28. &.info {
  29. font-weight: 300;
  30. }
  31. }
  32. }
  33. .image_container {
  34. padding: 0 0 1rem 0;
  35. }
  36. h3 {
  37. padding: 0 0 0.75rem 0;
  38. font-size: size(20);
  39. line-height: size(24);
  40. font-family: 'Lato', sans-serif;
  41. }
  42. .ce_text {
  43. padding: 0;
  44. p {
  45. padding: 0 !important;
  46. }
  47. }
  48. .more {
  49. position: absolute;
  50. right: 0;
  51. bottom: 0;
  52. font-weight: 700;
  53. text-decoration: underline;
  54. }
  55. a {
  56. color: $font;
  57. text-decoration: none;
  58. &:hover {
  59. .more {
  60. color: $primary;
  61. }
  62. }
  63. }
  64. }
  65. .mod_newsreader {
  66. padding: 0 190px 2rem 190px;
  67. .spwn-head {
  68. display: flex;
  69. justify-content: space-between;
  70. padding: 0 0 0.5rem 0;
  71. p {
  72. margin: 0;
  73. &.category {
  74. color: $primary;
  75. font-weight: 700;
  76. }
  77. &.info {
  78. font-weight: 300;
  79. }
  80. }
  81. }
  82. .ce_text {
  83. padding: 0 0 2rem 0;
  84. }
  85. h2 {
  86. font-size: size(40);
  87. line-height: size(46);
  88. }
  89. .spwn-subhl {
  90. margin-top: -2rem;
  91. }
  92. }