@@ -1,8 +1,4 @@ | |||||
<ion-content> | <ion-content> | ||||
<!-- <figure class="theme-bg-image"> | |||||
<img src="assets/home-team/KXIP-lion-white.svg"> | |||||
</figure> --> | |||||
<div class="heading-holder"> | <div class="heading-holder"> | ||||
<h2 class="main-header"> # Discover </h2> | <h2 class="main-header"> # Discover </h2> | ||||
@@ -35,7 +35,9 @@ export class HomePage implements OnInit { | |||||
slidesPerView: 1.5, | slidesPerView: 1.5, | ||||
spaceBetween: 15, | spaceBetween: 15, | ||||
initialSlide: 1, | initialSlide: 1, | ||||
centeredSlides: true | |||||
centeredSlides: true, | |||||
simulateTouch: false, | |||||
followFinger: false, | |||||
}; | }; | ||||
newsData: Array<INews> = []; | newsData: Array<INews> = []; | ||||
@@ -55,7 +55,7 @@ ion-content { | |||||
padding: 15px 5%; | padding: 15px 5%; | ||||
overflow: visible; | overflow: visible; | ||||
position: relative; | position: relative; | ||||
background: linear-gradient(45deg, $pink 50%, $dark-blue-shade1); | |||||
background: linear-gradient(45deg, $pink 30%, $dark-blue-shade1); | |||||
.format { | .format { | ||||
background-color: $green; | background-color: $green; | ||||
@@ -32,21 +32,4 @@ | |||||
outline: none; | outline: none; | ||||
text-decoration: none; | text-decoration: none; | ||||
letter-spacing: 0.5px; | letter-spacing: 0.5px; | ||||
} | |||||
.theme-bg-image { | |||||
position: fixed; | |||||
opacity: 0.1; | |||||
width: 100%; | |||||
height: 100%; | |||||
display: flex; | |||||
align-items: flex-start; | |||||
justify-content: center; | |||||
left: 0; | |||||
top: 0; | |||||
img { | |||||
display: block; | |||||
width: 80%; | |||||
} | |||||
} | } |