-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwakesyscalendar.css
48 lines (46 loc) · 1007 Bytes
/
wakesyscalendar.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
.fc-timegrid-slot {
height: 60px !important;
}
.innerwrapper {
padding-left: 3.7vw;
padding-right: 3.7vw;
width: 85%;
margin: 0 auto;
}
#wakesys_calendar {
width: 100%;
border: 1px solid #000;
padding: 40px;
font-family: "Sarabun"; /* put in your font here */
}
.fc-event-main {
flex-direction: column;
justify-content: center;
text-align: center;
}
.fc-timegrid-event, .fc-timegrid-more-link {
border-radius: 0.25em;
}
.fc-v-event {
border: 0;
}
.fc-event-title {
font-weight: bold;
font-size: 22px;
}
.fc-event-cable {
font-size: 10px;
}
.fc-event-price, .fc-event-capacity, .fc-event-bookable {
display: inline-block;
vertical-align: top; /* To align them at the top */
margin-right: 10px; /* Optional: adds some space between the elements */
font-size: var(--fc-small-font-size);
}
.fc-event-bookable {
background-color: #C2DDC8;
width: 80%;
margin: auto;
border-radius: 0.25em;
margin-top: 5px;
}