diff --git a/resources/js/views/Meteo/OpenWeatherCard.vue b/resources/js/views/Meteo/OpenWeatherCard.vue index 1d61fd6..5a2912d 100644 --- a/resources/js/views/Meteo/OpenWeatherCard.vue +++ b/resources/js/views/Meteo/OpenWeatherCard.vue @@ -2,21 +2,27 @@

Météo

-
-

{{ meteo.city.name }}

-
-
-
{{ dateFormat(meteo.list[0].dt_txt) }}
-
{{ meteo.list[0].main.temp }} °C
-
{{ meteo.list[0].main.humidity }} %
-
{{ meteo.list[0].main.pressure }} hPa
-
-
- -
{{ meteo.list[0].weather[0].description }}
+
+ +
+
+
+

{{ meteo.city.name }}

+
+
+
{{ dateFormat(meteo.list[0].dt_txt) }}
+
{{ meteo.list[0].main.temp }} °C
+
{{ meteo.list[0].main.humidity }} %
+
{{ meteo.list[0].main.pressure }} hPa
+
+
+ +
{{ meteo.list[0].weather[0].description }}
+
+
+
-
diff --git a/resources/js/views/ToDoLists/ToDoListIndex.vue b/resources/js/views/ToDoLists/ToDoListIndex.vue index 8314778..5633a9a 100644 --- a/resources/js/views/ToDoLists/ToDoListIndex.vue +++ b/resources/js/views/ToDoLists/ToDoListIndex.vue @@ -10,7 +10,7 @@
- Back + Back Add New List
@@ -20,12 +20,12 @@
- {{ toDoList.data.attributes.data.name }} + {{ toDoList.data.attributes.data.name }} {{ toDoList.data.attributes.data.to_dos.to_dos_count_check }} / {{ toDoList.data.attributes.data.to_dos.to_dos_count }} diff --git a/resources/js/views/ToDoLists/ToDoListShow.vue b/resources/js/views/ToDoLists/ToDoListShow.vue index 915ce43..ef35d61 100644 --- a/resources/js/views/ToDoLists/ToDoListShow.vue +++ b/resources/js/views/ToDoLists/ToDoListShow.vue @@ -9,10 +9,8 @@
- Back -
- Delete -
+ Back + Delete

@@ -43,7 +41,7 @@ - +

diff --git a/resources/sass/app.scss b/resources/sass/app.scss index 0f0ded1..8e1625d 100644 --- a/resources/sass/app.scss +++ b/resources/sass/app.scss @@ -7,6 +7,7 @@ @import "components/btn"; @import "components/nav"; @import "components/transitions"; +@import "components/owfont-regular"; @import "pages/memos";