This file contains 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 | |
%li | |
%div | |
%li | |
.rotate-90 | |
%li | |
.rotate-45 |
This file contains 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 | |
%li | |
%li | |
%li | |
%li | |
%li | |
%li | |
%li | |
%li | |
%li |
This file contains 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>JS Bin</title> | |
</head> | |
<body> | |
<div class="component"> | |
<h1 class="component__header"> |
This file contains 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
ruby '2.2.0' | |
source 'https://rubygems.org' | |
... | |
gem 'font-awesome-rails' |
This file contains 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
.block | |
.block__element The cat in the hat | |
.block__element The cat in the hat<br>is black | |
.block__element The cat in the hat |
This file contains 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
<select class="js-change-fund" id="fund" name="fund"> | |
<optgroup label='Unit Trusts'> | |
<option selected="selected" value="/invest/36one-met-flexible-opportunity-fund">36ONE MET Flexible Opportunity Fund</option> | |
<option value="/invest/36one-met-equity-fund">36ONE MET Equity Fund</option> | |
</optgroup> | |
<optgroup label='Hedge Funds (ZAR)'> | |
<option value="/invest/36one-hedge-fund">36ONE Hedge Fund</option> | |
<option value="/invest/36one-fund">36ONE Fund</option> | |
</optgroup> | |
<optgroup label='Hedge Funds (USD)'> |
This file contains 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
.box | |
.box--arrow-right | |
.box--arrow-left | |
.box--arrow-bottom |
This file contains 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
.float--left | |
%h5 HEX | |
.float--left | |
%h5 RGBA | |
.float--left | |
.color--100 | |
.color--90 | |
.color--80 |
This file contains 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
.expander.is-collapsed | |
%p Donec ullamcorper nulla non metus auctor fringilla. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras mattis consectetur purus sit amet fermentum. | |
%p Donec sed odio dui. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Donec ullamcorper nulla non metus auctor fringilla. Maecenas faucibus mollis interdum. Cras justo odio, dapibus ac facilisis in, egestas eget quam. | |
%p Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Nullam quis risus eget urna mollis ornare vel eu leo. Maecenas sed diam eget risus varius blandit sit amet non magna. Vestibulum id ligula porta felis euismod semper. Donec ullamcorper nulla non metus auctor fringilla. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. |
This file contains 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> | |
<button type='button' am-Button>Button</button> | |
</p> | |
<p> | |
<button type='button' am-Button='large'>Button</button> | |
</p> | |
<p am-BlockName1>BlockName1</p> | |
<p am-BlockName2>BlockName2</p> |