webpagefxinteractive

Untitled

Sep 19th, 2024 (edited)
981
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.09 KB | None | 0 0
  1. .btn-primary,
  2. .btn-secondary{
  3.   position: relative;
  4.   padding: 16px 60px 16px 32px !important;
  5.   -webkit-transition: all 0.3s ease-in-out;
  6.   -moz-transition: all 0.3s ease-in-out;
  7.   -o-transition: all 0.3s ease-in-out;
  8.   transition: all 0.3s ease-in-out
  9. }
  10. .btn-primary::after,
  11. .btn-secondary::after{
  12.     content: '\e915' !important;
  13.     font-family: 'icomoon';
  14.     font-size: 20px;
  15.     position: absolute !important;
  16.     top: 50% !important;
  17.     transform: translate(0%, -50%);
  18.     font-weight: normal;
  19.     background: transparent !important;
  20.     height: 100%;
  21.     left: unset !important;
  22.     right: 15px !important;
  23. }
  24.  
  25. .btn:not(.btn-tertiary):hover::after{
  26.     right: 10px !important;
  27. }
  28.  
  29. header .schedule-btn a.btn-primary,
  30. header .phn-btn a.btn-secondary {
  31.   padding: 8px 70px 8px 24px !important;
  32. }
  33.  
  34. header .schedule-btn a.btn-primary::after,
  35. footer .contact-btn .btn-secondary::after,
  36. footer .contact-btn .btn-primary::after {
  37.   top: 32% !important
  38. }
  39.  
  40. footer .contact-btn .btn-primary,
  41. footer .contact-btn .btn-secondary {
  42.     padding: 10px 35px 10px 0 !important;
  43. }
Advertisement