Commit c1fc33d5 authored by Clement Ho's avatar Clement Ho

Merge branch '5488_license_management_backport_css' into 'master'

Backport CSS changes from gitlab-ee!6638

See merge request gitlab-org/gitlab-ce!20961
parents ab08f998 d4749f70
...@@ -75,31 +75,27 @@ ...@@ -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;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment