diff --git a/assets/css/_variables.scss b/assets/css/_variables.scss index b3561fe..94834db 100644 --- a/assets/css/_variables.scss +++ b/assets/css/_variables.scss @@ -12,6 +12,8 @@ $black: #1c1c1c; $gray: #8192a9; $light-gray: #eaeff4; $dark-gray: #adb9c9; +$red: #FF5B5E; +$orange: #FF961D; /************* * Bulma * diff --git a/components/dropdown.vue b/components/dropdown.vue deleted file mode 100644 index faa6b6d..0000000 --- a/components/dropdown.vue +++ /dev/null @@ -1,85 +0,0 @@ - - - diff --git a/components/elements/passenger-call-button.vue b/components/elements/passenger-call-button.vue deleted file mode 100644 index 264c6b0..0000000 --- a/components/elements/passenger-call-button.vue +++ /dev/null @@ -1,42 +0,0 @@ - - - diff --git a/components/nav.vue b/components/nav.vue new file mode 100644 index 0000000..e12c047 --- /dev/null +++ b/components/nav.vue @@ -0,0 +1,91 @@ + + + + + diff --git a/components/step/current.vue b/components/step/current.vue index 509939a..a1f2fe9 100644 --- a/components/step/current.vue +++ b/components/step/current.vue @@ -48,5 +48,6 @@ export default { li { font-weight: unset; } + } diff --git a/components/step/header.vue b/components/step/header.vue index 7d8c258..d55145f 100644 --- a/components/step/header.vue +++ b/components/step/header.vue @@ -1,9 +1,9 @@ @@ -20,14 +20,9 @@ export default { type: String, required: true, }, - driving: { + rideStatus: { type: Boolean, - default: false, - }, - }, - computed: { - buttonContent() { - return this.driving ? 'Etape terminée' : "Commencer l'étape"; + required: true, }, }, methods: { diff --git a/components/step/list.vue b/components/step/list.vue index 9e16961..5f70ae8 100644 --- a/components/step/list.vue +++ b/components/step/list.vue @@ -1,50 +1,37 @@ diff --git a/components/step/locations.vue b/components/step/locations.vue index b4fa3e1..2ca820b 100644 --- a/components/step/locations.vue +++ b/components/step/locations.vue @@ -1,36 +1,9 @@ diff --git a/pages/_campus/active.vue b/pages/_campus/active.vue index 7e0d75a..413f6c4 100644 --- a/pages/_campus/active.vue +++ b/pages/_campus/active.vue @@ -1,9 +1,11 @@