Update styleguide.blade.php
This commit is contained in:
parent
b64a6ed8bf
commit
73a61112ec
|
|
@ -16,7 +16,9 @@
|
||||||
<button class="redbutton">.redbutton</button>
|
<button class="redbutton">.redbutton</button>
|
||||||
<button class="greybutton">.greybutton</button>
|
<button class="greybutton">.greybutton</button>
|
||||||
<br>
|
<br>
|
||||||
<textarea style="resize: none; width: 100%;" readonly>
|
<br>
|
||||||
|
<p>Code</p>
|
||||||
|
<textarea style="resize: none; width: 100%; height: 100px;" readonly>
|
||||||
<button class="greenbutton">.greenbutton</button>
|
<button class="greenbutton">.greenbutton</button>
|
||||||
<button class="bluebutton">.bluebutton</button>
|
<button class="bluebutton">.bluebutton</button>
|
||||||
<button class="redbutton">.redbutton</button>
|
<button class="redbutton">.redbutton</button>
|
||||||
|
|
@ -29,7 +31,10 @@
|
||||||
<br>
|
<br>
|
||||||
<a href="#" class="tab_selected">.tab_selected</a>
|
<a href="#" class="tab_selected">.tab_selected</a>
|
||||||
<a href="#" class="tab">.tab</a>
|
<a href="#" class="tab">.tab</a>
|
||||||
<textarea style="resize: none; width: 100%;" readonly>
|
<br>
|
||||||
|
<br>
|
||||||
|
<p>Code</p>
|
||||||
|
<textarea style="resize: none; width: 100%; height: 100px;" readonly>
|
||||||
<a href="#" class="tab_selected">.tab_selected</a>
|
<a href="#" class="tab_selected">.tab_selected</a>
|
||||||
<a href="#" class="tab">.tab</a>
|
<a href="#" class="tab">.tab</a>
|
||||||
</textarea>
|
</textarea>
|
||||||
|
|
@ -41,10 +46,13 @@
|
||||||
<div class="content_special">
|
<div class="content_special">
|
||||||
<p>Hello i'm some text in the .content_special/#content_special div</p>
|
<p>Hello i'm some text in the .content_special/#content_special div</p>
|
||||||
</div>
|
</div>
|
||||||
<textarea style="resize: none; width: 100%;" readonly>
|
<br>
|
||||||
|
<br>
|
||||||
|
<p>Code</p>
|
||||||
|
<textarea style="resize: none; width: 100%; height: 100px;" readonly>
|
||||||
<div class="content_special">
|
<div class="content_special">
|
||||||
<p>Hello i'm some text in the .content_special/#content_special div</p>
|
<p>Hello i'm some text in the .content_special/#content_special div</p>
|
||||||
</div>
|
</div>
|
||||||
</textarea>
|
</textarea>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
|
|
@ -67,8 +75,10 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<textarea style="resize: none; width: 100%;" readonly>
|
<br>
|
||||||
<div id="Feed">
|
<br>
|
||||||
|
<p>Code</p>
|
||||||
|
<textarea style="resize: none; width: 100%; height: 100px;" readonly><div id="Feed">
|
||||||
<p>#Feed</p>
|
<p>#Feed</p>
|
||||||
<div id="FeedContainer">
|
<div id="FeedContainer">
|
||||||
<div class="FeedContainerBox">
|
<div class="FeedContainerBox">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue