added link to modal-2

This commit is contained in:
koester 2018-01-08 14:52:47 +01:00
parent c6a849b646
commit ed69a36c19
No known key found for this signature in database
GPG key ID: 8EDF60025F08566C
2 changed files with 2 additions and 3 deletions

View file

@ -53,7 +53,7 @@ This can be used to implement modals along with features like title, subtitle, t
<h4 class="modal-title">Modal Title</h4>
<h5 class="modal-subtitle">Modal Subtitle</h5>
<p class="modal-text">This is another example of modal which is implemented with pure CSS! :D</p>
<label for="modal-2" class="modal-link">OK</label>
<a href="/#download">Get PaperCSS</a>
<label for="modal-2" class="modal-link">Close</label>
</div>
</div>
@ -72,7 +72,7 @@ This can be used to implement modals along with features like title, subtitle, t
<h4 class="modal-title">Modal Title</h4>
<h5 class="modal-subtitle">Modal Subtitle</h5>
<p class="modal-text">This is another example of modal which is implemented with pure CSS! :D</p>
<label for="modal-2" class="modal-link">OK</label>
<a href="/#download">Get PaperCSS</a>
<label for="modal-2" class="modal-link">Close</label>
</div>
</div>

View file

@ -83,7 +83,6 @@
margin-left: 1.25rem;
}
label[for]:not(.modal-bg),
.paper-btn {
text-decoration: none;
background: $white;