aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/app.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/app.component.scss')
-rw-r--r--client/src/app/app.component.scss23
1 files changed, 0 insertions, 23 deletions
diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss
index 30d1bebde..e69de29bb 100644
--- a/client/src/app/app.component.scss
+++ b/client/src/app/app.component.scss
@@ -1,23 +0,0 @@
1#peertube-title a {
2 color: inherit !important;
3
4 &:hover {
5 color: inherit !important;
6 text-decoration: none !important;
7 }
8}
9
10header div {
11 line-height: 25px;
12 margin-bottom: 30px;
13}
14
15.router-outlet-container {
16 @media screen and (max-width: 400px) {
17 padding: 0 3px 0 3px;
18 }
19}
20
21[hidden] {
22 display: none !important;
23}