diff --git a/public/raffles/assets/css/style.css b/public/raffles/assets/css/style.css index 03182bb..66ec58c 100644 --- a/public/raffles/assets/css/style.css +++ b/public/raffles/assets/css/style.css @@ -2941,6 +2941,9 @@ justify-content: space-between; gap: 0.5rem; } +.service-items .service-item.country:nth-child(1){ + background-color: rgba(110, 127, 153, 0.15); +} .service-item { cursor: pointer; border-radius: 0.75rem; diff --git a/resources/views/client/raffles/layouts/partials/header.blade.php b/resources/views/client/raffles/layouts/partials/header.blade.php index b6f58ca..81b3407 100644 --- a/resources/views/client/raffles/layouts/partials/header.blade.php +++ b/resources/views/client/raffles/layouts/partials/header.blade.php @@ -43,7 +43,7 @@