HEX
Server: Apache/2.4.41
System: Linux mainweb 5.4.0-182-generic #202-Ubuntu SMP Fri Apr 26 12:29:36 UTC 2024 x86_64
User: nationalmedicaregrp (1119)
PHP: 8.3.7
Disabled: exec,passthru,shell_exec,system,popen,proc_open,pcntl_exec
Upload Files
File: /home/crm/public_html/wwwroot/assets/pug/pages/theme/box-shadow.pug
- 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