/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 21 Jun, 2018, 3:34:51 PM
    Author     : Roopchand
*/
.packages {
  padding: 1rem;
}
@media (min-width: 768px) {
  .packages {
    padding: 3rem;
  }
}
.packages .p-name {
  font-size: 15px;
  color: #000;
}
.packages .package-footer {
  font-size: 14px;
}
.packages .p-badge {
  position: absolute;
  top: 16px;
  left: 0;
  display: flex;
  align-items: center;
  padding: 6px 16px;
  font-size: 14px;
  height: 32px;
  line-height: 0;
  border-radius: 0 50px 50px 0;
  color: #fff;
  animation-duration: 5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: linear-gradient(to left, rgba(255, 174, 0, 0.8) 20%, rgba(255, 174, 0, 0.88) 20%, rgba(255, 174, 0, 0.92) 20%);
}

/*# sourceMappingURL=developer.css.map */
