]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Renamed Heading bar utility to Title bar utility
authorharry <harmanmanchanda182@gmail.com>
Sat, 11 Mar 2017 20:14:46 +0000 (01:44 +0530)
committerharry <harmanmanchanda182@gmail.com>
Sat, 11 Mar 2017 20:14:46 +0000 (01:44 +0530)
docs/pages/prototyping.md
scss/prototype/_bar.scss
scss/prototype/_prototype.scss

index fb8b2c95ac96be16c5a50a8b29093ae0dc04ec97..f2db90a820332a7284528f387aacaa05a881c5de 100644 (file)
@@ -254,7 +254,7 @@ Adjust font-size by overriding an element’s default size.
 
 ---
 
-## Heading Bar Utility
+## Title Bar Utility
 
 This creates a tiny bar below the heading of an element and is usually used within the heading of a section.
 
index c7d7d1834b0d627b91ac4b96120fa50be735dbbf..57f4ccf7cf882051c6808f1969020f914c865832 100644 (file)
@@ -30,7 +30,7 @@ $prototype-bar-background: $primary-color !default;
 /// @type Number
 $prototype-bar-margin-top: $global-margin !default;
 
-/// Heading Bar utility, mostly used to style the main heading of a section
+/// Title Bar Utility, mostly used to style the main heading of a section
 /// @param {String} $align [$prototype-bar-align] - Bar Alignment
 /// @param {Number} $height [$prototype-bar-height] - Width
 /// @param {Number} $width [$prototype-bar-width] - Height
@@ -45,7 +45,7 @@ $prototype-bar-margin-top: $global-margin !default;
 ) {
   text-align: $align !important;
        @include clearfix;
-  
+
   &::after {
     @include position(relative);
     width: $width;
index fd85469b3f35fd0097a0cd81e18292c1960d3394..b6b4ac15c85a4f746ab20ae21bc35a3f4a2ec74c 100644 (file)
@@ -39,7 +39,7 @@
 // Shadow Utility
 @import 'shadow';
 
-// Heading Bar Utility
+// Title Bar Utility
 @import 'bar';
 
 // Overflow helper classes