1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-26 11:16:12 +04:00

buttons, float buttons

This commit is contained in:
codecalm
2020-01-08 21:44:17 +01:00
parent 272a16c724
commit d1711c8194
5 changed files with 25 additions and 2 deletions

View File

@@ -116,3 +116,11 @@
height: 1rem;
}
}
.btn-floating {
position: fixed;
z-index: $zindex-fixed;
bottom: 1.5rem;
right: 1.5rem;
border-radius: 50%;
}