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:
|
input-mask:
|
||||||
title: Form input mask
|
title: Form input mask
|
||||||
url: docs/input-mask.html
|
url: docs/input-mask.html
|
||||||
|
modals:
|
||||||
|
title: Modals
|
||||||
|
url: docs/modals.html
|
||||||
progress:
|
progress:
|
||||||
title: Progress
|
title: Progress
|
||||||
url: docs/progress.html
|
url: docs/progress.html
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: Modals
|
title: Modals
|
||||||
description: Use Bootstrap’s JavaScript modal plugin to add dialogs to your site for lightboxes, user notifications, or completely custom content.
|
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
|
## Default markup
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: Modals
|
title: Modals
|
||||||
page-header: Modals
|
page-header: Modals
|
||||||
|
menu: base.modals
|
||||||
---
|
---
|
||||||
|
|
||||||
<div class="card">
|
<div class="card">
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
.modal {
|
.modal-content {
|
||||||
.close {
|
.close {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user