Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .elementor-2731 .elementor-element.elementor-element-ccb3277 .service-info-block {
- background-color: transparent;
- background-image: linear-gradient(180deg, #ff73a5 0%, #ff9393 100%);
- }
- .service-info-block {
- padding: 50px 40px;
- background: #c444fb;
- background: linear-gradient(-35deg, #c444fb 0%, #5b56d7 100%);
- color: #FFFFFF;
- }
- ------------------------------
- .colorful-tab .nav-tabs .nav-item:nth-child(2) .nav-link.active {
- background: rgb(126, 213, 0);
- background: linear-gradient(-35deg, rgba(126, 213, 0, 1) 0%, rgba(0, 191, 141, 1) 100%);
- }
- ------------------
- .service-info-block .info-block-header:before {
- position: absolute;
- content: "";
- top: 0;
- left: 0;
- height: 100%;
- width: 100%;
- border-radius: 50%;
- z-index: -1;
- animation: pulseanim 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
- }
- -------------------------
- .multi-color-price-table .tab-pane .row>[class*="col-"]:nth-child(3) .xs-single-pricing .pulse-anim {
- background-color: #ff0404;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement