From 01ef61d8fc3e18fe159e98d36414ef0ba92ff2a7 Mon Sep 17 00:00:00 2001 From: Kapil Viren Ahuja Date: Thu, 23 Mar 2017 15:17:03 +0530 Subject: adding the new theme --- .../sass/material-kit/plugins/_plugin-dropdownjs.scss | 17 ----------------- 1 file changed, 17 deletions(-) delete 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 deleted file mode 100755 index b157472..0000000 --- a/templates/assets/sass/material-kit/plugins/_plugin-dropdownjs.scss +++ /dev/null @@ -1,17 +0,0 @@ -// 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