-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnote.css
85 lines (69 loc) · 1.08 KB
/
note.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
body {
display: flex;
min-height: 100vh;
flex-direction: column;
}
main {
flex: 1 0 auto;
}
.parallax-container {
height: 800px;
}
/* .transparentBG{
background-color: rgba(0,0,0,0);
}
.nav {
background-color: transparent;
} */
/*
.toolbar-fixed {
width: 100%;
padding: 0;
height: 56px;
position: fixed;
bottom: 0px;
}
.toolbar-fixed.active > a i {
opacity: 0;
}
.toolbar-fixed ul {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
top: 0;
bottom: 0;
}
.toolbar-fixed ul li {
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
display: inline-block;
margin: -;
height: 100%;
transition: none;
position: relative;
top: -15px;
}
.toolbar-fixed ul li a{
display: block;
overflow: hidden;
position: relative;
width: 100%;
height: 100%;
background-color: transparent;
box-shadow: none;
color: #fff;
line-height: 56px;
z-index: 1;
}
.toolbar-fixed ul li a i {
line-height: inherit;
}
.toolbar-fixed ul {
left: 0;
right: 0;
text-align: center;
}
.toolbar-fixed ul li {
margin-bottom: 15px;
} */