Skip to content
Snippets Groups Projects

GPG signed commits

Merged Alexis Reigel requested to merge siemens/gitlab-ce:feature/gpg-signed-commits into master
3 files
+ 21
5
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -300,16 +300,30 @@
}
.gpg-popover-icon {
font-size: 35px;
// same margin as .s32.avatar
margin-right: $btn-side-margin;
&.valid {
color: $brand-success;
svg {
border: 1px solid $brand-success;
fill: $brand-success;
}
}
&.invalid {
color: $gray;
svg {
border: 1px solid $gray;
fill: $gray;
}
}
svg {
width: 32px;
height: 32px;
border-radius: 50%;
vertical-align: middle;
}
}
Loading