projects
/
oweals
/
peertube.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
1a9a196ffa22c89e99057891b3de397a323f81c7
[oweals/peertube.git]
/
client
/
src
/
app
/
app.component.scss
1
header div {
2
line-height: 25px;
3
margin-bottom: 30px;
4
}
5
6
menu {
7
min-height: 600px;
8
margin-right: 20px;
9
border-right: 1px solid rgba(0, 0, 0, 0.2);
10
11
.panel-button {
12
margin: 8px;
13
cursor: pointer;
14
transition: margin 0.2s;
15
16
&:hover {
17
margin-left: 15px;
18
}
19
20
a {
21
color: #333333;
22
}
23
}
24
25
.glyphicon {
26
margin: 5px;
27
}
28
}
29
30
.panel-block:not(:last-child) {
31
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
32
}