Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/naopeke/MagyDeck
Browse files Browse the repository at this point in the history
  • Loading branch information
PatriciaGonFu committed Mar 8, 2024
2 parents 1985eb4 + a555700 commit 0c19b9c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 47 deletions.
9 changes: 0 additions & 9 deletions src/app/pages/mis-mazos/mis-mazos.component.css
Original file line number Diff line number Diff line change
@@ -1,9 +0,0 @@
.swiper-wrapper {
background-image: url('./assets/images/fondos/fondo-mismazos.png');
background-repeat: no-repeat;
}

.deckcards-wrapper {
background-image: url('./assets/images/fondos/Fondo_morado.png');
background-repeat: repeat;
}
38 changes: 0 additions & 38 deletions src/app/pages/mis-mazos/mis-mazos.component.html
Original file line number Diff line number Diff line change
@@ -1,38 +0,0 @@
<div class="swiper-wrapper">

<swiper-container #mySwiper
class="mySwiper" style="--swiper-navigation-color: #fff; --swiper-pagination-color: #fff; width:600px"
grab-cursor="true"
pagination="true"
pagination-clickable="true"
slides-per-view="3"
space-between="30"
centered-slides="true"
(swiperslideclicked)="onSlideClicked($event)"
>
<swiper-slide lazy="true">
<img src="https://picsum.photos/200/300?random=1" loading="lazy" class="image-slide">
</swiper-slide>

<swiper-slide lazy="true">
<img src="https://picsum.photos/200/300?random=2" loading="lazy" class="image-slide">
</swiper-slide>

<swiper-slide lazy="true">
<img src="https://picsum.photos/200/300?random=3" loading="lazy" class="image-slide">
</swiper-slide>

<swiper-slide lazy="true">
<img src="https://picsum.photos/200/300?random=4" loading="lazy" class="image-slide">
</swiper-slide>

<swiper-slide lazy="true">
<img src="https://picsum.photos/600/300?random=5" loading="lazy" class="image-slide">
</swiper-slide>

</swiper-container>

</div>
<div class="deckcards-wrapper">

</div>

0 comments on commit 0c19b9c

Please sign in to comment.