mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
modals docs, menu
This commit is contained in:
@@ -185,6 +185,9 @@ docs:
|
||||
input-mask:
|
||||
title: Form input mask
|
||||
url: docs/input-mask.html
|
||||
modals:
|
||||
title: Modals
|
||||
url: docs/modals.html
|
||||
progress:
|
||||
title: Progress
|
||||
url: docs/progress.html
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
title: Modals
|
||||
description: Use Bootstrap’s JavaScript modal plugin to add dialogs to your site for lightboxes, user notifications, or completely custom content.
|
||||
menu: docs.modals
|
||||
---
|
||||
|
||||
## Default markup
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
title: Modals
|
||||
page-header: Modals
|
||||
menu: base.modals
|
||||
---
|
||||
|
||||
<div class="card">
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
.modal {
|
||||
.modal-content {
|
||||
.close {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
||||
Reference in New Issue
Block a user