<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Efficy Overflow Q&amp;A - Recent questions tagged scss</title>
<link>https://overflow.efficy.io/?qa=tag/scss</link>
<description>Powered by Question2Answer</description>
<item>
<title>Efficy 2021: Efficy JSON font file is missing</title>
<link>https://overflow.efficy.io/?qa=6517/efficy-2021-efficy-json-font-file-is-missing</link>
<description>&lt;p&gt;We remarked that in the latest release of Efficy 2021, the file : C:\inetpub\wwwroot\12.0\lib\fonts\ selection.json&lt;/p&gt;

&lt;p&gt;Without this file we cannot customized the Efficy font set by adding new icons for instance from &lt;a rel=&quot;nofollow&quot; href=&quot;https://icomoon.io/&quot;&gt;icomoon.io&lt;/a&gt;, is it possible to add back this file in the next release ?&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6517/efficy-2021-efficy-json-font-file-is-missing</guid>
<pubDate>Wed, 27 Apr 2022 09:06:39 +0000</pubDate>
</item>
<item>
<title>Overrule default colors scss</title>
<link>https://overflow.efficy.io/?qa=5120/overrule-default-colors-scss</link>
<description>&lt;p&gt;I tried to overrule the default Efficy colors using custom-settings.scss. This works for a few items, but most Efficy-colors are not overruled after compiling. &lt;br&gt;
As far as I can see the green efficy color is only defined once as 'green-2016'. How can I overrule this color completely by my custom settings? &lt;/p&gt;

&lt;pre&gt;&lt;code&gt;$green-2016:     #ABBC00;
$greendark-2016: #005E2D;
$blue-2016:      #7090AB;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=3192158478545806640&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;

&lt;p&gt;Besides that I've got one additional question. In Efficy 2014 each entity had another color. For example purple for the projects and red for the actions. Is it possible to do this again?&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5120/overrule-default-colors-scss</guid>
<pubDate>Mon, 09 Dec 2019 08:50:27 +0000</pubDate>
</item>
<item>
<title>Compass compile does nothing</title>
<link>https://overflow.efficy.io/?qa=4756/compass-compile-does-nothing</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I am trying to customize the Opportunities Kanban with some custom Oppo_Status value from Lookup.&lt;br&gt;
To do that, I need to change the CSS to apply the right background-color to my new value from the Lookup.&lt;br&gt;
But when I try to compile the modified SCSS I get this message :&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;individual stylesheets must be in the sass directory&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I try to compile within Windows Powershell using the following command :&lt;/p&gt;

&lt;p&gt;&lt;em&gt;compass compile &quot;C:\inetpub\wwwEfficy11v3\customs\Demo11v3\scss&quot;&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Thank you for your help.&lt;/p&gt;

&lt;p&gt;Best regards,&lt;br&gt;
Sébastien&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4756/compass-compile-does-nothing</guid>
<pubDate>Mon, 09 Sep 2019 12:14:20 +0000</pubDate>
</item>
<item>
<title>How to compile scss in Efficy11?</title>
<link>https://overflow.efficy.io/?qa=3236/how-to-compile-scss-in-efficy11</link>
<description>&lt;p&gt;I'm trying to compile our custom scss since we are upgrading to Efficy11. I tried several methods but I think it will be much quicker/easier with a quick 'how-to' guide. Is something like this available? &lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=3236/how-to-compile-scss-in-efficy11</guid>
<pubDate>Fri, 08 Jun 2018 10:27:01 +0000</pubDate>
</item>
<item>
<title>Efficy 11, font icons not displayed if Efficy has been installed in a subfolder of wwwroot</title>
<link>https://overflow.efficy.io/?qa=3041/efficy-icons-displayed-efficy-installed-subfolder-wwwroot</link>
<description>&lt;p&gt;If your Efficy instance has been configured to be accessed not from the web root folder &lt;a rel=&quot;nofollow&quot; href=&quot;http://myhost.com/crm/*&quot;&gt;http://myhost.com/crm/*&lt;/a&gt; but from a subfolder, for example like &lt;a rel=&quot;nofollow&quot; href=&quot;http://myhost.com/11.0/crm/*&quot;&gt;http://myhost.com/11.0/crm/*&lt;/a&gt; , then you need to adapt the value of a SASS variable to reflect this and recompile the CSS. &lt;/p&gt;

&lt;p&gt;Without that, your Efficy icons will appear missing, and some other minor image references will be missing like so :&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=7375132173016030413&quot; alt=&quot;missing font&quot;&gt;&lt;/p&gt;

&lt;p&gt;In order to adapt the value of the SASS variable $base-path, follow these steps :&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Open the standard file &lt;code&gt;\efficy\scss\_app-settings.scss&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Find and uncomment the appropriate line (1434) &lt;/li&gt;
&lt;li&gt;Change &lt;code&gt;$base-path&lt;/code&gt; accordingly, in our example :&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;code&gt;$base-path: &quot;/11.0/&quot;;&lt;/code&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Execute the following command to compile the &lt;strong&gt;Efficy.css&lt;/strong&gt; :&lt;/p&gt;

&lt;p&gt;&lt;code&gt;compass compile C:\inetpub\wwwroot\11.0\efficy\scss&quot; --force&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Refresh your browser cache&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=12549865853780603244&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;
</description>
<category>How to</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=3041/efficy-icons-displayed-efficy-installed-subfolder-wwwroot</guid>
<pubDate>Thu, 05 Apr 2018 14:03:58 +0000</pubDate>
</item>
<item>
<title>Miscellaneous dialog (background)</title>
<link>https://overflow.efficy.io/?qa=1844/miscellaneous-dialog-background</link>
<description>&lt;p&gt;Hi guys,&lt;/p&gt;

&lt;p&gt;On the consult page of a company in our IVM, we have the command miscellanious, which opens a dialog where you can fill in a request for the cloud. The dialog seems to be absolute and the background cannot be touched until you close it..&lt;br&gt;
In some cases it would be very useful if we could implement this functionality (for e.g. Troostwijk).&lt;/p&gt;

&lt;p&gt;What i noticed is that if the command is clicked a div is inserted in the page, which sets the new css from the class: .reveal-modal-bg. It seems that this does the trick.&lt;/p&gt;

&lt;p&gt;Does anyone has an idea how to implement this in our customs?&lt;/p&gt;

&lt;p&gt;Thanks in advance!&lt;/p&gt;

&lt;p&gt;Regards,&lt;/p&gt;

&lt;p&gt;Michael&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1844/miscellaneous-dialog-background</guid>
<pubDate>Wed, 07 Sep 2016 12:07:31 +0000</pubDate>
</item>
<item>
<title>error while building new css files</title>
<link>https://overflow.efficy.io/?qa=144/error-while-building-new-css-files</link>
<description>&lt;p&gt;In the process of adding 2 additional icomoon fonts to a efficy, I have to rebuild the css files.&lt;/p&gt;

&lt;p&gt;I used a copy of the sample directory files and changed what was required.( all files and directories where copie to the customs\default  directory and the new fonts are in the fonts directory)&lt;br&gt;
After installing ruby 1.9.3 I ran  the watch&lt;em&gt;run&lt;/em&gt;as_admin.bat.&lt;br&gt;
I modified the batch script to include the --trace function.&lt;/p&gt;

&lt;p&gt;The result of a &quot;watch&quot; is that both the efficy.css and efficy-rtl.css files have a new size of 0 (zero). The trace revails for both files:&lt;/p&gt;

&lt;p&gt;execJS::ProgramError on line [&quot;64&quot;] of C: TypeError: Object doesn't support this property of method&lt;/p&gt;

&lt;p&gt;Actualy I have three questions:&lt;br&gt;
1. Did anyone ran into this error before?&lt;br&gt;
2. Is there any documentation on how to add a new font efficy2014 including the steps to rebuild the css files&lt;br&gt;
3. Is there another way to accomplish the integration of a additional font(set) in efficy?&lt;/p&gt;
</description>
<category>Efficy Developers</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=144/error-while-building-new-css-files</guid>
<pubDate>Wed, 14 Jan 2015 10:34:26 +0000</pubDate>
</item>
</channel>
</rss>