summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2019-04-12 12:59:24 +0100
committerFilipa Lacerda <filipa@gitlab.com>2019-04-12 16:16:59 +0100
commit6e99ed5d41f752fb8d495bd3297f9897fb9fd52e (patch)
treea32261b2d6a9905094a0fdb359ce9bdea7b2a457 /app/assets/stylesheets
parent7457c1e1229cd1e90e608e8b247e2fbb217f05b6 (diff)
downloadgitlab-ce-6e99ed5d41f752fb8d495bd3297f9897fb9fd52e.tar.gz
Fixes stylelint for page_title.scss59873-page-title
Replaces CSS with BS4 Utility classes
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/framework/page_title.scss3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/assets/stylesheets/framework/page_title.scss b/app/assets/stylesheets/framework/page_title.scss
index ad6575761b5..c77e2be8e5a 100644
--- a/app/assets/stylesheets/framework/page_title.scss
+++ b/app/assets/stylesheets/framework/page_title.scss
@@ -1,7 +1,4 @@
.page-title-holder {
- @extend .d-flex;
- @extend .align-items-center;
-
border-bottom: 1px solid $border-color;
.page-title {