repository diff: signed section
This commit is contained in:
parent
65d1b95936
commit
f024982cbe
1 changed files with 16 additions and 2 deletions
|
@ -72,7 +72,6 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
&.divider {}
|
||||
}
|
||||
}
|
||||
.container {
|
||||
|
@ -1442,10 +1441,13 @@
|
|||
color: $white-dark !important;
|
||||
}
|
||||
}
|
||||
.info {
|
||||
.attached.info {
|
||||
background: $bg50;
|
||||
border: 0;
|
||||
color: $white;
|
||||
&.isSigned.isVerified {
|
||||
border: 0;
|
||||
}
|
||||
.text.grey {
|
||||
.time-since {
|
||||
color: $white-dark !important;
|
||||
|
@ -1462,6 +1464,18 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
.attached.message.isSigned.isVerified {
|
||||
background: $bg50;
|
||||
border: 0;
|
||||
border-top: 2px solid $green;
|
||||
color: $green;
|
||||
span.text {
|
||||
color: $white;
|
||||
}
|
||||
span.pull-right {
|
||||
color: $green;
|
||||
}
|
||||
}
|
||||
div {
|
||||
.diff-detail-box {
|
||||
background: $bg50;
|
||||
|
|
Reference in a new issue