forked from memser-spaceport/pln-events
-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
57 lines (52 loc) · 1.05 KB
/
styles.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
49
50
51
52
53
54
55
56
57
body,
h1,
h2,
h3,
h4,
div,
img,
p,
aside,
main,
header,
footer {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html,
body {
height: 100%;
width: 100%;
font-family: 'Inter', sans-serif;
min-height: 100vh;
/* mobile viewport bug fix */
min-height: -webkit-fill-available;
}
body>div {
width: 100%;
height: 100%;
}
main {
width: 100%;
height: 100%;
display: block;
}
:root {
--fc-event-bg-color: none;
--fc-event-bg-color: none;
}
/*** FULL CALENDAR OVERRIDES ***/
.fc-daygrid-day {
border: 1px solid #CBD5E1 !important;
background: white;
}
.fc-daygrid-event {border: none !important; background: none !important;}
.fc-daygrid-day-events {margin-bottom: 50px !important;}
.fc-day-today {background: #FFF5EF !important;}
.fc-h-even {
background-color: none !important;
border:none !important;
}
.fc-daygrid-day-number {position: initial !important; padding: 0 !important;}
.fc-daygrid-day-number {width: 100%; padding: 3px 16px; height: 100%; display: flex; justify-content: space-between;}