Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .btn-primary,
- .btn-secondary{
- position: relative;
- padding: 16px 60px 16px 32px !important;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out
- }
- .btn-primary::after,
- .btn-secondary::after{
- content: '\e915' !important;
- font-family: 'icomoon';
- font-size: 20px;
- position: absolute !important;
- top: 50% !important;
- transform: translate(0%, -50%);
- font-weight: normal;
- background: transparent !important;
- height: 100%;
- left: unset !important;
- right: 15px !important;
- }
- .btn:not(.btn-tertiary):hover::after{
- right: 10px !important;
- }
- header .schedule-btn a.btn-primary,
- header .phn-btn a.btn-secondary {
- padding: 8px 70px 8px 24px !important;
- }
- header .schedule-btn a.btn-primary::after,
- footer .contact-btn .btn-secondary::after,
- footer .contact-btn .btn-primary::after {
- top: 32% !important
- }
- footer .contact-btn .btn-primary,
- footer .contact-btn .btn-secondary {
- padding: 10px 35px 10px 0 !important;
- }
Advertisement