date format

This commit is contained in:
Thomas Ruoff
2020-08-18 00:21:39 +02:00
parent eada05f2fc
commit 70d78427b1
4 changed files with 82 additions and 28 deletions

View File

@@ -25,7 +25,7 @@
}
.input-text {
@apply appearance-none block bg-gray-100 text-gray-700 border rounded py-2 px-3 mb-3 leading-tight;
@apply appearance-none bg-gray-100 text-gray-700 border rounded py-2 px-3 mb-3 leading-tight w-full;
}
.input-text:disabled {
@@ -40,6 +40,18 @@
@apply border-red-500;
}
.ibtn {
@apply py-2 px-2 text-gray-400 w-10 h-10;
}
.ibtn:hover {
@apply text-gray-500;
}
.ibtn:active {
@apply text-gray-800;
}
.btn {
@apply font-bold py-2 px-4 rounded mx-2;
}
@@ -64,11 +76,18 @@
@apply bg-gray-700;
}
/*@screen md {
@screen sm {
.fs {
@apply w-1/2 mb-0;
}
}*/
}
.DayPickerInput .input-text {
@apply w-full;
}
.DayPickerInput {
@apply w-1/3;
}
.datepicker
.DayPicker-Day--selected:not(.DayPicker-Day--start):not(.DayPicker-Day--end):not(.DayPicker-Day--outside) {