![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/old/app/design/frontend/Cnc/default/web/scss/vendor/kaliop/ |
// ============================================== // OUTDATED BROWSER // ============================================== @import "../../../../../../../../vendor/kaliop/module-outdatedbrowser/view/frontend/web/scss/settings"; // Configuration $ob-popin-overlay-background: rgba(0,0,0,0.7); $ob-popin-width: 900px; $ob-popin-main-background-color: $c-white; $ob-popin-top-padding: 40px; $ob-popin-debug-mode: false; @import "../../../../../../../../vendor/kaliop/module-outdatedbrowser/view/frontend/web/scss/main"; // Opacity overlay .ob-popin__overlay { opacity: 0.5; } // Reduce padding of popin item action .ob-popin-item { margin-bottom: 20px; .btn { padding: 12px 15px; } } // Change Color of popin action .ob-popin__action { @extend .link-2; } // Fix width images .ob-popin-item__visual img { width: auto; } // Responsive @include breakpoint(only-md) { .title-2.ob-popin__subtitle { font-size: 1.4rem; } } @include breakpoint(only-sm) { .ie .ob-popin-item__content { margin-bottom: 0; } }