Skip to content
Snippets Groups Projects

GPG signed commits

Merged Alexis Reigel requested to merge siemens/gitlab-ce:feature/gpg-signed-commits into master
Compare and Show latest version
18 files
+ 180
72
Compare changes
  • Side-by-side
  • Inline
Files
18
@@ -280,26 +280,28 @@
@@ -280,26 +280,28 @@
}
}
}
}
.gpg-badge {
.gpg-status-box {
&.valid {
&.valid {
color: $brand-success;
color: $brand-success;
 
border: 1px solid $brand-success;
}
}
&.invalid {
&.invalid {
color: $gray;
color: $gray;
 
border: 1px solid $gray;
}
}
}
}
.gpg-badge-popover-title {
.gpg-popover-status {
display: inline;
display: flex;
 
align-items: center;
font-weight: normal;
font-weight: normal;
 
line-height: 1.5;
}
}
.gpg-badge-popover-icon {
.gpg-popover-icon {
float: left;
font-size: 35px;
font-size: 35px;
line-height: 35px;
// same margin as .s32.avatar
width: 32px;
margin-right: $btn-side-margin;
margin-right: $btn-side-margin;
&.valid {
&.valid {
@@ -311,25 +313,15 @@
@@ -311,25 +313,15 @@
}
}
}
}
.gpg-badge-popover-user-link {
.gpg-popover-user-link {
 
display: flex;
 
align-items: center;
 
margin-bottom: $gl-padding / 2;
text-decoration: none;
text-decoration: none;
color: $gl-text-color;
color: $gl-text-color;
}
}
.gpg-badge-popover-avatar {
.commit .gpg-popover-help-link {
float: left;
margin-bottom: $gl-padding;
.avatar {
margin-left: 0;
}
}
.gpg-badge-popover-username {
font-weight: bold;
}
.commit .gpg-badge-popover-help-link {
display: block;
display: block;
color: $link-color;
color: $link-color;
}
}
Loading