From 93e22a1431db249228c020f879eeb93e956d9360 Mon Sep 17 00:00:00 2001 From: Diego Viola Date: Wed, 6 Mar 2013 13:47:21 +0100 Subject: [PATCH] Update pricing-tables.html.erb Wrong mixin --- docs/components/pricing-tables.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/components/pricing-tables.html.erb b/docs/components/pricing-tables.html.erb index 2565a63de..716cf21ae 100644 --- a/docs/components/pricing-tables.html.erb +++ b/docs/components/pricing-tables.html.erb @@ -82,7 +82,7 @@ .your-pricing-class { @include pricing-table-container; .your-title-class { @include pricing-table-title; } .your-price-class { @include pricing-table-price; } - .your-desc-class { @include pricing-description-title; } + .your-desc-class { @include pricing-table-description; } .your-bullet-class { @include pricing-table-bullet; } .your-cta-class { @include pricing-table-cta; } }', :css %> @@ -153,4 +153,4 @@ $price-cta-padding: emCalc(20px) emCalc(20px) 0;', :css %>
<%= render "_sidebar-components.html.erb" %>
- \ No newline at end of file + -- 2.47.3