|
@@ -4,20 +4,13 @@ Section "Solutions" de la page d'accueil
|
|
|
|
|
|
|
|
<template>
|
|
<template>
|
|
|
<LayoutContainer>
|
|
<LayoutContainer>
|
|
|
|
|
+ <LayoutUISectionTitle class="alt-theme">
|
|
|
|
|
+ 3 solutions
|
|
|
|
|
+ </LayoutUISectionTitle>
|
|
|
|
|
|
|
|
- <div class="d-flex justify-center align-center flex-column">
|
|
|
|
|
- <v-icon
|
|
|
|
|
- size="6"
|
|
|
|
|
- icon="fas fa-circle"
|
|
|
|
|
- />
|
|
|
|
|
- <h5>
|
|
|
|
|
- 3 solutions
|
|
|
|
|
- </h5>
|
|
|
|
|
- </div>
|
|
|
|
|
-
|
|
|
|
|
- <h3 class="text-center" >
|
|
|
|
|
|
|
+ <h4 class="text-center" >
|
|
|
Trouvez la solution faites pour vous
|
|
Trouvez la solution faites pour vous
|
|
|
- </h3>
|
|
|
|
|
|
|
+ </h4>
|
|
|
|
|
|
|
|
<v-row class="solutions center-90">
|
|
<v-row class="solutions center-90">
|
|
|
<v-col
|
|
<v-col
|
|
@@ -157,23 +150,7 @@ const solutions: Array<SolutionItem> = [
|
|
|
position: relative;
|
|
position: relative;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-h5 {
|
|
|
|
|
- font-size: 1rem;
|
|
|
|
|
- line-height: 1rem;
|
|
|
|
|
- margin-top: 1rem;
|
|
|
|
|
- color: var(--secondary-color);
|
|
|
|
|
- text-align: center;
|
|
|
|
|
- letter-spacing: 2.16px;
|
|
|
|
|
- text-transform: uppercase;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-.fa-circle {
|
|
|
|
|
- margin-top: 1rem;
|
|
|
|
|
- color: var(--on-primary-color);
|
|
|
|
|
- margin-right: 1rem;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-h3 {
|
|
|
|
|
|
|
+h4 {
|
|
|
margin-top: 0.5rem;
|
|
margin-top: 0.5rem;
|
|
|
font-size: 2.8rem;
|
|
font-size: 2.8rem;
|
|
|
line-height: 42px;
|
|
line-height: 42px;
|