updated tailwindcss to 1.0
This commit is contained in:
parent
6ef5b5133c
commit
b9c87fd779
28 changed files with 698 additions and 1199 deletions
|
@ -4,9 +4,11 @@ module.exports = function(message) {
|
|||
return function(state, emit, close) {
|
||||
return html`
|
||||
<send-ok-dialog class="flex flex-col max-w-sm p-4 m-auto">
|
||||
<h2 class="text-center m-8 leading-normal">${message}</h2>
|
||||
<h2 class="text-center text-xl font-bold m-8 leading-normal">
|
||||
${message}
|
||||
</h2>
|
||||
<button
|
||||
class="btn rounded-lg w-full flex-no-shrink"
|
||||
class="btn rounded-lg w-full flex-shrink-0"
|
||||
onclick="${close}"
|
||||
title="${state.translate('okButton')}"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue