diff options
author | Lukas Eipert <leipert@gitlab.com> | 2018-08-01 16:47:19 +0200 |
---|---|---|
committer | Lukas Eipert <leipert@gitlab.com> | 2018-08-01 16:47:19 +0200 |
commit | d4749f70e844c087b8de1adb8bd675b92b8c5aa1 (patch) | |
tree | 1ca4c30b8b440ba81f5db3bb473ead540623a342 | |
parent | 47244ad5ea4e887ecb6dffa9f7b96846adbf4b6f (diff) | |
download | gitlab-ce-d4749f70e844c087b8de1adb8bd675b92b8c5aa1.tar.gz |
backport CSS from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6638
-rw-r--r-- | app/assets/stylesheets/pages/reports.scss | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/app/assets/stylesheets/pages/reports.scss b/app/assets/stylesheets/pages/reports.scss index ce253ebb71f..ecd51aa06a4 100644 --- a/app/assets/stylesheets/pages/reports.scss +++ b/app/assets/stylesheets/pages/reports.scss @@ -75,31 +75,27 @@ margin: 0; .license-item { - line-height: $gl-padding-24; + line-height: $gl-padding-32; - .license-dependencies { - color: $gl-text-color-tertiary; + .license-packages { + font-size: $label-font-size; } - .btn-show-all-packages { - line-height: $gl-btn-line-height; - margin-bottom: 2px; - } } } .report-block-list-icon { display: flex; - &.failed { + &.failed svg { color: $red-500; } - &.success { + &.success svg { color: $green-500; } - &.neutral { + &.neutral svg { color: $theme-gray-700; } |