Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 

120 рядки
2.2 KiB

  1. .teaser-large {
  2. position: relative;
  3. margin: 5rem 0 7.5rem 0;
  4. background-color: $secondary;
  5. border-radius: 30px;
  6. color: #fff;
  7. &.bg-nav-teaser {
  8. background-image: url("../images/backgrounds/category-navigation.jpg");
  9. background-repeat: no-repeat;
  10. background-position: 0 0;
  11. background-size: cover;
  12. }
  13. .ce_image {
  14. position: absolute;
  15. left: 34px;
  16. top: 50%;
  17. transform: translate(0, -50%);
  18. .image_container {
  19. position: relative;
  20. width: 298px;
  21. height: 298px;
  22. background: transparent url("../images/elements/highlight-star.svg") no-repeat left top;
  23. background-size: 100% auto;
  24. }
  25. img {
  26. position: absolute;
  27. left: 50%;
  28. top: 50%;
  29. transform: translate(-50%, -50%);
  30. width: 230px;
  31. }
  32. }
  33. .ce_text {
  34. padding: 25px 0 12px 330px;
  35. h3 {
  36. padding: 0 0 5px 0;
  37. font-family: 'Lato', sans-serif;
  38. font-size: size(34);
  39. line-height: size(40);
  40. }
  41. .text {
  42. }
  43. p {
  44. padding: 0;
  45. margin: 0;
  46. font-size: size(28);
  47. line-height: size(34);
  48. }
  49. }
  50. .ce_hyperlink {
  51. padding: 8px 36px 27px 330px;
  52. display: flex;
  53. justify-content: flex-end;
  54. a {
  55. @include button();
  56. padding: 10px 24px;
  57. border-radius: 25px;
  58. font-size: size(22);
  59. line-height: size(26);
  60. }
  61. }
  62. .mod_navigation {
  63. ul {
  64. display: flex;
  65. justify-content: space-evenly;
  66. padding: 0 0 0 304px;
  67. background: $secondary;
  68. border-bottom-left-radius: 30px;
  69. border-bottom-right-radius: 30px;
  70. }
  71. li {
  72. flex-grow: 1;
  73. flex-basis: 0;
  74. &:last-child {
  75. a, strong {
  76. color: #fff;
  77. background: $font;
  78. border-bottom-right-radius: 30px;
  79. &:hover {
  80. color: rgba(255, 255, 255, .3);
  81. }
  82. }
  83. }
  84. }
  85. a, strong {
  86. display: block;
  87. padding: 9px 0 2px 0;
  88. color: $font;
  89. font-family: 'Mohave', sans-serif;
  90. font-weight: 700;
  91. text-align: center;
  92. text-transform: uppercase;
  93. font-size: size(54);
  94. line-height: size(64);
  95. text-decoration: none;
  96. @include transition();
  97. &:hover {
  98. color: #fff;
  99. }
  100. }
  101. }
  102. }