Skip to content

Commit b55e26d

Browse files
committed
docs: add pricing
1 parent 1565eee commit b55e26d

File tree

6 files changed

+869
-5
lines changed

6 files changed

+869
-5
lines changed

docs/assets/scss/_pricing.scss

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
.pricing-table {
2+
th {
3+
padding: 0 .75rem !important; // stylelint-disable-line declaration-no-important
4+
vertical-align: top;
5+
border: 0;
6+
}
7+
8+
td:nth-child(n+2):nth-child(-n+4),
9+
th:nth-child(n+2):nth-child(-n+4) {
10+
text-align: center;
11+
}
12+
13+
tbody {
14+
font-size: .875rem;
15+
}
16+
17+
td:first-child:not([colspan]) {
18+
color: var(--cui-secondary-color);
19+
white-space: nowrap;
20+
}
21+
22+
// stylelint-disable-next-line selector-max-universal
23+
> :not(caption) > * > * {
24+
padding: .75rem;
25+
}
26+
}
27+
28+
.pricing-customers-grid {
29+
svg {
30+
max-width: 100%;
31+
max-height: 32px;
32+
fill: var(--cui-tertiary-color);
33+
}
34+
35+
svg [class*="-"],
36+
svg g,
37+
svg path {
38+
fill: var(--cui-tertiary-color);
39+
}
40+
}

docs/assets/scss/docs.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,6 @@
4747
// Load docs dependencies
4848
@forward "syntax";
4949
@forward "anchor";
50+
51+
// Pricing
52+
@forward "pricing";

docs/content/pricing/_index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
layout: pricing
3+
title: Start using CoreUI's products for free!
4+
description: Compare CoreUI plans for developers — choose from Free, Pro, or Enterprise licenses. Start for free and upgrade anytime for advanced features and premium support.
5+
group: components
6+
---

0 commit comments

Comments
 (0)