Buttons page

This commit is contained in:
Dan 2026-01-13 10:07:48 +00:00
parent 13d8d21071
commit d8cbd092b2
18 changed files with 337 additions and 73 deletions

View file

@ -188,9 +188,27 @@
.nav-floppy {
width: 44%;
max-width: 100px;
transform: rotate(5deg);
position: relative;
&.top {
transform: rotate(-5deg);
left: -20px;
.nav-floppy-text {
transform: rotate(7deg);
}
}
&.bottom {
left: 20px;
.nav-floppy-text {
transform: rotate(-7deg);
}
}
&:hover {
.nav-floppy-text {
opacity: 1;