From 7f1f6849d7ca913ed5ee3f2d60aaaceb202217b8 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Sat, 28 Apr 2018 12:07:21 +0200 Subject: [PATCH] Elastic: Add forgoten custom style files Note: We could make them optional, but we need to support less < 2.x for now. --- skins/elastic/styles/_styles.less | 1 + skins/elastic/styles/_variables.less | 1 + 2 files changed, 2 insertions(+) create mode 100644 skins/elastic/styles/_styles.less create mode 100644 skins/elastic/styles/_variables.less diff --git a/skins/elastic/styles/_styles.less b/skins/elastic/styles/_styles.less new file mode 100644 index 000000000..3d5d1d78e --- /dev/null +++ b/skins/elastic/styles/_styles.less @@ -0,0 +1 @@ +/* Here you can put your custom styles that will be appended to the output css file */ diff --git a/skins/elastic/styles/_variables.less b/skins/elastic/styles/_variables.less new file mode 100644 index 000000000..ef97192a8 --- /dev/null +++ b/skins/elastic/styles/_variables.less @@ -0,0 +1 @@ +/* Here you can re-define any of variables from variables.less, colors.less and fontawesome.less */