|
4
|
1 |
--- |
|
|
2 |
--- |
|
|
3 |
|
|
20
|
4 |
nav.navbar { |
|
43
|
5 |
background: rgba(255,255,255, .9); |
|
20
|
6 |
} |
|
|
7 |
|
|
|
8 |
$grey-light : rgba(0, 0, 0, .125); |
|
|
9 |
|
|
4
|
10 |
#session { |
|
43
|
11 |
background: white; // border: 1px black solid; |
|
20
|
12 |
|
|
|
13 |
display: flex; |
|
|
14 |
align-items: center; |
|
|
15 |
justify-content: center; |
|
|
16 |
|
|
4
|
17 |
position: fixed; |
|
20
|
18 |
width: 260px; |
|
|
19 |
height: 100%; |
|
|
20 |
z-index: 99999999; |
|
|
21 |
overflow: hide; |
|
4
|
22 |
|
|
20
|
23 |
.card { |
|
|
24 |
top: -38px; |
|
|
25 |
|
|
|
26 |
width: 220px; |
|
|
27 |
height: 600px; |
|
4
|
28 |
|
|
20
|
29 |
ul { |
|
|
30 |
//height: 200px; |
|
|
31 |
overflow-y: scroll; |
|
|
32 |
} |
|
|
33 |
} |
|
4
|
34 |
} |
|
|
35 |
|
|
|
36 |
#editor { |
|
|
37 |
width: 100%; |
|
|
38 |
background: white; |
|
22
|
39 |
// height: 7em; |
|
|
40 |
padding-bottom: 0.5em; |
|
4
|
41 |
|
|
20
|
42 |
border-top: 1px solid $grey-light; |
|
4
|
43 |
|
|
|
44 |
textarea { |
|
20
|
45 |
// border: 1px solid black; |
|
|
46 |
// with: 100%; |
|
|
47 |
// height: 2em; |
|
4
|
48 |
} |
|
22
|
49 |
|
|
|
50 |
.metadata { |
|
|
51 |
text-align: right; |
|
|
52 |
} |
|
4
|
53 |
} |
|
|
54 |
|
|
23
|
55 |
.note { |
|
|
56 |
.metadata { |
|
|
57 |
div { |
|
|
58 |
line-height: 24px; |
|
|
59 |
} |
|
|
60 |
} |
|
|
61 |
|
|
|
62 |
.content { |
|
|
63 |
p:last-child { |
|
|
64 |
margin-bottom: 0; |
|
|
65 |
} |
|
|
66 |
} |
|
|
67 |
} |