From 4a6995be18b15de1834a39c8921a0e4109671bb6 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 3 Jun 2016 22:08:03 +0200 Subject: First draft to use webpack instead of systemjs --- client/src/sass/application.scss | 11 +++++++++++ client/src/sass/pre-customizations.scss | 1 + 2 files changed, 12 insertions(+) create mode 100644 client/src/sass/application.scss create mode 100644 client/src/sass/pre-customizations.scss (limited to 'client/src/sass') 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 @@ +body { + padding: 20px; +} + +footer { + border-top: 1px solid rgba(0, 0, 0, 0.2); + padding-top: 10px; + text-align: center; + font-size: small; + margin-top: 30px; +} diff --git a/client/src/sass/pre-customizations.scss b/client/src/sass/pre-customizations.scss new file mode 100644 index 000000000..e92004128 --- /dev/null +++ b/client/src/sass/pre-customizations.scss @@ -0,0 +1 @@ +// $icon-font-path: "/assets/fonts/"; -- cgit v1.2.3