Merge branch '5488_license_management_backport_css' into 'master'

Backport CSS changes from gitlab-ee!6638

See merge request gitlab-org/gitlab-ce!20961
This commit is contained in:
Clement Ho 2018-08-01 19:05:47 +00:00
commit c1fc33d590
1 changed files with 6 additions and 10 deletions

View File

@ -75,31 +75,27 @@
margin: 0; margin: 0;
.license-item { .license-item {
line-height: $gl-padding-24; line-height: $gl-padding-32;
.license-dependencies { .license-packages {
color: $gl-text-color-tertiary; font-size: $label-font-size;
} }
.btn-show-all-packages {
line-height: $gl-btn-line-height;
margin-bottom: 2px;
}
} }
} }
.report-block-list-icon { .report-block-list-icon {
display: flex; display: flex;
&.failed { &.failed svg {
color: $red-500; color: $red-500;
} }
&.success { &.success svg {
color: $green-500; color: $green-500;
} }
&.neutral { &.neutral svg {
color: $theme-gray-700; color: $theme-gray-700;
} }