]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/app.component.scss
Client: make an admin menu and a classic menu component
[github/Chocobozzz/PeerTube.git] / client / src / app / app.component.scss
CommitLineData
798442f6
C
1#peertube-title a {
2 color: inherit !important;
3
4 &:hover {
5 color: inherit !important;
6 text-decoration: none !important;
7 }
8}
9
98b01bac 10header div {
98b01bac
C
11 line-height: 25px;
12 margin-bottom: 30px;
13}
14
a64668c0
C
15.router-outlet-container {
16 @media screen and (max-width: 400px) {
17 padding: 0 3px 0 3px;
18 }
19}