You need to sign in to do that
Don't have an account?

sfdc-styleguide.herokuapp.com/styles.css files problem in my VF page?
Hi All,
One year back I have used my salesforce mobile app application the following css files. Currently now available.
<apex:stylesheet value="//sfdc-styleguide.herokuapp.com/styles.css" />
<apex:stylesheet value="//sfdc-styleguide.herokuapp.com/code.css" />
<apex:stylesheet value="//sfdc-styleguide.herokuapp.com/icons.css" />
<apex:stylesheet value="//sfdc-styleguide.herokuapp.com/fonts/ss-gizmo/ss-gizmo.css" />
<apex:stylesheet value="//sfdc-styleguide.herokuapp.com/fonts/ss-pika/ss-pika.css" />
<apex:stylesheet value="//sfdc-styleguide.herokuapp.com/fonts/ss-gizmo/ss-gizmo.css" />
<apex:stylesheet value="//sfdc-styleguide.herokuapp.com/fonts/ss-standard/ss-standard.css" />
Now page look and fell is gone. Could you please help this issue, where we will find those files.
Kind Regards,
Mohan.
One year back I have used my salesforce mobile app application the following css files. Currently now available.
<apex:stylesheet value="//sfdc-styleguide.herokuapp.com/styles.css" />
<apex:stylesheet value="//sfdc-styleguide.herokuapp.com/code.css" />
<apex:stylesheet value="//sfdc-styleguide.herokuapp.com/icons.css" />
<apex:stylesheet value="//sfdc-styleguide.herokuapp.com/fonts/ss-gizmo/ss-gizmo.css" />
<apex:stylesheet value="//sfdc-styleguide.herokuapp.com/fonts/ss-pika/ss-pika.css" />
<apex:stylesheet value="//sfdc-styleguide.herokuapp.com/fonts/ss-gizmo/ss-gizmo.css" />
<apex:stylesheet value="//sfdc-styleguide.herokuapp.com/fonts/ss-standard/ss-standard.css" />
Now page look and fell is gone. Could you please help this issue, where we will find those files.
Kind Regards,
Mohan.
I would strongly suggest that you put them as static resources in your org and use this reference
I have added those files in Static resources in my org, even Look and Feel not coming. I have added all the files and assets folder also.
I have not downloaded that time in my org those files.
Kind Regards,
Mohan.