Files
djangocms/static/admin/assets/pug/pages/theme/sticky.pug
2024-11-20 12:56:32 +07:00

52 lines
1.7 KiB
Plaintext

- var sticky = true;
- var jquery_ui = true;
- var theme_customizer = 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
include ../../components/loader
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
| Sticky
.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 Bonus Ui
li.breadcrumb-item.active Sticky
// Container-fluid starts
.container-fluid
.row.sticky-header-main
.col-sm-12
.card
.card-header
h5
| Sticky Note
a#add_new.btn.btn-primary.pull-right.m-l-10(href='javascript:;') Add New Note
.card-body
#board.sticky-note
// Container-fluid Ends
include ../../components/footer
include ../../components/footer-files