mirror of
https://github.com/papercss/papercss
synced 2026-03-15 06:55:49 +01:00
added link to modal-2
This commit is contained in:
parent
c6a849b646
commit
ed69a36c19
2 changed files with 2 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -83,7 +83,6 @@
|
|||
margin-left: 1.25rem;
|
||||
}
|
||||
|
||||
label[for]:not(.modal-bg),
|
||||
.paper-btn {
|
||||
text-decoration: none;
|
||||
background: $white;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue