From d42c8b528eb595101954f478e0024e3f079f6fbf Mon Sep 17 00:00:00 2001 From: schneefux Date: Wed, 22 Mar 2017 19:19:26 +0100 Subject: first implementation of fun stats site --- .../sass/material-kit/plugins/_plugin-dropdownjs.scss | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 templates/assets/sass/material-kit/plugins/_plugin-dropdownjs.scss (limited to 'templates/assets/sass/material-kit/plugins/_plugin-dropdownjs.scss') diff --git a/templates/assets/sass/material-kit/plugins/_plugin-dropdownjs.scss b/templates/assets/sass/material-kit/plugins/_plugin-dropdownjs.scss new file mode 100755 index 0000000..b157472 --- /dev/null +++ b/templates/assets/sass/material-kit/plugins/_plugin-dropdownjs.scss @@ -0,0 +1,17 @@ +// This file has been autogenerated by grunt task lessToSass. Any changes will be overwritten. + +.dropdownjs::after { + right: 5px; + top: 3px; + font-size: 25px; + position: absolute; + + // bring in the material icon font and icon by code + font-family: 'Material Icons'; + font-style: normal; + font-weight: 400; + content: "\e5c5"; // found here: https://github.com/google/material-design-icons/search?utf8=%E2%9C%93&q=arrow_drop_down + + pointer-events: none; + color: #757575; +} -- cgit v1.3.1