style(slider): substituição de png por svg
Before Width: | Height: | Size: 136 KiB |
Before Width: | Height: | Size: 89 KiB |
Before Width: | Height: | Size: 116 KiB |
Before Width: | Height: | Size: 107 KiB |
9
src/assets/svgs/centrohistoricodeparati.svg
Normal file
After Width: | Height: | Size: 261 KiB |
9
src/assets/svgs/cristoredentor.svg
Normal file
After Width: | Height: | Size: 88 KiB |
9
src/assets/svgs/ilhagrande.svg
Normal file
After Width: | Height: | Size: 216 KiB |
9
src/assets/svgs/paodeacucar.svg
Normal file
After Width: | Height: | Size: 182 KiB |
@ -3,22 +3,22 @@ export class Form {
|
||||
|
||||
this.list = [
|
||||
{
|
||||
src: "imgs/paodeacucar.png",
|
||||
src: "svgs/paodeacucar.svg",
|
||||
title: "Pão de Açúcar",
|
||||
description: "Amet minim mollit non deserunt ullamco est sit aliqua dolor dosa amet sint. Velit officia consece duis enim velit mollit.",
|
||||
},
|
||||
{
|
||||
src: "imgs/cristoredentor.png",
|
||||
src: "svgs/cristoredentor.svg",
|
||||
title: "Cristo Redentor",
|
||||
description: "Amet minim mollit non deserunt ullamco est sit aliqua dolor dosa amet sint. Velit officia consece duis enim velit mollit.",
|
||||
},
|
||||
{
|
||||
src: "imgs/ilhagrande.png",
|
||||
src: "svgs/ilhagrande.svg",
|
||||
title: "Ilha Grande",
|
||||
description: "Amet minim mollit non deserunt ullamco est sit aliqua dolor dosa amet sint. Velit officia consece duis enim velit mollit.",
|
||||
},
|
||||
{
|
||||
src: "imgs/centrohistoricodeparati.png",
|
||||
src: "svgs/centrohistoricodeparati.svg",
|
||||
title: "Centro Histórico de Parati",
|
||||
description: "Amet minim mollit non deserunt ullamco est sit aliqua dolor dosa amet sint. Velit officia consece duis enim velit mollit.",
|
||||
},
|
||||
|
@ -26,7 +26,6 @@ h2 {
|
||||
& img {
|
||||
width: 100%;
|
||||
object-fit: cover;
|
||||
object-position: top;
|
||||
height: 212px;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|