Update styleguide.blade.php
This commit is contained in:
parent
17cb5f3075
commit
b64a6ed8bf
|
|
@ -15,13 +15,12 @@
|
||||||
<button class="bluebutton">.bluebutton</button>
|
<button class="bluebutton">.bluebutton</button>
|
||||||
<button class="redbutton">.redbutton</button>
|
<button class="redbutton">.redbutton</button>
|
||||||
<button class="greybutton">.greybutton</button>
|
<button class="greybutton">.greybutton</button>
|
||||||
<textarea style="resize: none" readonly>
|
<br>
|
||||||
<pre>
|
<textarea style="resize: none; width: 100%;" 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>
|
||||||
<button class="greybutton">.greybutton</button>
|
<button class="greybutton">.greybutton</button>
|
||||||
</pre>
|
|
||||||
</textarea>
|
</textarea>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
|
|
@ -30,11 +29,9 @@
|
||||||
<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" readonly>
|
<textarea style="resize: none; width: 100%;" readonly>
|
||||||
<pre>
|
|
||||||
<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>
|
||||||
</pre>
|
|
||||||
</textarea>
|
</textarea>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
|
|
@ -44,12 +41,10 @@
|
||||||
<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" readonly>
|
<textarea style="resize: none; width: 100%;" readonly>
|
||||||
<pre>
|
|
||||||
<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>
|
||||||
</pre>
|
|
||||||
</textarea>
|
</textarea>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
|
|
@ -72,8 +67,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<textarea style="resize: none" readonly>
|
<textarea style="resize: none; width: 100%;" readonly>
|
||||||
<pre>
|
|
||||||
<div id="Feed">
|
<div id="Feed">
|
||||||
<p>#Feed</p>
|
<p>#Feed</p>
|
||||||
<div id="FeedContainer">
|
<div id="FeedContainer">
|
||||||
|
|
@ -90,6 +84,5 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</pre>
|
|
||||||
</textarea>
|
</textarea>
|
||||||
@endsection
|
@endsection
|
||||||
Loading…
Reference in New Issue