@import 'public-booking/main_dependencies';

bb-brand-header {

  .brand-header { 
    
    &__top-header {
      left: 0;
      top: 0;
      width: 100%;
      height: 80px;
      background: whitesmoke;
      padding-top: 10px;
      padding-bottom: 10px;

      img {
        height: 60px;
        width: auto;
      }
    }
  }

}
