D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
raptqcnr
/
www
/
wp-content
/
themes
/
woodmart
/
inc
/
admin
/
assets
/
sass
/
modules
/
Filename :
_logo.scss
back
Copy
// ------------------------------------------------------------------------------------------------ // LOGO // ------------------------------------------------------------------------------------------------ @if $general { .xts-logo-wrap { position: relative; height: $xts-header-h; > a { position: absolute; inset: 0; } } .xts-logo { display: inline-block; max-width: 170px; // padding-top: 10px; // padding-bottom: 10px; padding-block: 10px; max-height: 70px; } } // END IF