Skip to content

Instantly share code, notes, and snippets.

@srdelarosa
Created January 3, 2021 21:50
Show Gist options
  • Select an option

  • Save srdelarosa/7247ca24a411d4379ab39fe38c372bf3 to your computer and use it in GitHub Desktop.

Select an option

Save srdelarosa/7247ca24a411d4379ab39fe38c372bf3 to your computer and use it in GitHub Desktop.
.swiper-slide {
display: block;
margin-bottom: 64px;
background-color: white;
}
ion-content {
margin-bottom: 10px;
--background: var(--ion-color-primary);
}
ion-slides {
background-color: white;
height: 100%;
max-width: 800px;
}
ion-slide > h3 {
margin: 0 0 0 0;
color: var(--ion-color-primary);
}
ion-slide > p {
font-size: 20px;
padding: 1em 1em 1em 1em;
}
ion-slide > ion-icon {
color: var(--ion-color-primary);
font-size: 45px;
}
ion-slide > ion-icon[name='close'] {
float: right;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment