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'];