Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/okkur/syna.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Grosser <development@stp-ip.net>2022-02-14 14:19:22 +0300
committerGitHub <noreply@github.com>2022-02-14 14:19:22 +0300
commit7f4baf7a302cadce296b47e50c6828ac398fb976 (patch)
treecc53bd0492ffb91506fe37154f59e07ea3749a87
parent36d3ec87ff289b7eb276bb90974adc155b66830f (diff)
parent6b7bdeeeab6fee5a2872d2fc96eed3b2f6e28dd5 (diff)
Merge pull request #866 from opencs/master
Adding pricing red icons css with example.
-rw-r--r--assets/styles/_pricing.scss4
-rw-r--r--exampleSite/content/fragments/pricing/pricing/plan-1.md4
2 files changed, 8 insertions, 0 deletions
diff --git a/assets/styles/_pricing.scss b/assets/styles/_pricing.scss
index 2f1f4a93..7e653d62 100644
--- a/assets/styles/_pricing.scss
+++ b/assets/styles/_pricing.scss
@@ -39,6 +39,10 @@
flex: 1 0 auto;
}
+ .red {
+ color: $red;
+ }
+
p {
margin-bottom: 0;
diff --git a/exampleSite/content/fragments/pricing/pricing/plan-1.md b/exampleSite/content/fragments/pricing/pricing/plan-1.md
index e4ec6f0e..35aa9a4c 100644
--- a/exampleSite/content/fragments/pricing/pricing/plan-1.md
+++ b/exampleSite/content/fragments/pricing/pricing/plan-1.md
@@ -17,4 +17,8 @@ button_url = "#"
[[features]]
text = "**Email** support"
icon = "fas fa-check"
+
+[[features]]
+ text = "Unavailable feature"
+ icon = "fas fa-times-circle red"
+++