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