From b556449580d8c88e1413361fc2d98e149c9e01e5 Mon Sep 17 00:00:00 2001 From: Gustavo Luigi <=> Date: Tue, 30 May 2023 12:25:00 -0300 Subject: [PATCH] . --- content/index.blade.php | 420 +++++++++++++++++----------------------- 1 file changed, 183 insertions(+), 237 deletions(-) diff --git a/content/index.blade.php b/content/index.blade.php index 2e3aaff..4615f80 100644 --- a/content/index.blade.php +++ b/content/index.blade.php @@ -30,6 +30,14 @@ #contents::-webkit-scrollbar-thumb:hover { background-color: #888; } + + .address{ + cursor: pointer; + transition: all .2s; + } + .address:hover{ + background: #eee; + } @stop @section('content') @@ -37,23 +45,20 @@
- +
+ +
@@ -106,233 +111,174 @@ //const filterFields = ['categoria'];