This commit is contained in:
Lukas Eipert 2018-08-01 16:47:19 +02:00
parent 47244ad5ea
commit d4749f70e8
No known key found for this signature in database
GPG Key ID: 148BEA37CB35B2AC
1 changed files with 6 additions and 10 deletions

View File

@ -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;
}