diff options
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/application.scss | 11 | ||||
-rw-r--r-- | client/src/sass/pre-customizations.scss | 1 |
2 files changed, 12 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 | } | ||
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/"; | |||