aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/_global/global.scss
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2017-05-09 11:43:48 +0200
committerGitHub <noreply@github.com>2017-05-09 11:43:48 +0200
commitb28c5430efefa63d04d87404c99798e82d0427e4 (patch)
tree0bf158fb56120be6624fa26639a28beb84a6598e /app/Resources/static/themes/_global/global.scss
parent43f81a62e93fb20c7af619a5132276706e989c62 (diff)
parentefac66cb56d650b863b64c9c4582589da6a2442a (diff)
downloadwallabag-b28c5430efefa63d04d87404c99798e82d0427e4.tar.gz
wallabag-b28c5430efefa63d04d87404c99798e82d0427e4.tar.zst
wallabag-b28c5430efefa63d04d87404c99798e82d0427e4.zip
Merge pull request #3022 from wallabag/webpack
Adds Webpack support and remove Grunt
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); }