diff options
author | Annabel Dunstone Gray <annabel.m.gray@gmail.com> | 2018-10-22 20:46:24 +0000 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.m.gray@gmail.com> | 2018-10-22 20:46:24 +0000 |
commit | 1f6278af0016d9914cdc901a9c7b6a0735526cc0 (patch) | |
tree | f239840ecb7c6a6038e7577977a62663ddade71f /app/assets | |
parent | b887d106cc3aaf00ac2e7af5b838009d1c9d6df3 (diff) | |
parent | 55826e7783adb5ec7037ffab8ec43c89dfcc4eb5 (diff) | |
download | gitlab-ce-1f6278af0016d9914cdc901a9c7b6a0735526cc0.tar.gz |
Merge branch '46884-remove-card-title' into 'master'
Remove card-title in card-header
Closes #46884
See merge request gitlab-org/gitlab-ce!19335
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/bootstrap_migration.scss | 11 | ||||
-rw-r--r-- | app/assets/stylesheets/framework/panels.scss | 5 | ||||
-rw-r--r-- | app/assets/stylesheets/framework/terms.scss | 15 |
3 files changed, 5 insertions, 26 deletions
diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss index af73954bd2e..1e00aa4ff7e 100644 --- a/app/assets/stylesheets/bootstrap_migration.scss +++ b/app/assets/stylesheets/bootstrap_migration.scss @@ -238,10 +238,6 @@ h3.popover-header { } .card { - .card-title { - margin-bottom: 0; - } - &.card-without-border { @extend .border-0; } @@ -255,13 +251,6 @@ h3.popover-header { } } -.card-header { - h3.card-title, - h4.card-title { - margin-top: 0; - } -} - .nav-tabs { // Override bootstrap's default border border-bottom: 0; diff --git a/app/assets/stylesheets/framework/panels.scss b/app/assets/stylesheets/framework/panels.scss index 5ca4d944d73..3a117106cff 100644 --- a/app/assets/stylesheets/framework/panels.scss +++ b/app/assets/stylesheets/framework/panels.scss @@ -53,8 +53,3 @@ margin-top: $gl-padding; } } - -.card-title { - font-size: inherit; - line-height: inherit; -} diff --git a/app/assets/stylesheets/framework/terms.scss b/app/assets/stylesheets/framework/terms.scss index 7cda674e5c8..3f4be8829d7 100644 --- a/app/assets/stylesheets/framework/terms.scss +++ b/app/assets/stylesheets/framework/terms.scss @@ -19,17 +19,12 @@ justify-content: space-between; line-height: $line-height-base; - .card-title { + .logo-text { + width: 55px; + height: 24px; display: flex; - align-items: center; - - .logo-text { - width: 55px; - height: 24px; - display: flex; - flex-direction: column; - justify-content: center; - } + flex-direction: column; + justify-content: center; } .navbar-collapse { |