aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/_global/global.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/Resources/static/themes/_global/global.scss')
-rw-r--r--app/Resources/static/themes/_global/global.scss13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/Resources/static/themes/_global/global.scss b/app/Resources/static/themes/_global/global.scss
new file mode 100644
index 00000000..0e877efb
--- /dev/null
+++ b/app/Resources/static/themes/_global/global.scss
@@ -0,0 +1,13 @@
1/* Rules for sizing the icon. */
2.material-icons.md-18 { font-size: 18px; }
3.material-icons.md-24 { font-size: 24px; }
4.material-icons.md-36 { font-size: 36px; }
5.material-icons.md-48 { font-size: 48px; }
6
7/* Rules for using icons as black on a light background. */
8.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
9.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }
10
11/* Rules for using icons as white on a dark background. */
12.material-icons.md-light { color: rgba(255, 255, 255, 1); }
13.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }