]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/sass/application.scss
First draft to use webpack instead of systemjs
[github/Chocobozzz/PeerTube.git] / client / src / sass / application.scss
CommitLineData
0ac5edd9 1body {
2 padding: 20px;
3}
4
5footer {
6 border-top: 1px solid rgba(0, 0, 0, 0.2);
7 padding-top: 10px;
8 text-align: center;
9 font-size: small;
763bed9b 10 margin-top: 30px;
a0382b70 11}