This commit is contained in:
Dwi Swandhana
2026-08-24 20:04:24 +07:00
parent fb992dd9b2
commit eca77f55d9
2 changed files with 35 additions and 39 deletions

No files matched your search

@@ -1,7 +1,6 @@
@extends('base.layout')
@push('styles')
<style>
/* Tombol Refresh */
#refresh-btn {
position: fixed; /* selalu di tempat */
bottom: 20px; /* jarak dari bawah */
@@ -18,13 +17,10 @@
backdrop-filter: blur(6px);
transition: all 0.3s ease;
}
#refresh-btn:hover {
background-color: rgba(0, 0, 0, 0.5);
transform: scale(1.1);
}
/* Responsif untuk mobile */
@media (max-width: 600px) {
#refresh-btn {
width: 40px;