/*
 * Copyright (c) 2014 GE Global Research. All rights reserved.
 *
 * The copyright to the computer software herein is the property of
 * GE Global Research. The software may be used and/or copied only
 * with the written permission of GE Global Research or in accordance
 * with the terms and conditions stipulated in the agreement/contract
 * under which the software has been supplied.
 */

// Settings
@import "px-defaults-design/_settings.defaults.scss";
// Normalize (excerpt)
.px-app-nav-subgroup{
  line-height: $inuit-base-line-height / $inuit-base-font-size; /* [1] */
  text-size-adjust: 100%; /* [4] */
  -moz-osx-font-smoothing: grayscale; /* [5] */
  -webkit-font-smoothing: antialiased; /* [5] */
   display: block;
   height: auto;

  


}
 .app-nav-subgroup__dropdown {
   height: 0px;
   overflow: hidden;
   &--open {
     height: auto;
     overflow: auto;
   }
 }
