Files
vvveb-cms/static/Vvvebjs/demo/landing/scss/sections/pricing-table/pricing-table-3.scss
2026-05-17 21:09:32 +08:00

69 lines
1.0 KiB
SCSS

.pricing-table-3 {
border-radius: 4px;
padding: 3rem;
.heading-2 {
font-size: 14px;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 600;
}
.price {
margin: 0;
padding: 0;
display: block;
sup {
font-size: 24px;
top: -1em;
}
.number {
font-size: 60px;
font-weight: 700;
}
}
.excerpt {
margin-bottom: 0px;
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
}
.label2 {
text-transform: uppercase;
}
.pricing-text {
padding: 0;
margin: 0;
li {
padding: 0;
margin: 0;
list-style: none;
padding-top: 10px;
padding-bottom: 10px;
border-bottom: 1px solid rgba(var(--bs-body-color-rgb), 0.1);
&:last-child {
border:none;
}
&:nth-child(odd) {
//background: rgba(var(--bs-body-color-rgb), 0.05);
}
span.fa {
//color: $color_4;
}
}
}
.btn-primary {
font-style: 16px;
font-weight: 600;
width: 60%;
margin: 0 auto;
&:hover {
//background: #00bd56 !important;
}
&:focus {
//background: #00bd56 !important;
}
}
}