Skip to content

Instantly share code, notes, and snippets.

@mi-martinez
Last active September 16, 2018 05:00
Show Gist options
  • Save mi-martinez/d69bbbad8dac35525fc1877344b1bc76 to your computer and use it in GitHub Desktop.
Save mi-martinez/d69bbbad8dac35525fc1877344b1bc76 to your computer and use it in GitHub Desktop.
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i');
body{
font-family: 'Noto Sans', sans-serif;
}
.home {
background: url(https://clientes.mi-martinez.com/Scotia/background.png);
width: 100%;
left: 0;
position: absolute;
color: #fff !important;
height: 250px;
padding-top: 50px;
background-repeat: no-repeat;
background-size: cover;
background-position-y: -26px;
}
.nombrep {
padding-left: 30px;
}
.nombrep p:nth-child(1) {
font-size: 34px;
margin-bottom: -12px;
font-weight: 300;
}
.nombrep p:nth-child(2) {
font-size: 16px;
font-weight: 100;
}
.home-slide {
height: 440px;
position: fixed !important;
bottom: 75px !important;
}
.home-slide ion-slide:nth-child(1) {
background: url(https://clientes.mi-martinez.com/Scotia/slide1.png) !important;
background-size: 280px !important;
background-repeat: no-repeat !important;
}
.home-slide ion-slide:nth-child(2) {
background: url(https://clientes.mi-martinez.com/Scotia/slide2.png) !important;
background-size: 280px !important;
background-repeat: no-repeat !important;
}
.home-slide .slide-zoom, .home-slide .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
display: none;
}
.swiper-slide-next {
margin-left: 25px !important;
}
.scroll-content {
margin-top: 0px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment