frontend.css 552 B

12345678910111213141516171819202122
  1. /**
  2. * This file should contain frontend styles that
  3. * will be applied to all module instances.
  4. */
  5. .bb-info-banner-input.input-small {
  6. width: 46px !important;
  7. }
  8. .pp-info-banner-content .banner-button,
  9. .pp-info-banner-content .banner-button:hover {
  10. -webkit-transition: all .3s ease-in-out;
  11. -moz-transition: all .3s ease-in-out;
  12. -o-transition: all .3s ease-in-out;
  13. -ms-transition: all .3s ease-in-out;
  14. transition: all .3s ease-in-out;
  15. }
  16. .pp-info-banner-content .info-banner-wrap:not([data-animation-class="none"]) {
  17. opacity: 0;
  18. }