forked from MapComplete/MapComplete
UI: improve styling, esp for standalone privacyPage
This commit is contained in:
parent
aead4c4809
commit
d5ccd42cfd
6 changed files with 4341 additions and 3999 deletions
|
@ -1,7 +1,14 @@
|
|||
<div class="flex h-full flex-col">
|
||||
<h2 class="low-interaction m-0 flex items-center p-4 drop-shadow-md">
|
||||
<slot name="title" />
|
||||
</h2>
|
||||
<div class="low-interaction flex items-center justify-between p-4 drop-shadow-md">
|
||||
|
||||
<div class="flex gap-x-2">
|
||||
<slot name="title-start" />
|
||||
<h2 class="m-0">
|
||||
<slot name="title" />
|
||||
</h2>
|
||||
</div>
|
||||
<slot name="title-end" />
|
||||
</div>
|
||||
|
||||
<div class="flex h-full flex-col overflow-auto border-b-2 p-4">
|
||||
<slot />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue