Server : Apache/2.4.43 (Win64) OpenSSL/1.1.1g PHP/7.4.6
System : Windows NT USER-PC 6.1 build 7601 (Windows 7 Professional Edition Service Pack 1) AMD64
User : User ( 0)
PHP Version : 7.4.6
Disable Function : NONE
Directory :  C:/xampp/phpMyAdmin/themes/pmahomme/scss/
Upload File :
Current Directory [ Writeable ] Root Directory [ Writeable ]


Current File : C:/xampp/phpMyAdmin/themes/pmahomme/scss/_resizable-menu.scss
ul.resizable-menu {
  a,
  span {
    display: block;
    margin: 0;
    padding: 0;
    white-space: nowrap;
  }

  .submenu {
    display: none;
    position: relative;
  }

  .shown {
    display: inline-block;
  }

  ul {
    margin: 0;
    padding: 0;
    position: absolute;
    list-style-type: none;
    display: none;
    border: 1px #ddd solid;
    z-index: 2;
    #{$right}: 0;
  }

  li:hover {
    background: linear-gradient(#fff, #e5e5e5);

    ul {
      display: block;
      background: #fff;
    }
  }

  .submenuhover ul {
    display: block;
    background: #fff;
  }

  ul li {
    width: 100%;
  }
}