aboutsummaryrefslogtreecommitdiff
path: root/src/app/app.scss
diff options
context:
space:
mode:
authorKumar Priyansh <[email protected]>2018-09-09 08:19:27 +0530
committerKumar Priyansh <[email protected]>2018-09-09 08:19:27 +0530
commit5ef465dab66d20100630bba6a42f47c243aa476a (patch)
treed95a1f961888d451733c947e42e56f49271f04be /src/app/app.scss
downloadNewsApp-5ef465dab66d20100630bba6a42f47c243aa476a.tar.xz
NewsApp-5ef465dab66d20100630bba6a42f47c243aa476a.zip
Files Upload via GIT
Diffstat (limited to 'src/app/app.scss')
-rw-r--r--src/app/app.scss16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/app/app.scss b/src/app/app.scss
new file mode 100644
index 0000000..1392a6e
--- /dev/null
+++ b/src/app/app.scss
@@ -0,0 +1,16 @@
+// http://ionicframework.com/docs/theming/
+
+
+// App Global Sass
+// --------------------------------------------------
+// Put style rules here that you want to apply globally. These
+// styles are for the entire app and not just one component.
+// Additionally, this file can be also used as an entry point
+// to import other Sass files to be included in the output CSS.
+//
+// Shared Sass variables, which can be used to adjust Ionic's
+// default Sass variables, belong in "theme/variables.scss".
+//
+// To declare rules for a specific mode, create a child rule
+// for the .md, .ios, or .wp mode classes. The mode class is
+// automatically applied to the <body> element in the app.