This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="textarea-wrap is-required"> | |
| <label class="textarea-label" for="textarea-required">Description</label> | |
| <textarea class="textarea-input" id="textarea-required" data-max-height="250"></textarea> | |
| </div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <span class="has-underline" data-tooltip="Tooltip up!" data-tooltip-pos="up">Tooltip Up</span> | |
| <span class="has-underline" data-tooltip="Tooltip right!" data-tooltip-pos="right">Tooltip Right</span> | |
| <span class="has-underline" data-tooltip="Tooltip down!" data-tooltip-pos="down">Tooltip Down</span> | |
| <span class="has-underline" data-tooltip="Tooltip left!" data-tooltip-pos="left">Tooltip Left</span> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <ul class="tab-wrapper is-ab-testing is-6-up"> | |
| <li class="tab is-active"><span class="badge crown">A</span></li> | |
| <li class="tab"><span class="badge screample">B</span></li> | |
| <li class="tab"><span class="badge ron-burgundy">C</span></li> | |
| <li class="tab"><span class="badge carrot">D</span></li> | |
| <li class="tab"><span class="badge mango">E</span></li> | |
| <li class="tab"><span class="badge spruce">F</span></li> | |
| </ul> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="dropzone"></div> | |
| <div class="row"> | |
| <div class="drag col-3"><img src="http://placehold.it/300x200" alt="Image"></div> | |
| <div class="drag col-3"><img src="http://placehold.it/300x200" alt="Image"></div> | |
| <div class="drag col-3"><img src="http://placehold.it/300x200" alt="Image"></div> | |
| <div class="drag col-3"><img src="http://placehold.it/300x200" alt="Image"></div> | |
| </div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <p class="is-size-h1">I'm a paragraph using the h1 font-size.</p> | |
| <p class="is-size-h2">I'm a paragraph using the h2 font-size.</p> | |
| <p class="is-size-h3 is-medium">I'm a paragraph using the h3 font-size and medium font-weight.</p> | |
| <p class="is-size-h4">I'm a paragraph using the h4 font-size.</p> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <ul class="tab-wrapper is-editor is-4-up"> | |
| <li class="tab is-active">Settings</li> | |
| <li class="tab">Build</li> | |
| <li class="tab">Tags</li> | |
| <li class="tab">A/B Testing</li> | |
| </ul> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="accordion-wrapper is-editor"> | |
| <div class="accordion-panel"> | |
| <div class="accordion-title"> | |
| <h4>Add Modules</h4> | |
| </div> | |
| <div class="accordion-content"> | |
| <div class="card is-module is-centered"> | |
| <p><i class="sg-icon sg-icon-images"></i> Image</p> | |
| </div> | |
| ... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="card is-module is-centered"> | |
| <p><i class="sg-icon sg-icon-images"></i> Image</p> | |
| </div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <svg class="fragment-loader"> | |
| <rect class="fragment-square left" width="10" height="10" /> | |
| <rect class="fragment-square middle" width="10" height="10" /> | |
| <rect class="fragment-square right" width="10" height="10" /> | |
| </svg> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="center-modal is-large has-padding"> | |
| <h2>Import Custom Drag & Drop HTML</h2> | |
| <div class="modal-inner-scroll"> | |
| <div class="example-code-editor"></div> | |
| <div class="modal-footer"> | |
| <div class="btn-list"> | |
| <button class="btn btn-small btn-secondary">Secondary</button> | |
| <button class="btn btn-small btn-primary">Primary</button> | |
| </div> | |
| </div> |