From 138c54786f7a87c08f6d79923b0bec3487b10be2 Mon Sep 17 00:00:00 2001 From: harry Date: Sun, 12 Mar 2017 01:44:46 +0530 Subject: [PATCH] Renamed Heading bar utility to Title bar utility --- docs/pages/prototyping.md | 2 +- scss/prototype/_bar.scss | 4 ++-- scss/prototype/_prototype.scss | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/pages/prototyping.md b/docs/pages/prototyping.md index fb8b2c95a..f2db90a82 100644 --- a/docs/pages/prototyping.md +++ b/docs/pages/prototyping.md @@ -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. diff --git a/scss/prototype/_bar.scss b/scss/prototype/_bar.scss index c7d7d1834..57f4ccf7c 100644 --- a/scss/prototype/_bar.scss +++ b/scss/prototype/_bar.scss @@ -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; diff --git a/scss/prototype/_prototype.scss b/scss/prototype/_prototype.scss index fd85469b3..b6b4ac15c 100644 --- a/scss/prototype/_prototype.scss +++ b/scss/prototype/_prototype.scss @@ -39,7 +39,7 @@ // Shadow Utility @import 'shadow'; -// Heading Bar Utility +// Title Bar Utility @import 'bar'; // Overflow helper classes -- 2.47.2