summaryrefslogtreecommitdiff
path: root/public/css/calendar.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/calendar.css')
-rw-r--r--public/css/calendar.css44
1 files changed, 44 insertions, 0 deletions
diff --git a/public/css/calendar.css b/public/css/calendar.css
new file mode 100644
index 0000000..035118a
--- /dev/null
+++ b/public/css/calendar.css
@@ -0,0 +1,44 @@
1#calendar_zone{
2 display: flex;
3 max-width: 1000px;
4}
5#calendar{
6 width: -moz-available;
7}
8.event_title_box{
9 display: flex;
10 align-items: center;
11 justify-content: space-between;
12}
13.event_close_button{
14 height: fit-content;
15}
16.fc-toolbar-title{
17 font-size: x-large !important;
18}
19.fc-button{
20 padding: 0.2em 0.4em !important;
21}
22td .fc-timegrid-axis{
23 font-size: small;
24 text-align: center;
25}
26.fc-day-other{
27 background-color: #f0f0f0;
28}
29.fc-daygrid-day-top{
30 justify-content: center;
31}
32.fc-day-today .fc-daygrid-day-number{ /* vue mois */
33 color: white;
34 background-color: #00679e;
35 border-radius: 5px;
36 height: 27px;
37 aspect-ratio: 1 / 1;
38 text-align: center;
39}
40.fc-day-today .fc-col-header-cell-cushion{ /* vue semaine */
41 color: white;
42 background-color: #00679e;
43 border-radius: 5px;
44} \ No newline at end of file