aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/stylesheets
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-03-14 22:16:43 +0100
committerChocobozzz <florian.bigard@gmail.com>2016-03-14 22:16:43 +0100
commit98b01bac2c2c4536aa97d826b61516657f4d15f5 (patch)
tree75fe2d75f1c58c6897127f03cfb7d8b654545227 /client/stylesheets
parentdc8bc31be517a53e8fbe7100cfe45cd73f596de0 (diff)
downloadPeerTube-98b01bac2c2c4536aa97d826b61516657f4d15f5.tar.gz
PeerTube-98b01bac2c2c4536aa97d826b61516657f4d15f5.tar.zst
PeerTube-98b01bac2c2c4536aa97d826b61516657f4d15f5.zip
Angular 2 : draft 2
Diffstat (limited to 'client/stylesheets')
-rw-r--r--client/stylesheets/application.scss1
-rw-r--r--client/stylesheets/index.scss5
2 files changed, 0 insertions, 6 deletions
diff --git a/client/stylesheets/application.scss b/client/stylesheets/application.scss
index d1b309907..b91698056 100644
--- a/client/stylesheets/application.scss
+++ b/client/stylesheets/application.scss
@@ -3,4 +3,3 @@ $icon-font-path: "/app/node_modules/bootstrap-sass/assets/fonts/bootstrap/";
3@import "bootstrap-variables"; 3@import "bootstrap-variables";
4@import "_bootstrap"; 4@import "_bootstrap";
5@import "base.scss"; 5@import "base.scss";
6@import "index.scss";
diff --git a/client/stylesheets/index.scss b/client/stylesheets/index.scss
deleted file mode 100644
index 5cba54705..000000000
--- a/client/stylesheets/index.scss
+++ /dev/null
@@ -1,5 +0,0 @@
1header div {
2 height: 50px;
3 line-height: 25px;
4 margin-bottom: 50px;
5}