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