forked from MapComplete/MapComplete
UI: better style groups, make header sticky
This commit is contained in:
parent
20f005693d
commit
1bd060df82
4 changed files with 124 additions and 2 deletions
|
@ -3093,6 +3093,11 @@ input[type="range"].range-lg::-moz-range-thumb {
|
|||
border-right-width: 1px;
|
||||
}
|
||||
|
||||
.border-x-2 {
|
||||
border-left-width: 2px;
|
||||
border-right-width: 2px;
|
||||
}
|
||||
|
||||
.border-y {
|
||||
border-top-width: 1px;
|
||||
border-bottom-width: 1px;
|
||||
|
@ -5128,6 +5133,10 @@ input[type="range"].range-lg::-moz-range-thumb {
|
|||
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
||||
}
|
||||
|
||||
.\[a-zA-Z0-9\:_-\] {
|
||||
a-z-a--z0-9: -;
|
||||
}
|
||||
|
||||
.\[a-zA-Z0-9\:_\] {
|
||||
a-z-a--z0-9: ;
|
||||
}
|
||||
|
@ -5286,6 +5295,11 @@ input[type="text"] {
|
|||
border-radius: 0.5rem;
|
||||
}
|
||||
|
||||
.border-low-interaction {
|
||||
border-color: var(--low-interaction-background-50);
|
||||
border-style: dashed;
|
||||
}
|
||||
|
||||
.border-region {
|
||||
border: 2px dashed var(--interactive-background);
|
||||
border-radius: 0.5rem;
|
||||
|
@ -5465,6 +5479,10 @@ textarea {
|
|||
h2.group {
|
||||
/* For flowbite accordions */
|
||||
margin: 0;
|
||||
top: 0;
|
||||
position: -webkit-sticky;
|
||||
position: sticky;
|
||||
z-index: 12;
|
||||
}
|
||||
|
||||
.group button {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue