summaryrefslogtreecommitdiffstats
path: root/app/common/styles/components
diff options
context:
space:
mode:
authorIftekharul Islam <iislam@us.ibm.com>2017-03-24 15:28:25 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-09-20 12:41:33 -0500
commit99d199f300405c3700837a21ae97f6742c16b513 (patch)
tree4208e0d0697a889d29c6262353404a135cef011d /app/common/styles/components
parent38f681feee9d576ad962aae5fa46ad24ccc02d29 (diff)
downloadphosphor-webui-99d199f300405c3700837a21ae97f6742c16b513.tar.gz
phosphor-webui-99d199f300405c3700837a21ae97f6742c16b513.zip
Major update to code structure
* Split files into independent files based on functionality. * Switch to bower/gulp for build. Change-Id: Ibc775dd9b7f6a0a49f63c22162b7582e781e2d9c Signed-off-by: Iftekharul Islam <iislam@us.ibm.com>
Diffstat (limited to 'app/common/styles/components')
-rw-r--r--app/common/styles/components/form-elements.scss0
-rw-r--r--app/common/styles/components/index.scss2
-rw-r--r--app/common/styles/components/table.scss0
3 files changed, 2 insertions, 0 deletions
diff --git a/app/common/styles/components/form-elements.scss b/app/common/styles/components/form-elements.scss
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/app/common/styles/components/form-elements.scss
diff --git a/app/common/styles/components/index.scss b/app/common/styles/components/index.scss
new file mode 100644
index 0000000..fc36b38
--- /dev/null
+++ b/app/common/styles/components/index.scss
@@ -0,0 +1,2 @@
+@import "./form-elements.scss";
+@import "./table.scss"; \ No newline at end of file
diff --git a/app/common/styles/components/table.scss b/app/common/styles/components/table.scss
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/app/common/styles/components/table.scss
OpenPOWER on IntegriCloud