mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
fix info message
This commit is contained in:
committed by
Thomas Ruoff
parent
36f8719531
commit
0d71a41c9a
@@ -21,9 +21,9 @@ function BookForm() {
|
|||||||
<Reason />
|
<Reason />
|
||||||
{dataStoredLoaded && (
|
{dataStoredLoaded && (
|
||||||
<p className="mb-6 info-message">
|
<p className="mb-6 info-message">
|
||||||
Buchungsdaten wurden aus Deinem Browser geladen und vorausgefüllt.{' '}
|
Buchungsdaten wurden aus Deinem Browser geladen und vorausgefüllt.
|
||||||
<a
|
<a
|
||||||
className="font-medium text-blue-400 underline cursor-pointer hover:text-blue-600"
|
className="ml-3 font-medium text-blue-400 underline cursor-pointer hover:text-blue-600"
|
||||||
onClick={forgetData}
|
onClick={forgetData}
|
||||||
>
|
>
|
||||||
Daten wieder vergessen
|
Daten wieder vergessen
|
||||||
|
|||||||
@@ -66,7 +66,7 @@
|
|||||||
|
|
||||||
.info-message:before {
|
.info-message:before {
|
||||||
@apply mr-2;
|
@apply mr-2;
|
||||||
content: '\1F6C8';
|
content: '\24D8';
|
||||||
}
|
}
|
||||||
|
|
||||||
.error-message {
|
.error-message {
|
||||||
|
|||||||
@@ -3,12 +3,10 @@ module.exports = {
|
|||||||
purgeLayersByDefault: true,
|
purgeLayersByDefault: true,
|
||||||
removeDeprecatedGapUtilities: true,
|
removeDeprecatedGapUtilities: true,
|
||||||
},
|
},
|
||||||
content: {
|
|
||||||
content: [
|
content: [
|
||||||
'./components/**/*.{js,ts,jsx,tsx}',
|
'./components/**/*.{js,ts,jsx,tsx}',
|
||||||
'./pages/**/*.{js,ts,jsx,tsx}',
|
'./pages/**/*.{js,ts,jsx,tsx}',
|
||||||
],
|
],
|
||||||
},
|
|
||||||
theme: {
|
theme: {
|
||||||
extend: {
|
extend: {
|
||||||
colors: {},
|
colors: {},
|
||||||
|
|||||||
Reference in New Issue
Block a user