Newer
Older
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
.column-container {
display: flex;
flex-direction: column;
}
.row-container {
display: flex;
}
.flex-row {
display: flex;
flex-direction: row;
}
.calendar-container {
margin-right: 30px;
}
.mostTime {
background-color: white;
position: fixed;
margin-left: 20px;
width: 20em;
border-width: 1px;
border-color: black;
border-style: solid;
padding: 20px;
}
.possibleMan {
background-color: white;
position: fixed;
margin-left: 20px;
margin-top: 200px;
width: 20em;
border-width: 1px;
border-color: black;
border-style: solid;
padding: 20px;
}