Removed paper-border modal

This commit is contained in:
Afzal Sayed 2017-12-10 20:30:48 +05:30 committed by GitHub
parent b0a7121d56
commit 0204fec167
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1289,36 +1289,7 @@ function add(x, y) {
<a class="modal-link" href="#modals">Close</a>
</div>
&lt;/div&gt;</code></pre>
</div>
<h4>Paper border</h4>
<div class="row flex-spaces child-borders">
<a href="#modal-3" class="paper-btn margin">Paper Modal!</a>
</div>
<div class="modal row flex-spaces" id="modal-3">
<div class="modal-body border">
<a href="#modals" class="btn-close">x</a>
<h4 class="modal-title">Modal Title</h4>
<h5 class="modal-subtitle">Modal Subtitle</h5>
<p class="modal-text">This is an example of modal which is implemented with pure CSS! :D</p>
<a href="#modals"><button>Nice!</button></a>
</div>
</div>
<div class="docs">
<pre><code>&lt;div class="row flex-space child-borders"&gt;
&lt;a href="modal-1" class="paper-btn margin"&gt;Open Modal!&lt;/a&gt;
&lt;/div&gt;
&lt;div class="modal row flex-space" id="modal-1"&gt;
&lt;div class="modal-body border"&gt;
&lt;a class="btn-close" href="#modals"&gt;x&lt;/a&gt;
&lt;h4 class="modal-title"&gt;Modal Title&lt;/h4&gt;
&lt;h5 class="modal-subtitle"&gt;Modal Subtitle&lt;/h5&gt;
&lt;p class="modal-text"&gt;This is an example of modal which is implemented with pure CSS! :D&lt;/p&gt;
&lt;button&gt;Nice!&lt;/button&gt;
&lt;/div&gt;
&lt;/div&gt;</code></pre>
</div>
</div>