|
@@ -29,7 +29,9 @@
|
|
|
<br />
|
|
<br />
|
|
|
</div>
|
|
</div>
|
|
|
<nuxt-link :to="formation.link">
|
|
<nuxt-link :to="formation.link">
|
|
|
- <v-btn class="formation-btn mt-6">{{ formation.buttonText }}</v-btn>
|
|
|
|
|
|
|
+ <v-btn class="formation-btn mt-6">{{
|
|
|
|
|
+ formation.buttonText
|
|
|
|
|
+ }}</v-btn>
|
|
|
</nuxt-link>
|
|
</nuxt-link>
|
|
|
</v-col>
|
|
</v-col>
|
|
|
</v-row>
|
|
</v-row>
|
|
@@ -124,15 +126,12 @@ const items = ref([
|
|
|
</script>
|
|
</script>
|
|
|
|
|
|
|
|
<style scoped>
|
|
<style scoped>
|
|
|
-
|
|
|
|
|
:deep(.card) {
|
|
:deep(.card) {
|
|
|
color: white;
|
|
color: white;
|
|
|
-
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
:deep(.chiffre) {
|
|
:deep(.chiffre) {
|
|
|
color: white;
|
|
color: white;
|
|
|
-
|
|
|
|
|
}
|
|
}
|
|
|
.v-container {
|
|
.v-container {
|
|
|
padding: 0 !important;
|
|
padding: 0 !important;
|
|
@@ -182,10 +181,6 @@ const items = ref([
|
|
|
text-transform: none;
|
|
text-transform: none;
|
|
|
}
|
|
}
|
|
|
.formation-details {
|
|
.formation-details {
|
|
|
- font-weight: 300;
|
|
|
|
|
- font-size: 1.2rem;
|
|
|
|
|
- line-height: 1.5rem;
|
|
|
|
|
- color: #eff9fb;
|
|
|
|
|
}
|
|
}
|
|
|
.formation-title {
|
|
.formation-title {
|
|
|
font-weight: 500;
|
|
font-weight: 500;
|