diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-06-03 22:08:03 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-06-03 22:08:03 +0200 |
commit | 4a6995be18b15de1834a39c8921a0e4109671bb6 (patch) | |
tree | b659661cea33687fcc6bd8fc2251cb7a15ab9f9d /client/src/sass/application.scss | |
parent | 468892541175f9662f8b1b977e819dc1a496f282 (diff) | |
download | PeerTube-4a6995be18b15de1834a39c8921a0e4109671bb6.tar.gz PeerTube-4a6995be18b15de1834a39c8921a0e4109671bb6.tar.zst PeerTube-4a6995be18b15de1834a39c8921a0e4109671bb6.zip |
First draft to use webpack instead of systemjs
Diffstat (limited to 'client/src/sass/application.scss')
-rw-r--r-- | client/src/sass/application.scss | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss new file mode 100644 index 000000000..5c56e9507 --- /dev/null +++ b/client/src/sass/application.scss | |||
@@ -0,0 +1,11 @@ | |||
1 | body { | ||
2 | padding: 20px; | ||
3 | } | ||
4 | |||
5 | footer { | ||
6 | border-top: 1px solid rgba(0, 0, 0, 0.2); | ||
7 | padding-top: 10px; | ||
8 | text-align: center; | ||
9 | font-size: small; | ||
10 | margin-top: 30px; | ||
11 | } | ||