diff --git a/Views/DetailPenjemputan/Index.cshtml b/Views/DetailPenjemputan/Index.cshtml index 277052f..69342a5 100644 --- a/Views/DetailPenjemputan/Index.cshtml +++ b/Views/DetailPenjemputan/Index.cshtml @@ -6,10 +6,8 @@
- - - - + +

Detail Lokasi

diff --git a/Views/Home/Index.cshtml b/Views/Home/Index.cshtml index 5380ce7..4544dac 100644 --- a/Views/Home/Index.cshtml +++ b/Views/Home/Index.cshtml @@ -6,18 +6,17 @@
-
- @*
- Hallo - 👋 -
-

Bonny Agung Putra

-

Driver UPST

*@ +
+

Bonny Agung Putra

+

Driver UPST

-

Your Location:

-

- Mendeteksi lokasi... -

+
+ + Lokasi Anda: +
+

+ Mendeteksi lokasi... +

@@ -27,7 +26,7 @@
-
+
tree diff --git a/Views/Profil/Index.cshtml b/Views/Profil/Index.cshtml index f15494b..d461823 100644 --- a/Views/Profil/Index.cshtml +++ b/Views/Profil/Index.cshtml @@ -6,9 +6,9 @@
- +

Profil

diff --git a/wwwroot/css/watch.css b/wwwroot/css/watch.css index 4f7d6cb..b7d8358 100644 --- a/wwwroot/css/watch.css +++ b/wwwroot/css/watch.css @@ -586,6 +586,9 @@ .mt-32 { margin-top: calc(var(--spacing) * 32); } + .mt-40 { + margin-top: calc(var(--spacing) * 40); + } .mt-auto { margin-top: auto; } @@ -715,6 +718,9 @@ .h-\[250px\] { height: 250px; } + .h-\[280px\] { + height: 280px; + } .h-auto { height: auto; } @@ -1369,6 +1375,10 @@ .font-mono { font-family: var(--font-mono); } + .text-2xl { + font-size: var(--text-2xl); + line-height: var(--tw-leading, var(--text-2xl--line-height)); + } .text-base { font-size: var(--text-base); line-height: var(--tw-leading, var(--text-base--line-height)); @@ -1458,6 +1468,9 @@ .text-green-700 { color: var(--color-green-700); } + .text-orange-100 { + color: var(--color-orange-100); + } .text-orange-500 { color: var(--color-orange-500); } @@ -1704,6 +1717,13 @@ } } } + .hover\:text-orange-200 { + &:hover { + @media (hover: hover) { + color: var(--color-orange-200); + } + } + } .hover\:text-orange-600 { &:hover { @media (hover: hover) {