feat: add floating btn

This commit is contained in:
2026-01-26 21:08:14 -03:00
parent 85da313957
commit 7208a08ffb
4 changed files with 65 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
mat-toolbar {
position: absolute;
bottom: 80px;
left: 75%;
display: block;
button {
background: var(--mat-sys-primary-container);
width: 64px;
height: 64px;
mat-icon {
font-size: 48px;
width: 48px;
height: 48px;
color: white;
}
}
mat-icon {
color: white;
}
}