update
This commit is contained in:
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;
|
||||
|
||||
Reference in New Issue
Block a user