From 0d55554590e4653ed114a69b4b9cd71688b9e8a5 Mon Sep 17 00:00:00 2001 From: Clement Ho Date: Fri, 13 Apr 2018 15:03:53 -0500 Subject: [skip ci] fix overzealous .badge-pill renames from scss migration script --- app/assets/stylesheets/pages/settings.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/assets/stylesheets/pages/settings.scss') diff --git a/app/assets/stylesheets/pages/settings.scss b/app/assets/stylesheets/pages/settings.scss index 212fe0f6dcc..03a33390c98 100644 --- a/app/assets/stylesheets/pages/settings.scss +++ b/app/assets/stylesheets/pages/settings.scss @@ -103,7 +103,7 @@ margin-top: 0; } - .badge.badge-pill-light { + .label-light { margin-bottom: 0; } } @@ -209,7 +209,7 @@ line-height: 12px; } - .card-heading .badge.badge-pill-count { + .card-heading .label-count { color: $white-light; background: $common-gray-dark; } -- cgit v1.2.3