Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
doc
/
styleguide
/
Filename :
template.mustache
back
Copy
<!-- this file is autogenerated from doc/styleguide/template.mustache --> <% css_bundle :common, :styleguide %> {{!-- Navigation --}} <div class="Sg-Main"> <div class="grid-row"> <div class="col-xs-10 off-xs-1 col-lg-8 off-lg-2"> <header class="Sg-Header"> <h1><code>/styleguide</code></h1> <p><strong>This page documents HTML and CSS components developed for use in Canvas prior to 2015.</strong> The code patterns documented here can be used to style content created in the Rich Content Editor (RCE). However, please note that these styles are no longer being actively maintained by Instructure.</p> <p>If you're building an LTI tool with React.js, please use <a href="http://instructure.design">Instructure UI</a> to visually integrate your app with Canvas.</p> </header> </div> </div> </div> {{!-- Code Examples --}} <div class="Sg-Container"> <div class="Sg-Main" id="docs"> {{#docs}} <section class="Sg-Section {{id}}" style="position: relative;"> <div class="Sg-Content"> <div class="grid-row"> <div class="col-xs-10 off-xs-1 col-lg-8 off-lg-2"> <h1 class="Sg-Component-Heading">{{component}}</h1> <div class="sg-src-file-path">{{file}}</div> <article class="Sg-Article"> {{{prose}}} </article> </div> </div> </div> </section> {{/docs}} </div> </div> <script>{{{dress_code_js}}}</script>