aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/app/app.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/app/app.component.scss')
-rw-r--r--client/app/app.component.scss32
1 files changed, 0 insertions, 32 deletions
diff --git a/client/app/app.component.scss b/client/app/app.component.scss
deleted file mode 100644
index e02c2d5b0..000000000
--- a/client/app/app.component.scss
+++ /dev/null
@@ -1,32 +0,0 @@
1header div {
2 line-height: 25px;
3 margin-bottom: 30px;
4}
5
6menu {
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}