[TASK] add btn fixed right style
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user