Guest User

Untitled

a guest
Jan 17th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. .hover03
  2. {
  3. height: 100%;
  4. width: 100%;
  5.  
  6. -webkit-transition: all 1s ease;
  7. -moz-transition: all 1s ease;
  8. -o-transition: all 1s ease;
  9. -ms-transition: all 1s ease;
  10. transition: all 1s ease;
  11.  
  12. }
  13. .hover03:hover
  14. {
  15. transform: scale(1.2);
  16. transform-origin: center;
  17. }
  18. .hover02 .sppb-cta-title{
  19. color: transparent !important;
  20. }
  21. .hover03:hover .sppb-cta-title{
  22. color: #ffffff !important;
  23. animation:fadeIn ease-in 1;
  24. animation-fill-mode:forwards;
  25. animation-duration:1s;
  26. background-color: rgba(0, 0, 0, 0.5);
  27. }
  28. .hover02 .sppb-btn-default{
  29. color: transparent !important;
  30. background-color: transparent !important;
  31. border: transparent !important;
  32. font-size: 14px !important;
  33. }
  34. .hover03:hover .sppb-btn-default{
  35. color: #fff !important;
  36. background-color: #620376 !important;
  37. opacity:0;
  38. animation:fadeIn ease-in 1;
  39. animation-fill-mode:forwards;
  40. animation-duration:1s;
  41. font-size: 14px !important;
  42. }
  43. .hover03:hover .sppb-btn-default:hover{
  44. color: #fff !important;
  45. background-color: #D46B0A !important;
  46. font-size: 14x !important;
  47. }
Add Comment
Please, Sign In to add comment