integarting admin dashboard

This commit is contained in:
UronShrestha
2024-07-12 12:51:02 +05:45
parent 2510de390a
commit 1550ab5d30
1758 changed files with 313760 additions and 10 deletions

View File

@ -0,0 +1,19 @@
/* Pricing table */
.pricing-table {
.pricing-card {
.pricing-card-body {
padding: 50px 56px 43px 56px;
.plan-features {
width: 100%;
margin-bottom: 32px;
li {
text-align: left;
padding: 4px 0px;
font-weight: 400;
font-size: $default-font-size;
}
}
}
}
}