|
@@ -9,7 +9,7 @@
|
|
|
</h4>
|
|
</h4>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="title-container">
|
|
<div class="title-container">
|
|
|
- <h4 class="title mt-6 ml-3">
|
|
|
|
|
|
|
+ <h4 class="title ml-6 mt-6">
|
|
|
Des fonctionnalités adaptées à vos besoins
|
|
Des fonctionnalités adaptées à vos besoins
|
|
|
</h4>
|
|
</h4>
|
|
|
</div>
|
|
</div>
|
|
@@ -17,10 +17,10 @@
|
|
|
<v-col cols="12">
|
|
<v-col cols="12">
|
|
|
<div class="d-flex justify-center align-center">
|
|
<div class="d-flex justify-center align-center">
|
|
|
<div class="carousel-button" @click="previousAction">
|
|
<div class="carousel-button" @click="previousAction">
|
|
|
- <i class="fas fa-chevron-left" />
|
|
|
|
|
|
|
+ <i class="fas fa-chevron-left" @click="previousAction"/>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="carousel-button" @click="nextAction">
|
|
<div class="carousel-button" @click="nextAction">
|
|
|
- <i class="fas fa-chevron-right" />
|
|
|
|
|
|
|
+ <i class="fas fa-chevron-right" @click="nextAction"/>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</v-col>
|
|
</v-col>
|
|
@@ -276,8 +276,8 @@ const cards = [
|
|
|
display: flex;
|
|
display: flex;
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
- width: 40px;
|
|
|
|
|
- height: 40px;
|
|
|
|
|
|
|
+ width: 4rem;
|
|
|
|
|
+ height: 4rem;
|
|
|
background-color: transparent;
|
|
background-color: transparent;
|
|
|
border: 2px solid #fff;
|
|
border: 2px solid #fff;
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
@@ -287,6 +287,7 @@ const cards = [
|
|
|
|
|
|
|
|
.carousel-button i {
|
|
.carousel-button i {
|
|
|
color: #fff;
|
|
color: #fff;
|
|
|
|
|
+ cursor: pointer;
|
|
|
}
|
|
}
|
|
|
.reviewer-name {
|
|
.reviewer-name {
|
|
|
font-family: "Barlow";
|
|
font-family: "Barlow";
|