prepare homepage_widget template

This commit is contained in:
2022-01-25 10:54:08 +01:00
parent 6ef5390a26
commit 320d11671a
4 changed files with 91 additions and 20 deletions

View File

@@ -490,3 +490,18 @@ div.popover {
div.v-toast {
z-index: 10000!important;
}
//
div.sticky-buttons {
position: fixed;
bottom: 3em;
right: 2em;
.btn-circle {
width: 60px; height: 60px;
border-radius: 50%;
text-align: center;
padding: 0.9rem 1rem;
display: block;
margin-bottom: 0.35rem;
}
}