booking/assets/pug/pages/theme/box-shadow.pug
2025-03-24 22:58:00 +03:00

94 lines
4.7 KiB
Plaintext

- var theme_customizer = true;
- var sidebar = true;
- var scrollbar = true;
doctype html
html(lang='en')
include ../../components/header-files
body
include ../../components/loader
// page-wrapper Start
#pageWrapper.page-wrapper
include ../../components/header
// Page Body Start
.page-body-wrapper.horizontal-menu
include ../../components/sidebar
.page-body
.container-fluid
.page-header
.row
.col-sm-6
h3
| Box Shadow
ol.breadcrumb
li.breadcrumb-item
a(href='index.html')
| Home
li.breadcrumb-item Base
li.breadcrumb-item.active Box Shadow
.col-sm-6
include ../../components/bookmark
// Container-fluid starts
.container-fluid
.row
.col-sm-12
.card.box-shadow-title
.card-header.pb-0
h5 Examples
span
| While shadows on components are disabled by default in Bootstrap and can be enabled via
code $enable-shadows
| , you can also quickly add or remove a shadow with our
code box-shadow
| utility classes. Includes support for
code .shadow-none
| and three default sizes (which have associated variables to match).
.card-body.row
.col-12
h6.sub-title.mt-0 Larger shadow
.col-sm-4
.shadow-lg.p-25.shadow-showcase.text-center
h5.m-0.f-18 Larger shadow
.col-sm-4
.shadow-lg.p-25.shadow-showcase.text-center
h5.m-0.f-18 Larger shadow
.col-sm-4
.shadow-lg.p-25.shadow-showcase.text-center
h5.m-0.f-18 Larger shadow
.col-12
h6.sub-title Regular shadow
.col-sm-4
.shadow.shadow-showcase.p-25.text-center
h5.m-0.f-18 Regular shadow
.col-sm-4
.shadow.shadow-showcase.p-25.text-center
h5.m-0.f-18 Regular shadow
.col-sm-4
.shadow.shadow-showcase.p-25.text-center
h5.m-0.f-18 Regular shadow
.col-12
h6.sub-title Small shadow
.col-sm-4
.shadow-sm.shadow-showcase.p-25.text-center
h5.m-0.f-18 Small shadow
.col-sm-4
.shadow-sm.shadow-showcase.p-25.text-center
h5.m-0.f-18 Small shadow
.col-sm-4
.shadow-sm.shadow-showcase.p-25.text-center
h5.m-0.f-18 Small shadow
.col-12
h6.sub-title No shadow
.col-sm-4
.shadow-none.shadow-showcase.p-25.text-center
h5.m-0.f-18 No shadow
.col-sm-4
.shadow-none.shadow-showcase.p-25.text-center
h5.m-0.f-18 No shadow
.col-sm-4
.shadow-sm.shadow-showcase.shadow-none.p-25.text-center
h5.m-0.f-18 No shadow
// Container-fluid Ends
include ../../components/footer
include ../../components/footer-files