📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 00:57:56
📂
/ (Root)
/
home
/
xeqi7597
/
mota.claireduwig.com
/
wp-content
/
themes
/
mota
/
sass
📍 /home/xeqi7597/mota.claireduwig.com/wp-content/themes/mota/sass
🔄 Refresh
✏️
Editing: _header.scss
Writable
header { display: flex; justify-content: space-between; align-items: center; margin: 0 auto; box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1); position: fixed; z-index: 900; background: white; width: 100%; .logo-header { height: 80px; display: flex; align-items: center; margin-left: 5%; img { height: 14px; width: auto; } } #main-menu { margin-right: 5%; } .header-menu { display: flex; li { list-style-type: none; padding-left: 45px; } } .menu-toggle { display: none; } } .close-menu { display: flex; } @media (max-width: $breakpoint__large_phone) { header { position: absolute; flex-direction: column; padding: 0; align-items: flex-start; .logo-header { height: 71px; display: flex; margin-left: 40px; img { height: 9px; } } #main-menu { background-color: var(--red); width: 100%; margin: 0 auto; height: 80vh; display: none; justify-content: center; align-items: center; opacity: 0; &.menu-popin { opacity: 1; transition: opacity 0.5s ease-in-out; } .header-menu { flex-direction: column; gap: 40px; padding: 0; align-items: center; li { padding: 0; font-size: 44px; color: white; } } } .menu-toggle { background: none; border: none; cursor: pointer; padding: 10px; display: flex; flex-direction: column; align-items: flex-end; z-index: 1001; position: absolute; right: 8%; top: 2vh; width: 27px; height:27px; transform: rotate(0deg); transition: .5s ease-in-out; .line { width: 100%; height: 1px; background-color: black; margin: 6px 0; display: block; position: absolute; border-radius: 9px; opacity: 1; left: 0; transform: rotate(0deg); transition: .25s ease-in-out; &:nth-child(1) { top: 0; } &:nth-child(2), &:nth-child(3) { top: 10px; } &:nth-child(4) { top: 20px; } } &.open { .line { &:nth-child(1) , &:nth-child(4) { top: 18px; width: 0%; left: 50%; } &:nth-child(2) { transform: rotate(45deg); } &:nth-child(3) { transform: rotate(-45deg); } } } } } .close-menu { display: none!important; } }
💾 Save Changes
❌ Cancel