forked from MapComplete/MapComplete
Android: add inset spacers for android
This commit is contained in:
parent
381ac4a2f2
commit
877bdfae95
19 changed files with 84 additions and 47 deletions
|
@ -3075,6 +3075,10 @@ input[type="range"].range-lg::-moz-range-thumb {
|
|||
border-width: 2px;
|
||||
}
|
||||
|
||||
.border-4 {
|
||||
border-width: 4px;
|
||||
}
|
||||
|
||||
.border-\[10px\] {
|
||||
border-width: 10px;
|
||||
}
|
||||
|
@ -5527,7 +5531,7 @@ h2.group {
|
|||
|
||||
.warning {
|
||||
/* The class to convey important information, but not as grave as 'alert' */
|
||||
background-color: var(--low-interaction-background);
|
||||
background-color: var(--alert-color);
|
||||
color: var(--alert-foreground-color);
|
||||
font-weight: bold;
|
||||
border-radius: 1em;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue