OwlCyberSecurity - MANAGER
Edit File: admin_new.scss
// BASE CSS //---------------------------------------------------------------- html, body { background: white; } .clear { clear: both; float: none !important; } .wrap { position: relative; } #wpbody-content * { direction: ltr !important; } .wrap a { outline: none; } .wrap a:focus { -webkit-box-shadow: none; box-shadow: none; } #screen-meta-links { position: relative; z-index: 10; float: right; } #contextual-help-link-wrap, #screen-options-link-wrap, #show-guides-link-wrap { float: left; border: 0 !important; button { border: 1px solid #ccc !important; border-top: 0 !important; box-shadow: none !important; } } #show-guides-link-wrap { margin: 0 30px 0 6px; button { background: #f1f1f1 !important; } } #ls-guides-wrap { padding: 8px 20px 12px; h5 { margin: 0; padding: 8px 0; font-size: 13px; font-weight: 600; } } #ls-screen-options-form { input[type="number"] { width: 50px; } button { margin-left: 10px; } } .ls-hidden { display: none !important; } .wrap .ls-preview *, .wrap .ls-layer * { text-shadow: none; } .clearfix:before, .clearfix:after { content: " "; display: table; } .clearfix:after { clear: both; } .clearfix { zoom: 1; } // BASE VARS //---------------------------------------------------------------- $fontHelvetica: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",sans-serif; $boxHeaderGradient: 3% 10%; $boxHeaderGradientDark: 10% 20%; $boxHeaderGradientBlue: #2a95c5 #21759b; // SCSS MIXINS //---------------------------------------------------------------- @import "mixins"; // INTERFACE //---------------------------------------------------------------- @import "interface"; // PAGE SPECIFIC //---------------------------------------------------------------- @import "sliders_list"; @import "slider_settings"; @import "slide_settings"; @import "layer_settings"; @import "transition_gallery"; @import "transition_builder"; @import "compatibility";