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

@import "hp-piano-mixins";

#hp-welcome {
  max-width: 800px;
  margin: 40px auto;
  text-align: center;
  overflow-y: auto;
  
  header {
    h1 {
      font-size: 22px;
    }
  }
  
  .hp-virtual-appliance {
    margin: 60px 20px;
  }
  
  /*.hp-virtual-appliance {
    display: inline-block;
    margin: 60px 20px;
    border: 1px solid $primary-divider;
    
    label {
      display: block;
      color: $secondary-color;
      padding: 5px 0px 0px 0px;
      
      html.hp-high-contrast & {
        color: $projection-secondary-color;
      }
    }
  }*/
}

/*
.hp-aspects {
  margin: 30px 0px 0px 30px;
  //margin: 0px;
  text-align: left;

  .hp-aspect {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-right: 30px;
    margin-bottom: 30px;
    width: 120px;
    
    //&:last-of-type {
    //  margin-right: 0px;
    //}
    
    h2 {
      font-size: 18px;
      color: $secondary-color;
      margin: 0px 0px 20px 0px;
      
      html.hp-high-contrast & {
        color: $projection-secondary-color;
      }
    }
    
    .hp-status, .hp-value {
      display: inline-block;
      vertical-align: top;
      line-height: 20px;
    }
    
    .hp-value {
      margin-left: 10px;
    }
    
    .hp-error {
      display: inline-block;
      margin-top: 10px;
      padding: 10px;
      background-color: $attention-background;
    }
  }
  
  &.hp-summary .hp-aspect {
    .hp-value {
      font-size: 20px;
    }
  }
}
*/