Client: make an admin menu and a classic menu component
[oweals/peertube.git] / client / src / app / app.component.scss
1 #peertube-title a {
2   color: inherit !important;
3
4   &:hover {
5     color: inherit !important;
6     text-decoration: none !important;
7   }
8 }
9
10 header 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 }