Skip to content
Snippets Groups Projects
Commit 4106eb0f authored by Tomáš Valenta's avatar Tomáš Valenta
Browse files

update calendar style

parent 5a1d5bfe
No related branches found
No related tags found
1 merge request!3Add personal calendars
Pipeline #12275 passed
...@@ -101,7 +101,7 @@ ...@@ -101,7 +101,7 @@
"label": "Název políčka", "label": "Název políčka",
"placeholder": "Placeholder" "placeholder": "Placeholder"
}, },
"personCalendarData": "[{\"title\": \"event 1\", \"date\": \"2023-04-01\", \"url\": \"https://example.com\"}, {\"title\": \"event 2\", \"date\": \"2023-04-10\", \"url\": \"https://example.com\"}]", "personCalendarData": "[{\"title\": \"event 1\", \"date\": \"2023-04-01\", \"url\": \"https://example.com\"}, {\"title\": \"event 2\", \"date\": \"2023-04-01\", \"url\": \"https://example.com\"}, {\"title\": \"event 3\", \"date\": \"2023-04-01\", \"url\": \"https://example.com\"}, {\"title\": \"event 4\", \"date\": \"2023-04-01\", \"url\": \"https://example.com\"}, {\"title\": \"event 5\", \"date\": \"2023-04-01\", \"url\": \"https://example.com\"}, {\"title\": \"event 2\", \"date\": \"2023-04-10\", \"url\": \"https://example.com\"}]",
"greyColors": [ "greyColors": [
{"cls": "grey-50", "hex": "#f7f7f7", "name": "Grey 50"}, {"cls": "grey-50", "hex": "#f7f7f7", "name": "Grey 50"},
{"cls": "grey-100", "hex": "#f3f3f3", "name": "Grey 100"}, {"cls": "grey-100", "hex": "#f3f3f3", "name": "Grey 100"},
......
...@@ -11,11 +11,11 @@ ...@@ -11,11 +11,11 @@
<main> <main>
<div class="flex flex-col lg:flex-row lg:space-x-8 xl:space-x-16"> <div class="flex flex-col lg:flex-row lg:space-x-8 xl:space-x-16">
<section class="lg:w-3/5 xl:w-2/3"> <section class="lg:w-3/5 xl:w-2/3">
<div class="mb-10"> <div class="mb-16">
{{> molecules-content-block(classes: "w-full", noStartHeadline: true) }} {{> molecules-content-block(classes: "w-full", noStartHeadline: true) }}
</div> </div>
<div> <div>
<h2 class="head-alt-md mb-3">Kalendář</h2> <h2 class="head-alt-md mb-3"><i class="ico--calendar mr-4"></i>Kalendář</h2>
{{> atoms-person-calendar() }} {{> atoms-person-calendar() }}
</div> </div>
</section> </section>
......
...@@ -15,6 +15,10 @@ ...@@ -15,6 +15,10 @@
@apply font-condensed; @apply font-condensed;
} }
.fc-col-header {
width: 100%!important;
}
/* Don't underline only when there is no href attribute defined. */ /* Don't underline only when there is no href attribute defined. */
.fc .fc-col-header-cell-cushion:not([href]), .fc .fc-col-header-cell-cushion:not([href]),
.fc .fc-daygrid-day-number:not([href]) { .fc .fc-daygrid-day-number:not([href]) {
...@@ -26,7 +30,7 @@ ...@@ -26,7 +30,7 @@
} }
.fc .fc-button { .fc .fc-button {
@apply font-alt rounded-none px-5 py-2; @apply font-alt rounded-none px-5 py-2 duration-150;
} }
.fc .fc-button:hover:not(:disabled), .fc .fc-button:hover:not(:disabled),
......
...@@ -13,6 +13,7 @@ export default { ...@@ -13,6 +13,7 @@ export default {
calendarOptions: { calendarOptions: {
plugins: [ dayGridPlugin, interactionPlugin ], plugins: [ dayGridPlugin, interactionPlugin ],
initialView: "dayGridMonth", initialView: "dayGridMonth",
contentHeight: "auto",
locale: "cs", locale: "cs",
buttonText: { buttonText: {
today: "dnes" today: "dnes"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment