Merge branch 'master' into 1883-remove-the-animated-coins-in-the-profile-settings
|
Before Width: | Height: | Size: 791 KiB After Width: | Height: | Size: 157 KiB |
|
Before Width: | Height: | Size: 504 KiB After Width: | Height: | Size: 156 KiB |
|
Before Width: | Height: | Size: 353 KiB After Width: | Height: | Size: 180 KiB |
|
Before Width: | Height: | Size: 350 KiB |
@ -4,7 +4,6 @@
|
|||||||
<b-carousel-slide img-src="/img/template/Foto_01_2400_small.jpg"></b-carousel-slide>
|
<b-carousel-slide img-src="/img/template/Foto_01_2400_small.jpg"></b-carousel-slide>
|
||||||
<b-carousel-slide img-src="/img/template/Foto_02_2400_small.jpg"></b-carousel-slide>
|
<b-carousel-slide img-src="/img/template/Foto_02_2400_small.jpg"></b-carousel-slide>
|
||||||
<b-carousel-slide img-src="/img/template/Foto_03_2400_small.jpg"></b-carousel-slide>
|
<b-carousel-slide img-src="/img/template/Foto_03_2400_small.jpg"></b-carousel-slide>
|
||||||
<b-carousel-slide img-src="/img/template/Foto_04_2400_small.jpg"></b-carousel-slide>
|
|
||||||
</b-carousel>
|
</b-carousel>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@ -25,5 +24,10 @@ export default {
|
|||||||
.carousel-inner {
|
.carousel-inner {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
border-radius: 0% 49% 49% 0% / 0% 51% 49% 0%;
|
border-radius: 0% 49% 49% 0% / 0% 51% 49% 0%;
|
||||||
|
-webkit-border-radius: 0% 49% 49% 0% / 0% 51% 49% 0%;
|
||||||
|
backface-visibility: hidden;
|
||||||
|
-webkit-backface-visibility: hidden;
|
||||||
|
transform: translate3d(0, 0, 0);
|
||||||
|
-webkit-transform: translate3d(0, 0, 0);
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||