|
@@ -48,11 +48,9 @@
|
|
|
</ul>
|
|
</ul>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
- <v-chip class="badge-time">
|
|
|
|
|
- <span>
|
|
|
|
|
- Durée : {{ course.duration }}
|
|
|
|
|
- </span>
|
|
|
|
|
- </v-chip>
|
|
|
|
|
|
|
+ <div class="badge-time">
|
|
|
|
|
+ Durée : {{ course.duration }}
|
|
|
|
|
+ </div>
|
|
|
|
|
|
|
|
<div class="program">
|
|
<div class="program">
|
|
|
<h6 class="title-obj">
|
|
<h6 class="title-obj">
|
|
@@ -77,11 +75,9 @@
|
|
|
</v-row>
|
|
</v-row>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
- <v-chip class="badge-time">
|
|
|
|
|
- <span>
|
|
|
|
|
- {{ course.price }}
|
|
|
|
|
- </span>
|
|
|
|
|
- </v-chip>
|
|
|
|
|
|
|
+ <div class="badge-time">
|
|
|
|
|
+ {{ course.price }}
|
|
|
|
|
+ </div>
|
|
|
|
|
|
|
|
<v-chip
|
|
<v-chip
|
|
|
class="chip-register"
|
|
class="chip-register"
|
|
@@ -271,21 +267,11 @@ const courses: Array<Training> = [
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.badge-time {
|
|
.badge-time {
|
|
|
- color: var(--on-primary-color);
|
|
|
|
|
- border: 1px solid var(--primary-color);
|
|
|
|
|
- border-radius: 3rem;
|
|
|
|
|
|
|
+ color: var(--primary-color);
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ text-align: center;
|
|
|
|
|
+ font-size: 18px;
|
|
|
font-weight: 500;
|
|
font-weight: 500;
|
|
|
- font-size: 14px;
|
|
|
|
|
- line-height: 18px;
|
|
|
|
|
- margin-top: 1rem;
|
|
|
|
|
- margin-bottom: 1rem;
|
|
|
|
|
- display: flex;
|
|
|
|
|
- justify-content: center;
|
|
|
|
|
- align-items: center;
|
|
|
|
|
-
|
|
|
|
|
- span {
|
|
|
|
|
- color: var(--primary-color);
|
|
|
|
|
- }
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.chip-register {
|
|
.chip-register {
|