// (C) Copyright 2011-2013 Hewlett-Packard Development Company, L.P.

.hp-network-path {
  white-space: nowrap;
  
  > * {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    &:last-of-type {
      margin-right: 0px;
    }
  }
  
  .hp-path-stack > * {
    margin-bottom: 5px;
  }
  
  .hp-path-target > * {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    &:last-of-type {
      margin-right: 0px;
    }
  }
  
  .hp-switch {
    @include device-border();
    .hp-device {
      padding: 5px 15px;
      border: none;
      background-image: none;
    }
    .hp-up-ports {
      
    }
  }
}
