-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.sass
66 lines (55 loc) · 1.17 KB
/
index.sass
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
58
59
60
61
62
63
64
65
66
@font-face
font-family: Open Sans
src: url("Open Sans/Regular.ttf")
@font-face
font-family: Open Sans
font-weight: 300
src: url("Open Sans/Light.ttf")
@font-face
font-family: Open Sans
font-weight: 600
src: url("Open Sans/SemiBold.ttf")
@import "../node_modules/@blueprintjs/core/lib/css/blueprint.css"
@import "../node_modules/normalize.css/normalize.css"
@import "Header"
@import "Stock"
@import "Introduction"
html, body, #root
height: 100%
#root
display: flex
font-family: Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, Icons16, sans-serif
user-select: none
#shadow
bottom: 0
box-shadow: inset 0 3px 5px -3px rgba(0, 0, 0, 0.7)
left: 0
pointer-events: none
position: absolute
right: 0
top: 0
z-index: 10
#sidebar
border-radius: 0
flex: auto 0
max-width: 400px
min-width: 350px
overflow: auto
width: 25%
z-index: 1
#portfolio > h3
align-items: center
display: flex
justify-content: space-between
#portfolio > *
margin-top: 20px
#main-view
display: flex
flex-direction: column
flex: 1 0
#graph-wrapper
align-items: center
display: flex
margin: auto
overflow: hidden
width: 80%