Files
djangocms/static/admin/assets/pug/pages/theme/layout-dark.pug
T
2024-12-13 08:31:39 +07:00

81 lines
3.1 KiB
Plaintext

- var prism = true;
- var clipboard = true;
- var customcard = true;
- var theme_customizer = true;
- var tooltip = true;
- var sidebar = true;
- var slick = true;
- var header_slider = true;
- var animate = true;
- var scrollbar = true;
doctype html
html(lang='en')
include ../../components/header-files
body.dark-only
include ../../components/taptop
// page-wrapper Start
#pageWrapper.page-wrapper.compact-wrapper
include ../../components/header
// Page Body Start
.page-body-wrapper
include ../../components/sidebar
.page-body
.container-fluid
.page-title
.row
.col-6
h3
| Layout Dark
.col-6
ol.breadcrumb
li.breadcrumb-item
a(href='index.html')
svg.stroke-icon
use(href='../assets/svg/icon-sprite.svg#stroke-home')
li.breadcrumb-item Page Layout
li.breadcrumb-item.active Layout Dark
// Container-fluid starts
.container-fluid
.row
.col-sm-12
.card.alert.alert-primary(role='alert')
h5 Tip!
p
| Add the class="dark-only" to the body tag to get this layout.
.col-sm-12
.card
.card-header
h5 Title
.card-header-right
ul.list-unstyled.card-option
li
i.fa.fa-spin.fa-cog
li
i.view-html.fa.fa-code
li
i.icofont.icofont-maximize.full-card
li
i.icofont.icofont-minus.minimize-card
li
i.icofont.icofont-refresh.reload-card
li
i.icofont.icofont-error.close-card
.card-body
span Start Here
.code-box-copy
button.code-box-copy__btn.btn-clipboard(data-clipboard-target='#example-head', title='Copy')
i.icofont.icofont-copy-alt
pre
code.language-html#example-head
| <!-- Cod Box Copy begin -->
| <div class="card-body">
| <span>Start Here</span>
| </div>
| <!-- Cod Box Copy end -->
.card-footer
h6.mb-0 Card Footer
// Container-fluid Ends
include ../../components/footer
include ../../components/footer-files