Files
pas/Web/public/scss/pages/_pricing.scss
Marek Lesko 9d644a9b79 WIP
2025-10-22 14:44:25 +00:00

34 lines
453 B
SCSS
Executable File

.plan-title {
font-size: 50px;
margin-top: 40px;
line-height: 50px;
font-weight: 600;
}
.dollar-sign {
margin-top: 22px;
margin-right: 8px;
}
.per-month {
margin-top: 45px;
margin-left: 12px;
}
.popular-badge {
position: absolute;
right: 16px;
}
// widget cards
.text-decoration-line-through {
text-decoration: line-through;
}
.cart-btn {
position: absolute;
right: 16px;
top: -21px;
}