2025-04-02 13:24:56 +05:30

49 lines
920 B
CSS

.pricing-plans-comparison .table tr > th:first-child,
.pricing-plans-comparison .table tr > td:first-child {
white-space: nowrap;
text-align: start;
}
.pricing-plans-comparison .table tbody tr:last-child td {
border-bottom: 0;
}
.price-yearly-toggle {
position: absolute;
margin: auto;
left: 0;
right: 0;
}
.light-style .bg-alt-pricing {
background-color: #f5f5f9;
}
.light-style .pricing-free-trial {
background-color: #f3f3ff;
}
.light-style .pricing-faqs {
background-color: #edeef0;
}
.dark-style .bg-alt-pricing {
background-color: #232333;
}
.dark-style .pricing-free-trial {
background-color: #30314f;
}
.dark-style .pricing-faqs {
background-color: #3a3b4e;
}
@media (min-width: 992px) {
.pricing-free-trial img {
position: absolute;
bottom: 0;
}
html:not([dir=rtl]) .pricing-free-trial img {
right: 0;
}
[dir=rtl] .pricing-free-trial img {
left: 0;
}
}