|
|
|
@@ -38,8 +38,6 @@ |
|
|
|
display: flex; |
|
|
|
//flex-direction: column; |
|
|
|
justify-content: flex-end; |
|
|
|
background: linear-gradient(135deg, #036 45.14%, #368484 100%), #D9D9D9; |
|
|
|
|
|
|
|
color: var(--theme-color-white); |
|
|
|
margin-right: 18px; |
|
|
|
font-family: "Korb", sans-serif; |
|
|
|
@@ -55,6 +53,31 @@ |
|
|
|
width:100%; |
|
|
|
margin-right: 0; |
|
|
|
min-height:250px; |
|
|
|
position: relative; |
|
|
|
&:not(.background-image){ |
|
|
|
background: linear-gradient(135deg, #036 45.14%, #368484 100%), #D9D9D9; |
|
|
|
} |
|
|
|
.img-con{ |
|
|
|
position:absolute; |
|
|
|
top:0; |
|
|
|
left:0; |
|
|
|
right:0; |
|
|
|
bottom:0; |
|
|
|
background-color:rgba(#003366,0.54); |
|
|
|
z-index:0; |
|
|
|
} |
|
|
|
&.background-image{ |
|
|
|
.img-con:before{ |
|
|
|
content:""; |
|
|
|
background: linear-gradient(0deg, rgba(0, 51, 102, 0.33) 0%, rgba(0, 51, 102, 0.33) 100%), linear-gradient(180deg, rgba(0, 32, 65, 0) 0%, rgba(0, 32.45, 64.90, 0.60) 100%); |
|
|
|
position:absolute; |
|
|
|
top:0; |
|
|
|
left:0; |
|
|
|
right:0; |
|
|
|
bottom:0; |
|
|
|
z-index:1; |
|
|
|
} |
|
|
|
} |
|
|
|
.icon-box { |
|
|
|
font-family: 'Pictograms', sans-serif; |
|
|
|
font-size: 48px; |
|
|
|
@@ -69,6 +92,7 @@ |
|
|
|
text-decoration: underline; |
|
|
|
line-height: normal; |
|
|
|
font-size: 28px; |
|
|
|
position:relative; |
|
|
|
} |
|
|
|
.ev-cat{ |
|
|
|
color: #003366; |
|
|
|
@@ -82,6 +106,7 @@ |
|
|
|
border-radius:8px; |
|
|
|
display:inline-block; |
|
|
|
padding:5px 7px; |
|
|
|
position:relative; |
|
|
|
} |
|
|
|
span { |
|
|
|
white-space: nowrap; |
|
|
|
|