diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-03-14 13:50:19 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-03-14 13:50:19 +0100 |
commit | dc8bc31be517a53e8fbe7100cfe45cd73f596de0 (patch) | |
tree | c0b0d6641dd352dafff93b8fd33ddb262b59aa47 /client/stylesheets/application.scss | |
parent | bd324a669218f9ed302f7f54b36ee535d25c9733 (diff) | |
download | PeerTube-dc8bc31be517a53e8fbe7100cfe45cd73f596de0.tar.gz PeerTube-dc8bc31be517a53e8fbe7100cfe45cd73f596de0.tar.zst PeerTube-dc8bc31be517a53e8fbe7100cfe45cd73f596de0.zip |
Angular application :first draft
Diffstat (limited to 'client/stylesheets/application.scss')
-rw-r--r-- | client/stylesheets/application.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/client/stylesheets/application.scss b/client/stylesheets/application.scss index bf9ec90ab..d1b309907 100644 --- a/client/stylesheets/application.scss +++ b/client/stylesheets/application.scss | |||
@@ -1,6 +1,6 @@ | |||
1 | $icon-font-path: "/stylesheets/vendor/fonts/bootstrap/"; | 1 | $icon-font-path: "/app/node_modules/bootstrap-sass/assets/fonts/bootstrap/"; |
2 | 2 | ||
3 | @import "bootstrap-variables"; | 3 | @import "bootstrap-variables"; |
4 | @import "_bootstrap"; | 4 | @import "_bootstrap"; |
5 | @import "base"; | 5 | @import "base.scss"; |
6 | @import "index"; \ No newline at end of file | 6 | @import "index.scss"; |