[TASK] add btn fixed right style

This commit is contained in:
Marie Birner
2024-02-17 16:51:14 +01:00
parent 38b93edf20
commit fde811c578
3 changed files with 38 additions and 3 deletions

View File

@ -80,6 +80,24 @@ ul {
margin: var(--pico-spacing) 0;
}
button {
--pico-form-element-spacing-vertical: 0.25rem;
}
.btn-open,
.btn-close {
position: fixed;
bottom: 0;
}
.btn-open {
right: 9rem;
}
.btn-close {
right: 0;
}
.par {
margin-bottom: calc(var(--pico-spacing) * 2);
}
@ -110,4 +128,3 @@ ul {
font-style: italic;
padding: calc(var(--pico-spacing) / 3) 0;
}